IRegistrationHelper.UninstallAssembly(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.