C# Class PERWAPI.CILByte

Inheritance: CILInstruction
Show file Open project: xored/f4

Public Methods

Method Description
GetByte ( ) : byte

Private Methods

Method Description
CILByte ( byte bVal ) : System
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
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetByte() public method

public GetByte ( ) : byte
return byte