Gets the total memory.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public ulong TotalMemory { get; internal set; }
Visual Basic
Public Property TotalMemory As ULong
	Get
	Friend Set
Visual C++
public:
property unsigned long long TotalMemory {
	unsigned long long get ();
	internal: void set (unsigned long long value);
}

Field Value

The total memory.

See Also