C# 클래스 PERWAPI.TryBlock

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

보호된 프로퍼티들

프로퍼티 타입 설명
fatFormat bool
flags ushort

공개 메소드들

메소드 설명
AddHandler ( HandlerBlock handler ) : void

Add a handler to this try block

GetHandlers ( ) : PERWAPI.HandlerBlock[]

Get an array containing all the handlers.

TryBlock ( CILLabel start, CILLabel end ) : System

Create a new try block

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
NumHandlers ( ) : int
SetSize ( ) : void
Write ( PEWriter output, bool fatFormat ) : void
isFat ( ) : bool

메소드 상세

AddHandler() 공개 메소드

Add a handler to this try block
public AddHandler ( HandlerBlock handler ) : void
handler HandlerBlock a handler to be added to the try block
리턴 void

GetHandlers() 공개 메소드

Get an array containing all the handlers.
public GetHandlers ( ) : PERWAPI.HandlerBlock[]
리턴 PERWAPI.HandlerBlock[]

TryBlock() 공개 메소드

Create a new try block
public TryBlock ( CILLabel start, CILLabel end ) : System
start CILLabel start label for the try block
end CILLabel end label for the try block
리턴 System

프로퍼티 상세

fatFormat 보호되어 있는 프로퍼티

protected bool fatFormat
리턴 bool

flags 보호되어 있는 프로퍼티

protected ushort flags
리턴 ushort