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<TInterfaceType> type exposes the following members.
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. (Inherited from ExtensionHandle.)
Gets the schema for the XML serialization of this extension. (Inherited from ExtensionHandle.)
Gets the type of the current instance. (Inherited from Object.)
Instantiates an ExtensionHandle.
Creates a shallow copy of the current Object. (Inherited from Object.)
Deserializes an extension returning the assembly name, type name, and configuration name. (Inherited from ExtensionHandle.)
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. (Inherited from ExtensionHandle.)
Top
Properties
Name
Description
Gets the named configuration for this extension type as an XmlElement. (Inherited from ExtensionHandle.)
Gets the configuration name. If the string is empty, then this configuration is the default configuration. (Inherited from ExtensionHandle.)
Gets or sets the description of this extension. (Inherited from ExtensionHandle.)
Gets the reference to ExtensionManager. (Inherited from ExtensionHandle.)
Gets the extension type. (Inherited from ExtensionHandle.)
Gets the friendly name of the extension type. (Inherited from ExtensionHandle.)
Gets the friendly name of this ExtensionHandle. (Inherited from ExtensionHandle.)
Gets or sets the publisher of this extension. (Inherited from ExtensionHandle.)
Top