Share via


ExtensionHandle<TInterfaceType> Members

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

Public method

Equals

Overloaded. Compares whether two objects are equal.

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Gets the HashCode for the ExtensionHandle, based on the ExtensionType and ConfigurationName. (Inherited from ExtensionHandle.)

Public method

GetSchema

Gets the schema for the XML serialization of this extension. (Inherited from ExtensionHandle.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

Instantiate

Instantiates an ExtensionHandle.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ReadXml

Deserializes an extension returning the assembly name, type name, and configuration name. (Inherited from ExtensionHandle.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

WriteXml

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

Public property

Configuration

Gets the named configuration for this extension type as an XmlElement. (Inherited from ExtensionHandle.)

Public property

ConfigurationName

Gets the configuration name. If the string is empty, then this configuration is the default configuration. (Inherited from ExtensionHandle.)

Public property

Description

Gets or sets the description of this extension. (Inherited from ExtensionHandle.)

Public property

ExtensionManager

Gets the reference to ExtensionManager. (Inherited from ExtensionHandle.)

Public property

ExtensionType

Gets the extension type. (Inherited from ExtensionHandle.)

Public property

ExtensionTypeFriendlyName

Gets the friendly name of the extension type. (Inherited from ExtensionHandle.)

Public property

FriendlyName

Gets the friendly name of this ExtensionHandle. (Inherited from ExtensionHandle.)

Public property

Publisher

Gets or sets the publisher of this extension. (Inherited from ExtensionHandle.)

Top

See Also

Reference

ExtensionHandle<TInterfaceType> Class

Microsoft.Data.Schema.Extensibility Namespace