AudioCDRipperGetDevices Method |
Get a list of the CD devices that installed on the local machine.
Namespace:
CSAudioCDRipper
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic List<string> GetDevices()
Public Function GetDevices As List(Of String)
Dim instance As AudioCDRipper
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:
ListString
See Also