CustomNodeId Class

 

Uses a custom byte sequence to identify a scope node that belongs to an unmanaged snap-in.

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

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.NodeId
    Microsoft.ManagementConsole.CustomNodeId

Syntax

public class CustomNodeId : NodeId
public ref class CustomNodeId : NodeId
type CustomNodeId = 
    class
        inherit NodeId
    end
Public Class CustomNodeId
    Inherits NodeId

Constructors

Name Description
System_CAPS_pubmethod CustomNodeId()

Initializes a new instance of the CustomNodeId class.

System_CAPS_pubmethod CustomNodeId(Byte[])

Initializes a new instance of the CustomNodeId class using a custom byte sequence as a parameter.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCustomId()

Gets the custom byte sequence that identifies a scope node.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetCustomId(Byte[])

Sets the custom byte sequence that identifies a scope node.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The byte sequence matches the sequence provided by the unmanaged snap-in in the SNodeID2 or SNodeID structures.

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