Visual Basic (Usage) | ![]() |
---|---|
Dim context As ISystemContext Dim decoder As BinaryDecoder Dim value As NodeState value = NodeState.LoadNode(context, decoder) |
C# | |
---|---|
public static NodeState LoadNode( ISystemContext context, BinaryDecoder decoder ) |
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder.
Return Value
The new node.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x