Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void ProbePlugins(
	string folderToProbe
)

Parameters

folderToProbe
Type: SystemString
The folder to probe, which has to be a full path.
See Also