C# Class PERWAPI.Filter

The descriptor for a filter clause (.filter)
Inheritance: HandlerBlock
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
Filter ( CILLabel filterLabel, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new filter clause

Private Methods

Méthode Description
GetFlag ( ) : ushort
Write ( PEWriter output, bool fatFormat ) : void

Method Details

Filter() public méthode

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
Résultat System