AudioCDPlayerGetDevices Method |
Get a list of the CD devices that installed on the local machine.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public List<string> GetDevices()
Public Function GetDevices As List(Of String)
Dim instance As AudioCDPlayer
Dim returnValue As List(Of String)
returnValue = instance.GetDevices()
member GetDevices : unit -> List<string>
public List<String> GetDevices()
public function GetDevices() : List<String>
Return Value
Type:
ListStringSee Also