MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
LoadPluginDirectory Method (directoryPath)
NamespacesMPfm.Sound.BassNetWrapperBaseLoadPluginDirectory(String)
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

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)