UnregisterAssembly Class
Implements the UnregisterAssembly task. Use the UnregisterAssembly element in your project file to create and execute this task. For usage and parameter information, see UnregisterAssembly Task.
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
Microsoft.Build.Tasks::UnregisterAssembly
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The UnregisterAssembly type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UnregisterAssembly | Infrastructure. Initializes a new instance of the UnregisterAssembly class. |
| Name | Description | |
|---|---|---|
![]() | Assemblies | Infrastructure. Gets or sets the assemblies to be unregistered. |
![]() | AssemblyListFile | Infrastructure. Gets or sets information about the state between the RegisterAssembly task and the UnregisterAssembly task that the UnregisterAssembly task uses to avoid unregistering an assembly that failed to register in the RegisterAssembly task. |
![]() | BuildEngine | Gets or sets the build engine interface that is available to tasks. (Inherited from AppDomainIsolatedTask.) |
![]() | HelpKeywordPrefix | Gets or sets the prefix that is used to compose Help keywords from string resource names. (Inherited from AppDomainIsolatedTask.) |
![]() | HostObject | Gets or sets a host object instance that is associated with the derived Task. (Inherited from AppDomainIsolatedTask.) |
![]() | Log | Infrastructure. Gets an instance of a TaskLoggingHelperExtension class containing task logging methods. (Inherited from AppDomainIsolatedTaskExtension.) |
![]() | TaskResources | Gets or sets culture-specific resources of the derived Task. (Inherited from AppDomainIsolatedTask.) |
![]() | TypeLibFiles | Infrastructure. Gets or sets a Boolean value that specifies whether to unregister the specified type library from the specified assembly. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Infrastructure. Executes the UnregisterAssembly task. (Overrides AppDomainIsolatedTask::Execute().) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | When overridden in a derived class, gives tasks infinite lease time. (Inherited from AppDomainIsolatedTask.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Framework64/<version>/UnRegisterAssemblyTask cannot resolve a library of COM objects registered as 32-bit components. Framework/<version>/UnRegisterAssemblyTask cannot resolve a library of COM objects registered as 64-bit components.
For example, if you register a library of COM objects called ClassLibrary1 as 32-bit components on a 64-bit machine, run Visual Studio, and change the target to x64, the build fails with the following error:
ClassLibrary1.dll is not a valid assembly
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
