Click or drag to resize

Parser2Compile(String, ErrorRegistry) Method

Loads a MIB file.

Namespace: Lextm.SharpSnmpPro.Mib.Registry
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public static IEnumerable<Module> Compile(
	string fileName,
	ErrorRegistry registry
)

Parameters

fileName  String
File name.
registry  ErrorRegistry
The registry.

Return Value

IEnumerableModule
Exceptions
ExceptionCondition
ArgumentNullExceptionfileName
ArgumentExceptionfileName cannot be empty or file does not exist: + fileName
See Also