C# Class PERWAPI.HandlerBlock

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

Protected Properties

Property Type Description
ExceptionFlag ushort
FaultFlag ushort
FilterFlag ushort
FinallyFlag ushort

Public Methods

Method Description
HandlerBlock ( CILLabel start, CILLabel end ) : System

Private Methods

Method Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
GetFlag ( ) : ushort
Write ( PEWriter output, bool fatFormat ) : void

Method Details

HandlerBlock() public method

public HandlerBlock ( CILLabel start, CILLabel end ) : System
start CILLabel
end CILLabel
return System

Property Details

ExceptionFlag protected static property

protected static ushort ExceptionFlag
return ushort

FaultFlag protected static property

protected static ushort FaultFlag
return ushort

FilterFlag protected static property

protected static ushort FilterFlag
return ushort

FinallyFlag protected static property

protected static ushort FinallyFlag
return ushort