WritableSharedData Class

 

Represents a set of writable shared data items. It is used by scope nodes to publish data to extensions.

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

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.WritableSharedData

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod WritableSharedData()

Initializes a new instance of the WritableSharedData class.

Methods

Name Description
System_CAPS_pubmethod Add(WritableSharedDataItem)

Adds a shared data item to the shared data. Each item in the writable shared data 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 specified 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

WritableSharedDataItem
Microsoft.ManagementConsole Namespace

Return to top