The PluginRegistration type exposes the following members.

Constructors

  NameDescription
PluginRegistration
Creates a plugin registration.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
AssemblyBindings
Gets or sets the list of plugin assembly bindings.
BaseDirectory
Gets or sets the base directory.
EnableCondition
Gets or sets a condition governing the activation of the plugin, or null if there is no condition. The plugin will be disabled if a condition is provided but is not satisfied.
FilePaths
Gets or sets the paths of files that belong to the plugin relative to the plugin base directory.
PluginDependencies
Gets or sets the list of plugin dependencies.
PluginHandlerFactory
Gets or sets the plugin handler factory.
PluginId
Gets or sets the plugin id.
PluginProperties
Gets or sets the plugin properties.
PluginTypeName
Gets or sets the plugin type name.
ProbingPaths
Gets or sets the list of probing paths in which to attempt to locate referenced assemblies.
RecommendedInstallationPath
Gets or sets the recommended installation path for the plugin files relative to the runtime installation directory, or null if there is no preference.
TraitsProperties
Gets or sets the traits properties.

See Also