Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim consoleXml As String Dim returnValue As NodesRootDescription returnValue = LoadXmlHelpers.ReadIdleConsoleTree(consoleXml) |
Syntax
Visual Basic |
---|
Public Shared Function ReadIdleConsoleTree ( _ consoleXml As String _ ) As NodesRootDescription |
C# |
---|
public static NodesRootDescription ReadIdleConsoleTree ( string consoleXml ) |
C++ |
---|
public: static NodesRootDescription^ ReadIdleConsoleTree ( String^ consoleXml ) |
J# |
---|
public static NodesRootDescription ReadIdleConsoleTree ( String consoleXml ) |
JScript |
---|
public static function ReadIdleConsoleTree ( consoleXml : String ) : NodesRootDescription |
Parameters
- consoleXml
-
[in] Console XML.
Return Value
NodesRootDescription 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.