Gets the CUDA.NET handle. You can cast this to CUDA in the GASS.CUDA namespace. See http://www.hoopoe-cloud.com/Solutions/CUDA.NET/Default.aspx

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

Syntax

C#
public Object CudaDotNet { get; }
Visual Basic
Public ReadOnly Property CudaDotNet As Object
	Get
Visual C++
public:
property Object^ CudaDotNet {
	Object^ get ();
}

See Also