Mono Class Library: Overview

System.Reflection.MethodBase: Members

The members of System.Reflection.MethodBase are listed below.

See Also: Inherited members from System.Reflection.MemberInfo

Protected Constructors

Constructs a new instance of the System.Reflection.MethodBase class.

Public Properties

[read-only]
abstract
AttributesMethodAttributes. Gets the attributes of the method reflected by the current instance.
[read-only]
CallingConventionCallingConventions. Documentation for this section has not yet been entered.
[read-only]
ContainsGenericParametersbool. Gets a value that indicates whether a generic method contains unassigned generic type parameters.
[read-only]
IsAbstractbool. Documentation for this section has not yet been entered.
[read-only]
IsAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsConstructorbool. Documentation for this section has not yet been entered.
[read-only]
IsFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyAndAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyOrAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFinalbool. Documentation for this section has not yet been entered.
[read-only]
IsGenericMethodbool. Gets a value that indicates whether the current object is a generic method.
[read-only]
IsGenericMethodDefinitionbool. Gets a value that indicates whether the current stem.Reflection.MethodBase represents a definition of a generic method.
[read-only]
IsHideBySigbool. Documentation for this section has not yet been entered.
[read-only]
IsPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsStaticbool. Documentation for this section has not yet been entered.
[read-only]
IsVirtualbool. Documentation for this section has not yet been entered.
[read-only]
abstract
MethodHandleRuntimeMethodHandle. Documentation for this section has not yet been entered.

Public Methods

static
GetCurrentMethod() : 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.
static
GetMethodFromHandle(RuntimeMethodHandle) : MethodBase
Gets method information by using the method's internal metadata representation (handle).
static
GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) : MethodBase
Documentation for this section has not yet been entered.
abstract
GetMethodImplementationFlags() : MethodImplAttributes
Documentation for this section has not yet been entered.
abstract
GetParameters() : 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.
abstract
Invoke(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object
Invokes the method or constructor reflected by the current instance as determined by the specified arguments.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._MethodBase.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodBase.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodBase.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodBase.InvokeDocumentation for this section has not yet been entered.