C# Class System.Reflection.Emit.MethodBuilderInstantiation

Inheritance: System.Reflection.MethodInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetParameterTypes System.Type[]
GetReturnType System.Type
MakeGenericMethod System.Reflection.MethodInfo
MethodBuilderInstantiation System

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[]
GetType ( ) : Type
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( ) : MethodInfo

Private Methods

Method Description
GetParameterTypes ( ) : System.Type[]
GetReturnType ( ) : Type
MakeGenericMethod ( MethodInfo method, Type inst ) : MethodInfo
MethodBuilderInstantiation ( MethodInfo method, Type inst ) : 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[]

GetType() public method

public GetType ( ) : Type
return System.Type

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