Property | Type | Description | |
---|---|---|---|
fatFormat | bool | ||
flags | ushort |
Method | Description | |
---|---|---|
AddHandler ( |
Add a handler to this try block
|
|
GetHandlers ( ) : PERWAPI.HandlerBlock[] |
Get an array containing all the handlers.
|
|
TryBlock ( |
Create a new try block
|
Method | Description | |
---|---|---|
BuildCILInfo ( |
||
BuildTables ( |
||
NumHandlers ( ) : int | ||
SetSize ( ) : void | ||
Write ( |
||
isFat ( ) : bool |
public AddHandler ( |
||
handler | a handler to be added to the try block | |
return | void |
public GetHandlers ( ) : PERWAPI.HandlerBlock[] | ||
return | PERWAPI.HandlerBlock[] |
public TryBlock ( |
||
start | start label for the try block | |
end | end label for the try block | |
return | System |