C# Class PERWAPI.CodeBlock

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

Protected Properties

Свойство Type Description
small bool
start CILLabel

Méthodes publiques

Méthode Description
CodeBlock ( CILLabel start, CILLabel end ) : System

Private Methods

Méthode Description
Write ( PEWriter output, bool fatFormat ) : void
isFat ( ) : bool

Method Details

CodeBlock() public méthode

public CodeBlock ( CILLabel start, CILLabel end ) : System
start CILLabel
end CILLabel
Résultat System

Property Details

small protected_oe property

protected bool small
Résultat bool

start protected_oe property

protected CILLabel,PERWAPI start
Résultat CILLabel