NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceController.GetDevices (String)

Gets all the device-driver services in the machine specified.

[Visual Basic]
Overloads Public Shared Function GetDevices( _
   ByVal machineName As String _
) As ServiceController ()
[C#]
public static ServiceController[] GetDevices(
   string machineName
);
[C++]
public: static ServiceController* GetDevices(
   String* machineName
) [];
[JScript]
public static function GetDevices(
   machineName : String
) : ServiceController[];

Parameters

machineName
is the machine where the device services are to be taken from.

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace | ServiceController.GetDevices Overload List