Initializes a new instance of the EmulatedGPU class.

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

Syntax

C#
public EmulatedGPU(
	int deviceId
)
Visual Basic
Public Sub New ( _
	deviceId As Integer _
)
Visual C++
public:
EmulatedGPU(
	int deviceId
)

Parameters

deviceId
Type: System..::..Int32
The device id.

See Also