﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IAppDomainFactory" FullName="System.Web.Hosting.IAppDomainFactory"><TypeSignature Language="C#" Maintainer="auto" Value="public interface IAppDomainFactory" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")</AttributeName></Attribute></Attributes><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines a single method to create a new <see cref="T:System.AppDomain" /> instance for a Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the <see cref="T:System.Web.Hosting.IAppManagerAppDomainFactory" /> interface instead.</para></summary></Docs><Members><Member MemberName="Create"><MemberSignature Language="C#" Value="public object Create (string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="module" Type="System.String" /><Parameter Name="typeName" Type="System.String" /><Parameter Name="appId" Type="System.String" /><Parameter Name="appPath" Type="System.String" /><Parameter Name="strUrlOfAppOrigin" Type="System.String" /><Parameter Name="iZone" Type="System.Int32" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a new application domain for the specified Web application. This interface was used by .NET Framework versions earlier than 2.0; version 2.0 uses the <see cref="T:System.Web.Hosting.IAppManagerAppDomainFactory" /> interface instead.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A new application domain for the specified Web application.</para></returns><param name="module"><attribution license="cc4" from="Microsoft" modified="false" />The module containing the Web application.</param><param name="typeName"><attribution license="cc4" from="Microsoft" modified="false" />The type of the Web application.</param><param name="appId"><attribution license="cc4" from="Microsoft" modified="false" />The unique identifier for the Web application.</param><param name="appPath"><attribution license="cc4" from="Microsoft" modified="false" />The path to the Web application's files.</param><param name="strUrlOfAppOrigin"><attribution license="cc4" from="Microsoft" modified="false" />The URL of origin for the Web application.</param><param name="iZone"><attribution license="cc4" from="Microsoft" modified="false" />The zone of origin for the Web application.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>