Share via


AppDomainIsolatedTaskExtension Class

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.

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
        Microsoft.Build.Tasks.RegisterAssembly
        Microsoft.Build.Tasks.ResolveComReference
        Microsoft.Build.Tasks.UnregisterAssembly

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<LoadInSeparateAppDomainAttribute> _
Public MustInherit Class AppDomainIsolatedTaskExtension _
    Inherits AppDomainIsolatedTask
[LoadInSeparateAppDomainAttribute]
public abstract class AppDomainIsolatedTaskExtension : AppDomainIsolatedTask
[LoadInSeparateAppDomainAttribute]
public ref class AppDomainIsolatedTaskExtension abstract : public AppDomainIsolatedTask
[<AbstractClass>]
[<LoadInSeparateAppDomainAttribute>]
type AppDomainIsolatedTaskExtension =  
    class 
        inherit AppDomainIsolatedTask 
    end
public abstract class AppDomainIsolatedTaskExtension extends AppDomainIsolatedTask

The AppDomainIsolatedTaskExtension type exposes the following members.

Properties

  Name Description
Public property 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. (Inherited from AppDomainIsolatedTask.)
Protected property 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. (Inherited from AppDomainIsolatedTask.)
Public property 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. (Inherited from AppDomainIsolatedTask.)
Public property Log Infrastructure. Gets an instance of a TaskLoggingHelperExtension class containing 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.
Protected property 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. (Inherited from AppDomainIsolatedTask.)

Top

Methods

  Name Description
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Public method 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. (Inherited from AppDomainIsolatedTask.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method 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. (Inherited from AppDomainIsolatedTask.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method 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.

See Also

Reference

Microsoft.Build.Tasks Namespace