C# 클래스 PERWAPI.Catch

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

공개 메소드들

메소드 설명
Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new catch clause

비공개 메소드들

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

메소드 상세

Catch() 공개 메소드

Create a new catch clause
public Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System
except Class the exception to be caught
handlerStart CILLabel start of the handler code
handlerEnd CILLabel end of the handler code
리턴 System