C# Class System.Reflection.Emit.DynamicMethod.RTDynamicMethod

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

Private Properties

Property Type Description
GetEmptyCAHolder ICustomAttributeProvider
GetReturnType System.Type
LoadParameters System.Reflection.ParameterInfo[]
RTDynamicMethod System
RTDynamicMethod System

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, System.Globalization.CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

Private Methods

Method Description
GetEmptyCAHolder ( ) : ICustomAttributeProvider
GetReturnType ( ) : Type
LoadParameters ( ) : System.Reflection.ParameterInfo[]
RTDynamicMethod ( ) : System
RTDynamicMethod ( DynamicMethod owner, String name, MethodAttributes attributes, CallingConventions callingConvention ) : 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[]

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, System.Globalization.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

ToString() public method

public ToString ( ) : String
return String