C# Class PERWAPI.Filter

The descriptor for a filter clause (.filter)
Inheritance: HandlerBlock
ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
Filter ( CILLabel filterLabel, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new filter clause

Private Methods

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

Method Details

Filter() public method

Create a new filter clause
public Filter ( CILLabel filterLabel, CILLabel handlerStart, CILLabel handlerEnd ) : System
filterLabel CILLabel the label where the filter code starts
handlerStart CILLabel the start of the handler code
handlerEnd CILLabel the end of the handler code
return System