UnmanagedBufferLocation Enum
Namespace: GHIElectronics.TinyCLR.Native · Assembly: 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). |