JaCIL Framework API

StackObject.IsBoxedType Property

Whether or not this stack object is effectively a boxed value type. That is, this is true if and only if the underlying type is a boxed type, and this stack object is not a pointer or array of the type.

public bool IsBoxedType {get;}

Property Value

Whether or not this stack object is effectively a boxed value type. That is, this is true if and only if the underlying type is a boxed type, and this stack object is not a pointer or array of the type.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace