ReloadableObjectRegistry Constructor |
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ReloadableObjectRegistry(
string path
)
Public Sub New (
path As String
)
public:
ReloadableObjectRegistry(
String^ path
)
new :
path : string -> ReloadableObjectRegistry
Parameters
- path
- Type: SystemString
The path.
See Also