C# Class System.Reflection.Emit.SymbolMethod

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Properties

Свойство Type Description
GetParameterTypes System.Type[]
GetReturnType System.Type
GetToken MethodToken
SymbolMethod System.Runtime.InteropServices

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetBaseDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Résultat Object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetModule() public méthode

public GetModule ( ) : Module
Résultat System.Reflection.Module

GetParameters() public méthode

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

GetToken() public méthode

public GetToken ( ) : MethodToken
Résultat MethodToken

Invoke() public méthode

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
Résultat Object

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool