Mono Class Library: OverviewSystem.Reflection.MethodBase: Members |
The members of System.Reflection.MethodBase are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
Constructs a new instance of the System.Reflection.MethodBase class.
[read-only] abstractAttributes MethodAttributes. Gets the attributes of the method reflected by the current instance. [read-only] CallingConvention CallingConventions. Documentation for this section has not yet been entered. [read-only] ContainsGenericParameters bool. Gets a value that indicates whether a generic method contains unassigned generic type parameters. [read-only] IsAbstract bool. Documentation for this section has not yet been entered. [read-only] IsAssembly bool. Documentation for this section has not yet been entered. [read-only] IsConstructor bool. Documentation for this section has not yet been entered. [read-only] IsFamily bool. Documentation for this section has not yet been entered. [read-only] IsFamilyAndAssembly bool. Documentation for this section has not yet been entered. [read-only] IsFamilyOrAssembly bool. Documentation for this section has not yet been entered. [read-only] IsFinal bool. Documentation for this section has not yet been entered. [read-only] IsGenericMethod bool. Gets a value that indicates whether the current object is a generic method. [read-only] IsGenericMethodDefinition bool. Gets a value that indicates whether the current stem.Reflection.MethodBase represents a definition of a generic method. [read-only] IsHideBySig bool. Documentation for this section has not yet been entered. [read-only] IsPrivate bool. Documentation for this section has not yet been entered. [read-only] IsPublic bool. Documentation for this section has not yet been entered. [read-only] IsSpecialName bool. Documentation for this section has not yet been entered. [read-only] IsStatic bool. Documentation for this section has not yet been entered. [read-only] IsVirtual bool. Documentation for this section has not yet been entered. [read-only] abstractMethodHandle RuntimeMethodHandle. Documentation for this section has not yet been entered.
staticGetCurrentMethod() : MethodBase Documentation for this section has not yet been entered.GetGenericArguments() : Type[] Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition.GetMethodBody() : MethodBody Documentation for this section has not yet been entered. staticGetMethodFromHandle(RuntimeMethodHandle) : MethodBase Gets method information by using the method's internal metadata representation (handle). staticGetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) : MethodBase Documentation for this section has not yet been entered. abstractGetMethodImplementationFlags() : MethodImplAttributes Documentation for this section has not yet been entered. abstractGetParameters() : ParameterInfo[] Returns the parameters of the method or constructor reflected by the current instance.GetType() : Type Documentation for this section has not yet been entered.Invoke(object, object[]) : object Invokes the method or constructor reflected by the current instance on the specified object and using the specified arguments. abstractInvoke(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object Invokes the method or constructor reflected by the current instance as determined by the specified arguments.
System.Runtime.InteropServices._MethodBase.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodBase.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodBase.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodBase.Invoke Documentation for this section has not yet been entered.