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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.