﻿<?xml version="1.0" encoding="utf-8"?><Type Name="AppDomainIsolatedTask" FullName="Microsoft.Build.Utilities.AppDomainIsolatedTask"><TypeSignature Language="C#" Value="public abstract class AppDomainIsolatedTask : MarshalByRefObject, Microsoft.Build.Framework.ITask" /><AssemblyInfo><AssemblyName>Microsoft.Build.Utilities</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.MarshalByRefObject</BaseTypeName></Base><Interfaces><Interface><InterfaceName>Microsoft.Build.Framework.ITask</InterfaceName></Interface></Interfaces><Attributes><Attribute><AttributeName>Microsoft.Build.Framework.LoadInSeparateAppDomain</AttributeName></Attribute></Attributes><Docs><remarks>To be added.</remarks><since version="2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides the same functionality as <see cref="T:Microsoft.Build.Utilities.Task" />, but also derives from <see cref="T:System.MarshalByRefObject" /> so that it can be instantiated in its own app domain.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected AppDomainIsolatedTask ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks>To be added.</remarks><since version="2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected AppDomainIsolatedTask (System.Resources.ResourceManager taskResources);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="taskResources" Type="System.Resources.ResourceManager" /></Parameters><Docs><remarks>To be added.</remarks><since version="2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class and allows derived <see cref="T:Microsoft.Build.Utilities.Task" /> classes to register their resources.</para></summary><param name="taskResources"><attribution license="cc4" from="Microsoft" modified="false" />The task resources.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected AppDomainIsolatedTask (System.Resources.ResourceManager taskResources, string helpKeywordPrefix);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="taskResources" Type="System.Resources.ResourceManager" /><Parameter Name="helpKeywordPrefix" Type="System.String" /></Parameters><Docs><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the prefix is an empty string, then string resource names will be used verbatim as Help keywords. For an example of how the prefix is used, see the <see cref="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorWithCodeFromResources(System.String,System.Object[])" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:Microsoft.Build.Utilities.AppDomainIsolatedTask" /> class and allows derived <see cref="T:Microsoft.Build.Utilities.Task" /> classes to register their resources, as well as provide a prefix for composing help keywords from string resource names.</para></summary><param name="taskResources"><attribution license="cc4" from="Microsoft" modified="false" />The task resources.</param><param name="helpKeywordPrefix"><attribution license="cc4" from="Microsoft" modified="false" />The Help keyword prefix.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BuildEngine"><MemberSignature Language="C#" Value="public Microsoft.Build.Framework.IBuildEngine BuildEngine { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>Microsoft.Build.Framework.IBuildEngine</ReturnType></ReturnValue><Docs><value>To be added.</value><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The build engine automatically sets this property to allow tasks to call back into it.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the build engine interface that is available to tasks.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Execute"><MemberSignature Language="C#" Value="public abstract bool Execute ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method must be implemented by the derived class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Runs the task.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if successful; otherwise, false.</para></returns></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HelpKeywordPrefix"><MemberSignature Language="C#" Value="protected string HelpKeywordPrefix { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If a task does not have help keywords associated with its messages, it can ignore this property or set it to null. If the prefix is set to an empty string, then string resource names will be used verbatim as help keywords. For an example of how this prefix is used, see the <see cref="M:Microsoft.Build.Utilities.TaskLoggingHelper.LogErrorWithCodeFromResources(System.String,System.Object[])" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the prefix that is used to compose Help keywords from string resource names.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HostObject"><MemberSignature Language="C#" Value="public Microsoft.Build.Framework.ITaskHost HostObject { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>Microsoft.Build.Framework.ITaskHost</ReturnType></ReturnValue><Docs><value>To be added.</value><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The build engine sets this property if the host IDE has associated a host object with this particular task.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a host object instance that is associated with the derived <see cref="T:Microsoft.Build.Utilities.Task" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="InitializeLifetimeService"><MemberSignature Language="C#" Value="public override object InitializeLifetimeService ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Otherwise, a limited lease of 5 minutes will result; and task instances can expire if they take a long time to process.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, gives tasks infinite lease time.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>null to specify an infinite lifetime.</para></returns></Docs></Member><Member MemberName="Log"><MemberSignature Language="C#" Value="public Microsoft.Build.Utilities.TaskLoggingHelper Log { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>Microsoft.Build.Utilities.TaskLoggingHelper</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version="2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets an instance of a task logging helper object that contains task logging methods.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TaskResources"><MemberSignature Language="C#" Value="protected System.Resources.ResourceManager TaskResources { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Resources.ResourceManager</ReturnType></ReturnValue><Docs><value>To be added.</value><since version="2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Derived classes should register their resources either during construction, or through this property, if they have localized strings.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets culture-specific resources of the derived <see cref="T:Microsoft.Build.Utilities.Task" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>