NodeId Class
Identifies a scope node in a managed or unmanaged snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.NodeId
Microsoft.ManagementConsole.CustomNodeId
Microsoft.ManagementConsole.DisplayNameNodeId
Microsoft.ManagementConsole.LanguageIndependentNameNodeId
Syntax
public abstract class NodeId
public ref class NodeId abstract
[<AbstractClass>]
type NodeId = class end
Public MustInherit Class NodeId
Constructors
Name | Description | |
---|---|---|
NodeId() | Initializes a new instance of the NodeId class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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