ILNumerics Ultimate VS

MemoryTypes Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Individual types of memory available to store arrays and parts thereof.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public enum MemoryTypes
Members

  Member nameValueDescription
Process0 The process' native virtual memory, managed by the OS.
Shared1 Shared, virtual (native) memory.
Managed2 Memory on the managed heap, subject to garbage collection.
Device3 Device memory storage under control of a device specific interface, such as OpenCL. Ex: OpenCL device memory as GPU memory.
Remarks

[ILNumerics Core Module]

See Also

Reference