RTHandle Class

The RTX64 analog to the managed GCHandle class.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64.RTAPI.Runtime.InteropServicesRTHandle

Namespace:  IntervalZero.RTX64.RTAPI.Runtime.InteropServices
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public class RTHandle : IDisposable

The RTHandle type exposes the following members.

Properties
NameDescription
Public propertyIsAllocated
Gets a value indicating whether the handle is allocated.
Top
Methods
NameDescription
Public methodAlloc
Allocates a handle of the specified type for the specified object. Use the overload having this signature:

public static RTHandle Alloc(uint size, RTHandleType handleType).

Public methodDispose
Releases all resources used by the RTHandle
Public methodFree
Releases a IntervalZero.Runtime.InteropServices.RTHandle.
Public methodGetVirtualAddress
Gets the underlying native virtual address associated with the RTHandle
Top
See Also