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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.