C# Class PERWAPI.CILLabel

Inheritance: CILInstruction
Show file Open project: xored/f4 Class Usage Examples

Private Properties

Property Type Description
BuildCILInfo void
CILLabel System
GetDeltaDistance int
GetInstName string
GetLabelOffset uint
Write void

Public Methods

Method Description
CILLabel ( ) : System

Private Methods

Method Description
BuildCILInfo ( CILWriter output ) : void
CILLabel ( uint offs ) : 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
GetLabelOffset ( ) : uint
Write ( CILWriter output ) : void

Method Details

CILLabel() public method

public CILLabel ( ) : System
return System