Share via


ExtensionHandle Members

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

Protected method

ExtensionHandle

Initializes a new instance of ExtensionHandle class.

Top

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. (Overrides Object.GetHashCode().)

Public method

GetSchema

Gets the schema for the XML serialization of this extension.

Public method

GetType

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

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.

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.

Top

Properties

 

Name

Description

Public property

Configuration

Gets the named configuration for this extension type as an XmlElement.

Public property

ConfigurationName

Gets the configuration name. If the string is empty, then this configuration is the default configuration.

Public property

Description

Gets or sets the description of this extension.

Public property

ExtensionManager

Gets the reference to ExtensionManager.

Public property

ExtensionType

Gets the extension type.

Public property

ExtensionTypeFriendlyName

Gets the friendly name of the extension type.

Public property

FriendlyName

Gets the friendly name of this ExtensionHandle.

Public property

Publisher

Gets or sets the publisher of this extension.

Top

See Also

Reference

ExtensionHandle Class

Microsoft.Data.Schema.Extensibility Namespace