C# Class PERWAPI.CILLabel

Inheritance: CILInstruction
Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Properties

Свойство Type Description
BuildCILInfo void
CILLabel System
GetDeltaDistance int
GetInstName string
GetLabelOffset uint
Write void

Méthodes publiques

Méthode Description
CILLabel ( ) : System

Private Methods

Méthode 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 méthode

public CILLabel ( ) : System
Résultat System