C# Class System.Reflection.Emit.SymbolMethod

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

Private Properties

Property Type Description
GetParameterTypes System.Type[]
GetReturnType System.Type
GetToken MethodToken
SymbolMethod System.Runtime.InteropServices

Public Methods

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

Private Methods

Method Description
GetParameterTypes ( ) : System.Type[]
GetReturnType ( ) : Type
GetToken ( ModuleBuilder mod ) : MethodToken
SymbolMethod ( ModuleBuilder mod, MethodToken token, Type arrayClass, String methodName, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : System.Runtime.InteropServices

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

GetModule() public method

public GetModule ( ) : Module
return System.Reflection.Module

GetParameters() public method

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

GetToken() public method

public GetToken ( ) : MethodToken
return MethodToken

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