C# Class System.Reflection.Emit.MethodOnTypeBuilderInst

Inheritance: System.Reflection.MethodInfo
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[]
GetGenericArguments ( ) : System.Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( ) : MethodInfo
MethodOnTypeBuilderInst ( MonoGenericClass instantiation, MethodBuilder mb ) : System
ToString ( ) : string

Private Methods

Method Description
GetParameterCount ( ) : int
MethodOnTypeBuilderInst ( MethodOnTypeBuilderInst gmd, Type typeArguments ) : System

Method Details

GetBaseDefinition() public method

public GetBaseDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

GetCustomAttributes() public method

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

GetCustomAttributes() public method

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

GetGenericArguments() public method

public GetGenericArguments ( ) : System.Type[]
return System.Type[]

GetGenericMethodDefinition() public method

public GetGenericMethodDefinition ( ) : MethodInfo
return System.Reflection.MethodInfo

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

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 System.Reflection.Binder
parameters Object
culture System.Globalization.CultureInfo
return Object

IsDefined() public method

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

MakeGenericMethod() public method

public MakeGenericMethod ( ) : MethodInfo
return System.Reflection.MethodInfo

MethodOnTypeBuilderInst() public method

public MethodOnTypeBuilderInst ( MonoGenericClass instantiation, MethodBuilder mb ) : System
instantiation System.Reflection.MonoGenericClass
mb MethodBuilder
return System

ToString() public method

public ToString ( ) : string
return string