RegistrationServices::UnregisterAssembly Method (Assembly^)
Unregisters the classes in a managed assembly.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assembly
-
Type:
System.Reflection::Assembly^
The assembly to be unregistered.
Return Value
Type: System::Booleantrue if assembly contains types that were successfully unregistered; otherwise false if the assembly contains no eligible types.
| Exception | Condition |
|---|---|
| ArgumentNullException | assembly is null. |
| InvalidOperationException | The full name of assembly is null. -or- A method marked with ComUnregisterFunctionAttribute is not static. -or- There is more than one method marked with ComUnregisterFunctionAttribute at a given level of the hierarchy. -or- The signature of the method marked with ComUnregisterFunctionAttribute is not valid. |
| TargetInvocationException | A user-defined custom unregistration function (marked with the ComUnregisterFunctionAttribute attribute) throws an exception. |
UnregisterAssembly removes the registry entries for the types in the specified assembly previously added by RegisterAssembly. This method also calls any unregistration functions found in the assembly.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 1.1