C# Class PERWAPI.ConstantBinding

Used to delcare constants that exist in a given scope.
Inheritance: DebugInst
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetSig ( ) : byte[]

Get the type signature for this constant.

Private Methods

Méthode Description
ConstantBinding ( string name, object value, Type type, uint token ) : System

Create a new constant binding.

GetDeltaDistance ( ) : int

Get the delta distance for this instruction.

The delta distance is the resulting difference of items left on the stack after calling this instruction.

GetInstName ( ) : string

Get the name of this instruction.

Method Details

GetSig() public méthode

Get the type signature for this constant.
public GetSig ( ) : byte[]
Résultat byte[]