Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getGpuDevices() As Integer()
C#
public int[] getGpuDevices()
C++
public:
 array<int>^ getGpuDevices() sealed 
J#
public int[] getGpuDevices()
JScript
public  function getGpuDevices() : int[]

See Also