JaCIL Framework API

StackObject.GetPointedAt Method 

Returns the stack object representation of this object as the value poitned at

public StackObject GetPointedAt();

Return Value

A stack object representing the type pointed to by this type.

Remarks

This method is only usable if the object represents a pointer type.

Exceptions

Exception Type Condition
StackStateException Thrown if the stack object is inot a pointer type.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace