프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fatFormat | bool | ||
flags | ushort |
메소드 | 설명 | |
---|---|---|
AddHandler ( |
Add a handler to this try block
|
|
GetHandlers ( ) : PERWAPI.HandlerBlock[] |
Get an array containing all the handlers.
|
|
TryBlock ( |
Create a new try block
|
메소드 | 설명 | |
---|---|---|
BuildCILInfo ( |
||
BuildTables ( |
||
NumHandlers ( ) : int | ||
SetSize ( ) : void | ||
Write ( |
||
isFat ( ) : bool |
public AddHandler ( |
||
handler | a handler to be added to the try block | |
리턴 | void |
public TryBlock ( |
||
start | start label for the try block | |
end | end label for the try block | |
리턴 | System |