AppDomainIsolatedTask Class
Provides the same functionality as Task, but also derives from MarshalByRefObject so that it can be instantiated in its own app domain.
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
| 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(Type^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | When overridden in a derived class, gives tasks infinite lease time.(Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | MemberwiseClone() | |
![]() | 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.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



