Gets the pci device ID.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public int PciDeviceID { get; internal set; } |
Visual Basic |
---|
Public Property PciDeviceID As Integer Get Friend Set |
Visual C++ |
---|
public: property int PciDeviceID { int get (); internal: void set (int value); } |