public ArrayList RegisteredDevices(
string DeviceType
)Public Function RegisteredDevices (
DeviceType As String
) As ArrayListpublic:
virtual ArrayList^ RegisteredDevices(
String^ DeviceType
) sealedIf a DeviceType is supplied, where no device of that type has been registered before on this system, an empty list will be returned
| InvalidValueException | Throw if the supplied DeviceType is empty string or null value. |