UnmanagedBufferLocation Enum
NuGet: GHIElectronics.TinyCLR.Native
Assembly: GHIElectronics.TinyCLR.Native
Namespace: GHIElectronics.TinyCLR.Native
Which heap an UnmanagedBuffer draws from.
public enum UnmanagedBufferLocation
Fields
| Name | Value | Description |
|---|---|---|
ManagedMemory | Allocated from the managed (GC) heap. | |
UnmanagedMemory | Allocated from the unmanaged heap (fixed address). |