C# Class PERWAPI.Fault

Descriptor for a fault block (.fault)
Inheritance: HandlerBlock
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
Fault ( CILLabel faultStart, CILLabel faultEnd ) : System

Create a new fault clause

Private Methods

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

Method Details

Fault() public méthode

Create a new fault clause
public Fault ( CILLabel faultStart, CILLabel faultEnd ) : System
faultStart CILLabel start of the fault code
faultEnd CILLabel end of the fault code
Résultat System