Table of Contents

Interface IVBExecutionContext

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll

Represents and encapsulates the execution environment and memory space.

public interface IVBExecutionContext

Properties

Is64Bit

true if the execution context describes a 64-bit environment; false otherwise.

bool Is64Bit { get; }

Property Value

bool

Remarks

This value determines the size of a VBLongPtrValue and is used anywhere needed, e.g. when evaluating precompiler directives.

Memory

Gets the memory space for this context.

IVirtualHeap Memory { get; }

Property Value

IVirtualHeap