C# Class System.Reflection.Emit.DynamicScope

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method 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 method

public GetTokenFor ( DynamicMethod method ) : int
method DynamicMethod
return int

GetTokenFor() public method

public GetTokenFor ( RuntimeFieldHandle field ) : int
field System.RuntimeFieldHandle
return int

GetTokenFor() public method

public GetTokenFor ( RuntimeMethodHandle method ) : int
method System.RuntimeMethodHandle
return int

GetTokenFor() public method

public GetTokenFor ( RuntimeMethodHandle method, RuntimeTypeHandle typeContext ) : int
method System.RuntimeMethodHandle
typeContext System.RuntimeTypeHandle
return int

GetTokenFor() public method

public GetTokenFor ( RuntimeTypeHandle type ) : int
type System.RuntimeTypeHandle
return int

GetTokenFor() public method

public GetTokenFor ( byte signature ) : int
signature byte
return int

GetTokenFor() public method

public GetTokenFor ( string literal ) : int
literal string
return int