C# Class PERWAPI.Catch

The descriptor for a catch clause (.catch)
Inheritance: HandlerBlock
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new catch clause

Private Methods

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

Method Details

Catch() public method

Create a new catch clause
public Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System
except Class the exception to be caught
handlerStart CILLabel start of the handler code
handlerEnd CILLabel end of the handler code
return System