PowerSNMP for .NET CF
GenerateNodes Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNodes Class : GenerateNodes Method




Generates MibNode and MibTrap objects from previously parsed mib files and adds them to the Dictionary using MibDefinition.Name as key.

Syntax

Visual Basic (Declaration) 
Public Sub GenerateNodes() 
Visual Basic (Usage)Copy Code
Dim instance As MibNodes
 
instance.GenerateNodes()
C# 
public void GenerateNodes()
Managed Extensions for C++ 
public: void GenerateNodes(); 
C++/CLI 
public:
void GenerateNodes(); 

Remarks

Parse will be normally be used once or multiple times before this method is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.