C# 클래스 PERWAPI.Filter

The descriptor for a filter clause (.filter)
상속: HandlerBlock
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
Filter ( CILLabel filterLabel, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new filter clause

비공개 메소드들

메소드 설명
GetFlag ( ) : ushort
Write ( PEWriter output, bool fatFormat ) : void

메소드 상세

Filter() 공개 메소드

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
리턴 System