RTHandle Members IntervalZero RTX Managed Code

The RTHandle type exposes the following members.

Methods

NameDescription
Public methodStatic memberAlloc
Allocates a handle of the specified type for the specified object.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFree
Releases a IntervalZero.Runtime.InteropServices.RTXHandle.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetVirtualAddress
Gets the underlying native virtual address associated with the RTXHandle
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

NameDescription
Public propertyIsAllocated
Gets a value indicating whether the handle is allocated.
Back to Top
See Also