Click or drag to resize
PluginStore Class
Class which represents a container for plugin instances
Inheritance Hierarchy
System.Object
  System.Collections.Generic.Dictionary<PluginDescription, PluginBase>
    SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures.PluginStore

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public class PluginStore : Dictionary<PluginDescription, PluginBase>

The PluginStore type exposes the following members.

Constructors
  NameDescription
Public methodPluginStore
Initializes a new instance of the PluginStore class.
Top
Properties
  NameDescription
Public propertyComparer (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public propertyCount (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public propertyItem (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public propertyKeys (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public propertyValues (Inherited from Dictionary<PluginDescription, PluginBase>.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodClear (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodContainsKey (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodContainsValue (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodGetPluginByPluginID
Gets the plugin with the id passed in
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodProbePlugins
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.
Public methodRemove (Inherited from Dictionary<PluginDescription, PluginBase>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from Dictionary<PluginDescription, PluginBase>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIDictionary.Add (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIDictionary.Contains (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodICollection.CopyTo (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIDictionary.GetEnumerator (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary.IsFixedSize (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary.IsReadOnly (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary.Item (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Keys (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Keys (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary.Keys (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate methodIDictionary.Remove (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Values (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Values (Inherited from Dictionary<PluginDescription, PluginBase>.)
Explicit interface implementationPrivate propertyIDictionary.Values (Inherited from Dictionary<PluginDescription, PluginBase>.)
Top
See Also