C# Class PERWAPI.ConstantBinding

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

Public Methods

Method Description
GetSig ( ) : byte[]

Get the type signature for this constant.

Private Methods

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

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