C# Class PERWAPI.HandlerBlock

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

Protected Properties

Свойство Type Description
ExceptionFlag ushort
FaultFlag ushort
FilterFlag ushort
FinallyFlag ushort

Méthodes publiques

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

Private Methods

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

Method Details

HandlerBlock() public méthode

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

Property Details

ExceptionFlag protected_oe static_oe property

protected static ushort ExceptionFlag
Résultat ushort

FaultFlag protected_oe static_oe property

protected static ushort FaultFlag
Résultat ushort

FilterFlag protected_oe static_oe property

protected static ushort FilterFlag
Résultat ushort

FinallyFlag protected_oe static_oe property

protected static ushort FinallyFlag
Résultat ushort