The PlugInDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PlugInDescriptor | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Create |
Create an instance of the plug-in.
| |
| Equals | (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.) | |
| Load | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Save plugin descriptor.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|