JaCIL Framework API

StackObject.GetElementObject Method 

Returns the stack object representation of the stack object's element.

public StackObject GetElementObject();

Return Value

A stack object representing an element of this type.

Remarks

This method is only usable if this is an array type and the rank is one or higher.

Exceptions

Exception Type Condition
StackStateException Thrown if this stack object is not an array type.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace