C# 클래스 PERWAPI.Fault

Descriptor for a fault block (.fault)
상속: HandlerBlock
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
Fault ( CILLabel faultStart, CILLabel faultEnd ) : System

Create a new fault clause

비공개 메소드들

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

메소드 상세

Fault() 공개 메소드

Create a new fault clause
public Fault ( CILLabel faultStart, CILLabel faultEnd ) : System
faultStart CILLabel start of the fault code
faultEnd CILLabel end of the fault code
리턴 System