SharedData Class

 

Represents a set of SharedDataItem objects. It is used by extensions to access the data that is published by a primary snap-in.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.SharedData

Syntax

public sealed class SharedData
public ref class SharedData sealed 
[<Sealed>]
type SharedData = class end
Public NotInheritable Class SharedData

Methods

Name Description
System_CAPS_pubmethod Add(SharedDataItem)

Adds a SharedDataItem to the set of shared data items. Each item in the set must have a unique clipboard format.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetItem(String)

Gets a published data item based on the clipboard type.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Remove(String)

Removes the published data with the particular clipboard format, if it exists in the published data.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ManagementConsole Namespace

Return to top