BuildProcessLoadedPlugIns Property
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Dictionary<string, IPlugIn> LoadedPlugIns { get; }
Public ReadOnly Property LoadedPlugIns As Dictionary(Of String, IPlugIn)
Get
public:
property Dictionary<String^, IPlugIn^>^ LoadedPlugIns {
Dictionary<String^, IPlugIn^>^ get ();
}
member LoadedPlugIns : Dictionary<string, IPlugIn> with get
Property Value
DictionaryString,
IPlugInThe key is the plug in ID. The value is a reference to an
IPlugIn interface
for the plug-in.
This allows you to access other plug-ins to facilitate sharing of information between them