Click or drag to resize

ReloadableObjectRegistryUnload Method

Unloads the specified module by name and adds it to the list of unloaded modules.

Namespace: Lextm.SharpSnmpPro.Mib.Registry
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
public void Unload(
	string name
)

Parameters

name  String
The name of the module to unload. Cannot be null or empty.
Remarks
If the specified module is found in the list of loaded modules, it is unloaded and added to the UnloadedModules collection. If no module with the specified name exists, no action is taken.
See Also