C# Class PERWAPI.HandlerBlock

Inheritance: CodeBlock
Mostrar archivo 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_oe static_oe property

protected static ushort ExceptionFlag
return ushort

FaultFlag protected_oe static_oe property

protected static ushort FaultFlag
return ushort

FilterFlag protected_oe static_oe property

protected static ushort FilterFlag
return ushort

FinallyFlag protected_oe static_oe property

protected static ushort FinallyFlag
return ushort