InstrumentationManager.UnregisterAssembly(Assembly) Method

Definition

Unregisters an assembly currently registered with the WMI infrastructure.

public:
 static void UnregisterAssembly(System::Reflection::Assembly ^ managementAssembly);
public static void UnregisterAssembly (System.Reflection.Assembly managementAssembly);
static member UnregisterAssembly : System.Reflection.Assembly -> unit
Public Shared Sub UnregisterAssembly (managementAssembly As Assembly)

Parameters

managementAssembly
Assembly

The registered assembly to unregister.

Applies to