JaCIL Framework API

StackObject Constructor (StackObject, String)

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

public StackObject(
   StackObject other,
   string underlyingTypeName
);

Parameters

other
The other stack object to copy from.
underlyingTypeName
The underlying type name.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace | StackObject Constructor Overload List