This documentation is archived and is not being maintained.
AppDomainIsolatedTask Class
Visual Studio 2010
Provides the same functionality as Task, but also derives from MarshalByRefObject so that it can be instantiated in its own app domain.
System::Object
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
The AppDomainIsolatedTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AppDomainIsolatedTask() | Initializes a new instance of the AppDomainIsolatedTask class. |
![]() | AppDomainIsolatedTask(ResourceManager) | Initializes a new instance of the AppDomainIsolatedTask class and allows derived Task classes to register their resources. |
![]() | AppDomainIsolatedTask(ResourceManager, String) | Initializes a new instance of the AppDomainIsolatedTask class and allows derived Task classes to register their resources, as well as provide a prefix for composing help keywords from string resource names. |
| Name | Description | |
|---|---|---|
![]() | BuildEngine | Gets or sets the build engine interface that is available to tasks. |
![]() | HelpKeywordPrefix | Gets or sets the prefix that is used to compose Help keywords from string resource names. |
![]() | HostObject | Gets or sets a host object instance that is associated with the derived Task. |
![]() | Log | Gets an instance of a task logging helper object that contains task logging methods. |
![]() | TaskResources | Gets or sets culture-specific resources of the derived Task. |
| 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 | Runs the task. |
![]() | 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. (Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | 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.) |
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.
Show:
