C# Класс AsmResolver.Net.Msil.ExceptionHandler

Наследование: FileSegment
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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