Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

70 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="BuildManagerHostUnloadEventArgs" FullName="System.Web.Compilation.BuildManagerHostUnloadEventArgs">
<TypeSignature Language="C#" Value="public class BuildManagerHostUnloadEventArgs : EventArgs" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.EventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When an <see cref="T:System.AppDomain" /> instance is shut down or unloaded, an <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainShutdown" /> event or an <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainUnloaded" /> event is raised, respectively. The <see cref="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs" /> object stores the reason for the shutdown or unload and is passed to the event handler as one of its parameters. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Contains event data for the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainShutdown" /> event and the <see cref="E:System.Web.Compilation.ClientBuildManager.AppDomainUnloaded" /> event. </para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BuildManagerHostUnloadEventArgs (System.Web.ApplicationShutdownReason reason);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="reason" Type="System.Web.ApplicationShutdownReason" />
</Parameters>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This constructor creates a new instance of <see cref="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs" /> with the <see cref="P:System.Web.Compilation.BuildManagerHostUnloadEventArgs.Reason" /> property set to <paramref name="reason" />. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Web.Compilation.BuildManagerHostUnloadEventArgs" /> class. </para>
</summary>
<param name="reason">
<attribution license="cc4" from="Microsoft" modified="false" />The reason for the hosted application domain shutdown.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Reason">
<MemberSignature Language="C#" Value="public System.Web.ApplicationShutdownReason Reason { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.ApplicationShutdownReason</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.Compilation.BuildManagerHostUnloadEventArgs.Reason" /> property stores an <see cref="T:System.Web.ApplicationShutdownReason" /> object as its value that describes why the <see cref="T:System.AppDomain" /> instance was shut down.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the reason the hosted application domain was shut down.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>