Gets the free memory.

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

Syntax

C#
public abstract ulong FreeMemory { get; }
Visual Basic
Public MustOverride ReadOnly Property FreeMemory As ULong
	Get
Visual C++
public:
virtual property unsigned long long FreeMemory {
	unsigned long long get () abstract;
}

Field Value

The free memory.

See Also