JaCIL Framework API

StackObject Constructor

Creates the item.

Overload List

Creates a stack object from another.

public StackObject(StackObject);

Creates a stack object from another. With a different underlying type name.

public StackObject(StackObject,string);

Creates the item.

public StackObject(StackType,StackArrayType,int,StackPointerType,StackValueType,string);

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace