IRegistrationHelper.UninstallAssembly(String, String) 方法
定义
从 COM+ 目录卸载程序集。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)
参数
- assembly
- String
作为文件的程序集名称或者全局程序集缓存 (GAC) 中的程序集的强名称。The assembly name as a file or the strong name of an assembly in the global assembly cache (GAC).
- application
- String
COM+ 应用程序的名称。The name of the COM+ application.