JaCIL Framework API

StackObject.GetBoxedObject Method 

Returns a stack object representation of this stack object as a boxed type.

public StackObject GetBoxedObject();

Return Value

A stack object representing a boxed version of this one. For non-value types, this simply returns the same object.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace