This documentation is archived and is not being maintained.
AppDomainIsolatedTaskExtension Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides the same functionality as the Task class, but derives from MarshalByRefObject so that it can be instantiated in its own application domain.
System::Object
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
Microsoft.Build.Tasks::RegisterAssembly
Microsoft.Build.Tasks::ResolveComReference
Microsoft.Build.Tasks::UnregisterAssembly
System::MarshalByRefObject
Microsoft.Build.Utilities::AppDomainIsolatedTask
Microsoft.Build.Tasks::AppDomainIsolatedTaskExtension
Microsoft.Build.Tasks::RegisterAssembly
Microsoft.Build.Tasks::ResolveComReference
Microsoft.Build.Tasks::UnregisterAssembly
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The AppDomainIsolatedTaskExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | TaskResources | Gets or sets culture-specific resources of the derived Task. (Inherited from AppDomainIsolatedTask.) |
| 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. (Inherited from AppDomainIsolatedTask.) |
![]() | 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.) |
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:
