Click or drag to resize
Sandcastle Help File BuilderBuildProcessLoadedPlugIns Property

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public Dictionary<string, IPlugIn> LoadedPlugIns { get; }

Property Value

Type: DictionaryString, IPlugIn
The key is the plug in ID. The value is a reference to an IPlugIn interface for the plug-in.
Remarks
This allows you to access other plug-ins to facilitate sharing of information between them.
See Also