PluginCollection Class
Collection of all plug-ins that are available in the executing folder.
Namespace:
CAS.Lib.CommonBus.ManagementAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public class PluginCollection : IEnumerable<KeyValuePair<Guid, IDataProviderID>>, IDisposable
Public Class PluginCollection _ Implements IEnumerable(Of KeyValuePair(Of Guid, IDataProviderID)), _ IDisposable
public ref class PluginCollection : IEnumerable<KeyValuePair<Guid^, IDataProviderID^>^>, IDisposable