Loads all the BASS plugins in the directory path.
Declaration Syntax
C# | Visual Basic |
public static Dictionary<int, string> LoadPluginDirectory( string directoryPath )
Public Shared Function LoadPluginDirectory ( _ directoryPath As String _ ) As Dictionary(Of Integer, String)
Parameters
- directoryPath (String)
- Directory path
Return Value
Dictionary of plugin handles and plugin file paths