LyricFile(String) Constructor
Initializes a new instance of the
LyricFile class.
Namespace: DevCase.ThirdParty.SubtitleWorkshopAssembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public LyricFile(
string filepath
)
Public Sub New (
filepath As String
)
Dim filepath As String
Dim instance As New LyricFile(filepath)
public:
LyricFile(
String^ filepath
)
new :
filepath : string -> LyricFile
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The full path of the lyric file to load.
FileNotFoundException
|
File not found.
|
Exception
|
Error trying to open the specified file. Check the file and/or the SubtitleAPI dll.
|