C# Класс PERWAPI.TryBlock

The descriptor for a guarded block (.try)
Наследование: CodeBlock
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
fatFormat bool
flags ushort

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

Метод Описание
AddHandler ( HandlerBlock handler ) : void

Add a handler to this try block

GetHandlers ( ) : PERWAPI.HandlerBlock[]

Get an array containing all the handlers.

TryBlock ( CILLabel start, CILLabel end ) : System

Create a new try block

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
NumHandlers ( ) : int
SetSize ( ) : void
Write ( PEWriter output, bool fatFormat ) : void
isFat ( ) : bool

Описание методов

AddHandler() публичный Метод

Add a handler to this try block
public AddHandler ( HandlerBlock handler ) : void
handler HandlerBlock a handler to be added to the try block
Результат void

GetHandlers() публичный Метод

Get an array containing all the handlers.
public GetHandlers ( ) : PERWAPI.HandlerBlock[]
Результат PERWAPI.HandlerBlock[]

TryBlock() публичный Метод

Create a new try block
public TryBlock ( CILLabel start, CILLabel end ) : System
start CILLabel start label for the try block
end CILLabel end label for the try block
Результат System

Описание свойств

fatFormat защищенное свойство

protected bool fatFormat
Результат bool

flags защищенное свойство

protected ushort flags
Результат ushort