Loads all the BASS plugins in the directory path.

C# | Visual Basic |
public static Dictionary<int, string> LoadPluginDirectory( string directoryPath )
Public Shared Function LoadPluginDirectory ( _ directoryPath As String _ ) As Dictionary(Of Integer, String)

- directoryPath (String)
- Directory path

Dictionary of plugin handles and plugin file paths