Gets a value indicating whether GPU is integrated.

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

Syntax

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

Field Value

true if integrated; otherwise, false.

See Also