C# 클래스 AsmResolver.Net.Msil.ExceptionHandler

상속: FileSegment
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionHandler ( ExceptionHandlerType handlerType ) : System
FromReader ( MethodBody methodBody, IBinaryStreamReader reader, bool fatFormat ) : ExceptionHandler
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

메소드 상세

ExceptionHandler() 공개 메소드

public ExceptionHandler ( ExceptionHandlerType handlerType ) : System
handlerType ExceptionHandlerType
리턴 System

FromReader() 공개 정적인 메소드

public static FromReader ( MethodBody methodBody, IBinaryStreamReader reader, bool fatFormat ) : ExceptionHandler
methodBody MethodBody
reader IBinaryStreamReader
fatFormat bool
리턴 ExceptionHandler

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

Write() 공개 메소드

public Write ( WritingContext context ) : void
context WritingContext
리턴 void