Gets the total constant memory.

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

Syntax

C#
public int TotalConstantMemory { get; internal set; }
Visual Basic
Public Property TotalConstantMemory As Integer
	Get
	Friend Set
Visual C++
public:
property int TotalConstantMemory {
	int get ();
	internal: void set (int value);
}

Field Value

The total constant memory.

See Also