Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool Open(
string FileName
)
Public Function Open (
FileName As String
) As Boolean
Dim instance As AudioPlayer
Dim FileName As String
Dim returnValue As Boolean
returnValue = instance.Open(FileName)
member Open :
FileName : string -> bool
public boolean Open(
String FileName
)
public function Open(
FileName : String
) : boolean
Parameters
- FileName
- Type: SystemString
Return Value
Type:
BooleanSee Also