JaCIL Framework API

StackObject.GetUnBoxedObject Method 

Returns the unboxed object representation of this stack object.

public StackObject GetUnBoxedObject();

Return Value

A stack object representing a unboxed version of this one. If this object is not boxed, this simply returns the same object.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace