RTHandle Alloc Method IntervalZero RTX Managed Code
Allocates a handle of the specified type for the specified object.

Namespace:  RTX.Runtime.InteropServices
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public static RTHandle Alloc(
	int size,
	RTHandleType handleType
)

Return Value

Type: RTHandle
A new IntervalZero.Runtime.InteropServices.RTXHandle of the specified type. This RTXHandle must be released with IntervalZero.Runtime.InteropServices.RTXHandle.Free() when it is no longer needed.
See Also