C# Class System.Reflection.Emit.MethodOnTypeBuilderInstantiation

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

Private Properties

Свойство Type Description
GetMethod System.Reflection.MethodInfo
GetParameterTypes System.Type[]
GetReturnType System.Type
MethodOnTypeBuilderInstantiation System

Méthodes publiques

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

Méthode Description
GetMethod ( MethodInfo method, TypeBuilderInstantiation type ) : MethodInfo
GetParameterTypes ( ) : System.Type[]
GetReturnType ( ) : Type
MethodOnTypeBuilderInstantiation ( MethodInfo method, TypeBuilderInstantiation type ) : System

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[]

GetGenericArguments() public méthode

public GetGenericArguments ( ) : System.Type[]
Résultat System.Type[]

GetGenericMethodDefinition() public méthode

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

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public méthode

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

GetType() public méthode

public GetType ( ) : Type
Résultat System.Type

Invoke() public méthode

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

IsDefined() public méthode

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

MakeGenericMethod() public méthode

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