IRegistrationHelper.UninstallAssembly(String, String) Method

Definition

Uninstalls the assembly from the COM+ catalog.

public:
 void UninstallAssembly(System::String ^ assembly, System::String ^ application);
public void UninstallAssembly (string assembly, string application);
abstract member UninstallAssembly : string * string -> unit
Public Sub UninstallAssembly (assembly As String, application As String)

Parameters

assembly
String

The assembly name as a file or the strong name of an assembly in the global assembly cache (GAC).

application
String

The name of the COM+ application.

Applies to