C# Class PERWAPI.Fault

Descriptor for a fault block (.fault)
Inheritance: HandlerBlock
ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
Fault ( CILLabel faultStart, CILLabel faultEnd ) : System

Create a new fault clause

Private Methods

Method Description
GetFlag ( ) : ushort
Write ( PEWriter output, bool fatFormat ) : void

Method Details

Fault() public method

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
return System