Click or drag to resize

ObjectTreeLoadedModules Property

Loaded MIB modules.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public ICollection<Module> LoadedModules { get; }

Property Value

Type: ICollectionModule
The loaded modules.
See Also