C# Class System.Reflection.Emit.DynamicScope

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetTokenFor ( DynamicMethod method ) : int
GetTokenFor ( RuntimeFieldHandle field ) : int
GetTokenFor ( RuntimeMethodHandle method ) : int
GetTokenFor ( RuntimeMethodHandle method, RuntimeTypeHandle typeContext ) : int
GetTokenFor ( RuntimeTypeHandle type ) : int
GetTokenFor ( byte signature ) : int
GetTokenFor ( string literal ) : int

Private Methods

Méthode Description
DynamicScope ( ) : System
GetString ( int token ) : string
GetTokenFor ( VarArgMethod varArgMethod ) : int
ResolveSignature ( int token, int fromMethod ) : byte[]
this ( int token ) : object

Method Details

GetTokenFor() public méthode

public GetTokenFor ( DynamicMethod method ) : int
method DynamicMethod
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( RuntimeFieldHandle field ) : int
field System.RuntimeFieldHandle
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( RuntimeMethodHandle method ) : int
method System.RuntimeMethodHandle
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( RuntimeMethodHandle method, RuntimeTypeHandle typeContext ) : int
method System.RuntimeMethodHandle
typeContext System.RuntimeTypeHandle
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( RuntimeTypeHandle type ) : int
type System.RuntimeTypeHandle
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( byte signature ) : int
signature byte
Résultat int

GetTokenFor() public méthode

public GetTokenFor ( string literal ) : int
literal string
Résultat int