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 | |
---|---|---|
CustomNodeId() | Initializes a new instance of the CustomNodeId class. |
|
CustomNodeId(Byte[]) | Initializes a new instance of the CustomNodeId class using a custom byte sequence as a parameter. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCustomId() | Gets the custom byte sequence that identifies a scope node. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetCustomId(Byte[]) | Sets the custom byte sequence that identifies a scope node. |
|
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