BuildProcessLoadedPlugIns Property

This returns a DictionaryTKey, TValue containing the currently loaded plug-ins

Definition

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

Property Value

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