Returns the stack object representation of this stack object as a pointer.
A stack object representing a pointer to this type.
This method is only usable if the object does not represent a pointer type, as a managed pointer to a managed pointer is invalid (byref to a byref).
| Exception Type | Condition |
|---|---|
| StackStateException | Thrown if the stack object is a pointer type. |
StackObject Class | JaCIL.Compiler.Instruction Namespace