AppDomainIsolatedTask Class
Provides the same functionality as Task, but also derives from MarshalByRefObject so that it can be instantiated in its own app domain.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Build.Utilities.AppDomainIsolatedTask
Microsoft.Build.Tasks.AppDomainIsolatedTaskExtension
Namespace: Microsoft.Build.Utilities
Assembly: Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)
Syntax
'Declaration
<LoadInSeparateAppDomainAttribute> _
Public MustInherit Class AppDomainIsolatedTask _
Inherits MarshalByRefObject _
Implements ITask
[LoadInSeparateAppDomainAttribute]
public abstract class AppDomainIsolatedTask : MarshalByRefObject,
ITask
[LoadInSeparateAppDomainAttribute]
public ref class AppDomainIsolatedTask abstract : public MarshalByRefObject,
ITask
[<AbstractClass>]
[<LoadInSeparateAppDomainAttribute>]
type AppDomainIsolatedTask =
class
inherit MarshalByRefObject
interface ITask
end
public abstract class AppDomainIsolatedTask extends MarshalByRefObject implements ITask
The AppDomainIsolatedTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppDomainIsolatedTask() | Initializes a new instance of the AppDomainIsolatedTask class.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
AppDomainIsolatedTask(ResourceManager) | Initializes a new instance of the AppDomainIsolatedTask class and allows derived Task classes to register their resources.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
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.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Properties
Name | Description | |
---|---|---|
BuildEngine | Gets or sets the build engine interface that is available to tasks.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
HelpKeywordPrefix | Gets or sets the prefix that is used to compose Help keywords from string resource names.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
HostObject | Gets or sets a host object instance that is associated with the derived Task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Log | Gets an instance of a task logging helper object that contains task logging methods.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
TaskResources | Gets or sets culture-specific resources of the derived Task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Execute | Runs the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. When overridden in a derived class, gives tasks infinite lease time.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Overrides MarshalByRefObject.InitializeLifetimeService.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.