RTMarshal Members IntervalZero RTX Managed Code

The RTMarshal type exposes the following members.

Methods

NameDescription
Public methodStatic memberAllocHContiguous
Allocates contiguous memory from the unmanaged memory of the process.
Public methodStatic memberAllocHLocal
Allocates local memory from the unmanaged memory of the process.
Public methodStatic memberAllocHLocked
Allocates locked memory from the unmanaged memory of the process.
Public methodStatic memberFreeHContiguous
Frees memory previously allocated from the unmanaged memory of the process with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHContiguous(System.IntPtr).
Public methodStatic memberFreeHLocal
Frees memory previously allocated from the unmanaged memory of the process with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocal(System.IntPtr).
Public methodStatic memberFreeHLocked
Frees memory previously allocated from the unmanaged memory of the process with IntervalZero.Runtime.InteropServices.RTMarshal.AllocHLocked(System.IntPtr).
Public methodStatic memberPhysicalAddressFromVirtualAddress(IntPtr)
Translates a virtual address to a physical address.
Public methodStatic memberPhysicalAddressFromVirtualAddress(UInt32)
Translates a virtual address to a physical address.
Back to Top
See Also