The PlugInDescriptor type exposes the following members.

Constructors

  NameDescription
PlugInDescriptorOverloaded.

Methods

  NameDescription
Create
Create an instance of the plug-in.
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.)
GetAttribute
Get a plug-in attribute of a special type.
GetAttributeArray
Get all PlugInAttribute of a given type from a array of PlugInDescriptor.
GetAttributes
Get all plug-in attributes.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save
Save plugin descriptor.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AssemblyName
The name of the assembly.
Created
Timestamp when the record was created in the database.
Enabled
Whether the PlugIn is enabled or not.
ID
The identifier assigned by EPiServer to this plug-in.
IsAutoGenerated
If this type is located in an autogenerated assembly.
PlugInType
The Type for the plug-in.
Saved
Timestamp when the record was last saved in the database.
TypeName
The name of the class.

See Also