Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Contains the extension type and the named configuration for this extension type.
The ExtensionHandle type exposes the following members.
Constructors
Name
Description
Initializes a new instance of ExtensionHandle class.
Top
Methods
Name
Description
Overloaded. Compares whether two objects are equal.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets the HashCode for the ExtensionHandle, based on the ExtensionType and ConfigurationName. (Overrides Object.GetHashCode().)
Gets the schema for the XML serialization of this extension.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Deserializes an extension returning the assembly name, type name, and configuration name.
Returns a string that represents the current object. (Inherited from Object.)
Serializes this extension. The assembly full name, the type full name, and the configuration name are included in the serialization.
Top
Properties
Name
Description
Gets the named configuration for this extension type as an XmlElement.
Gets the configuration name. If the string is empty, then this configuration is the default configuration.
Gets or sets the description of this extension.
Gets the reference to ExtensionManager.
Gets the extension type.
Gets the friendly name of the extension type.
Gets the friendly name of this ExtensionHandle.
Gets or sets the publisher of this extension.
Top