Method | Description | |
---|---|---|
CloseScope ( |
The constructor to build a new CloseScope instruction.
|
Method | Description | |
---|---|---|
GetDeltaDistance ( ) : int |
Get the delta distance for this instruction. The delta distance is the resulting difference of items left on the stack after calling this instruction. |
|
GetInstName ( ) : string |
Provide access to the name of this instruction.
|
|
Write ( |
Write this instruction. This instruction does not get written to the PE file. It only applys to the PDB file.
|
public CloseScope ( |
||
scope | The scope to close. | |
return | System |