Get the name of the GPU device.


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

Syntax

Visual Basic (Declaration)
Public Function getName() As String
C#
public string getName()
C++
public:
 String getName() sealed 
J#
public string getName()
JScript
public  function getName() : String

Return Value

the name of the GPU device.

See Also