C# Class AsmResolver.Net.Msil.ExceptionHandler

Inheritance: FileSegment
Exibir arquivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
ExceptionHandler ( ExceptionHandlerType handlerType ) : System
FromReader ( MethodBody methodBody, IBinaryStreamReader reader, bool fatFormat ) : ExceptionHandler
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Method Details

ExceptionHandler() public method

public ExceptionHandler ( ExceptionHandlerType handlerType ) : System
handlerType ExceptionHandlerType
return System

FromReader() public static method

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

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint

Write() public method

public Write ( WritingContext context ) : void
context WritingContext
return void