Skip to main content

UnmanagedBufferLocation Enum

NuGet: GHIElectronics.TinyCLR.Native
Assembly: GHIElectronics.TinyCLR.Native
Namespace: GHIElectronics.TinyCLR.Native

Which heap an UnmanagedBuffer draws from.

public enum UnmanagedBufferLocation

Fields

NameValueDescription
ManagedMemoryAllocated from the managed (GC) heap.
UnmanagedMemoryAllocated from the unmanaged heap (fixed address).