C# Class PERWAPI.Finally

Descriptor for a finally block (.finally)
Inheritance: HandlerBlock
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
Finally ( CILLabel finallyStart, CILLabel finallyEnd ) : System

Create a new finally clause

Private Methods

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

Method Details

Finally() public method

Create a new finally clause
public Finally ( CILLabel finallyStart, CILLabel finallyEnd ) : System
finallyStart CILLabel start of finally code
finallyEnd CILLabel end of finally code
return System