C# Class System.Reflection.Emit.DynamicILInfo

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

Private Properties

Свойство Type Description
DynamicILInfo System
GetCallableMethod System.RuntimeMethodHandle
SetCode void
SetExceptions void
SetLocalSignature void

Méthodes publiques

Méthode Description
GetTokenFor ( DynamicMethod method ) : int
GetTokenFor ( RuntimeFieldHandle field ) : int
GetTokenFor ( RuntimeMethodHandle method ) : int
GetTokenFor ( RuntimeMethodHandle method, RuntimeTypeHandle contextType ) : int
GetTokenFor ( RuntimeTypeHandle type ) : int
GetTokenFor ( byte signature ) : int
GetTokenFor ( string literal ) : int
SetCode ( byte code, int maxStackSize ) : void
SetExceptions ( byte exceptions ) : void
SetLocalSignature ( byte localSignature ) : void

Private Methods

Méthode Description
DynamicILInfo ( DynamicScope scope, DynamicMethod method, byte methodSignature ) : System
GetCallableMethod ( void module ) : RuntimeMethodHandle
SetCode ( byte code, int codeSize, int maxStackSize ) : void
SetExceptions ( byte exceptions, int exceptionsSize ) : void
SetLocalSignature ( byte localSignature, int signatureSize ) : void

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 contextType ) : int
method System.RuntimeMethodHandle
contextType 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

SetCode() public méthode

public SetCode ( byte code, int maxStackSize ) : void
code byte
maxStackSize int
Résultat void

SetExceptions() public méthode

public SetExceptions ( byte exceptions ) : void
exceptions byte
Résultat void

SetLocalSignature() public méthode

public SetLocalSignature ( byte localSignature ) : void
localSignature byte
Résultat void