PluginStoreProbePlugins Method  | 
 
            Probes for plugins. If found, it loads a plugin into itself: key is the pluginDescription object, value is the plugin instance.
            If an exception occurs, the plugin is skipped.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic void ProbePlugins(
	string folderToProbe
)
Public Sub ProbePlugins ( 
	folderToProbe As String
)
Parameters
- folderToProbe
 - Type: SystemString
The folder to probe, which has to be a full path. 
See Also