C# 클래스 PERWAPI.HandlerBlock

상속: CodeBlock
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ExceptionFlag ushort
FaultFlag ushort
FilterFlag ushort
FinallyFlag ushort

공개 메소드들

메소드 설명
HandlerBlock ( CILLabel start, CILLabel end ) : System

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
GetFlag ( ) : ushort
Write ( PEWriter output, bool fatFormat ) : void

메소드 상세

HandlerBlock() 공개 메소드

public HandlerBlock ( CILLabel start, CILLabel end ) : System
start CILLabel
end CILLabel
리턴 System

프로퍼티 상세

ExceptionFlag 보호되어 있는 정적으로 프로퍼티

protected static ushort ExceptionFlag
리턴 ushort

FaultFlag 보호되어 있는 정적으로 프로퍼티

protected static ushort FaultFlag
리턴 ushort

FilterFlag 보호되어 있는 정적으로 프로퍼티

protected static ushort FilterFlag
리턴 ushort

FinallyFlag 보호되어 있는 정적으로 프로퍼티

protected static ushort FinallyFlag
리턴 ushort