C# Class System.Reflection.MonoMethod

Inheritance: RuntimeMethodInfo, ISerializable
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodBody ( ) : MethodBody
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
ToString ( ) : string

Private Methods

Method Description
GetDllImportAttribute ( IntPtr mhandle ) : DllImportAttribute
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition_impl ( ) : MethodInfo
GetPseudoCustomAttributes ( ) : object[]
InternalInvoke ( Object obj, Object parameters, Exception &exc ) : Object
MakeGenericMethod_impl ( Type types ) : MethodInfo
MonoMethod ( ) : System.Globalization
MonoMethod ( RuntimeMethodHandle mhandle ) : System.Globalization
ShouldPrintFullName ( Type type ) : bool
get_base_definition ( MonoMethod method ) : MonoMethod
get_name ( MethodBase method ) : string

Method Details

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return MethodInfo

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
return object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetGenericMethodDefinition() public method

public GetGenericMethodDefinition ( ) : MethodInfo
return MethodInfo

GetMethodBody() public method

public GetMethodBody ( ) : MethodBody
return MethodBody

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

Invoke() public method

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder Binder
parameters Object
culture System.Globalization.CultureInfo
return Object

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
return bool

MakeGenericMethod() public method

public MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
methodInstantiation Type
return MethodInfo

ToString() public method

public ToString ( ) : string
return string