Share via


IAppDomainFactory 인터페이스

정의

웹 애플리케이션의 새 AppDomain 인스턴스를 만들기 위한 단일 메서드를 정의합니다. 2.0 이전의 .NET Framework 버전에 이 인터페이스가 사용되며 버전 2.0에는 IAppManagerAppDomainFactory 인터페이스가 대신 사용됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class IAppDomainFactory
[System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainFactory
[<System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainFactory = interface
Public Interface IAppDomainFactory
파생
특성

메서드

Create(String, String, String, String, String, Int32)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 웹 애플리케이션의 새 애플리케이션 도메인을 만듭니다. 2.0 이전의 .NET Framework 버전에 이 인터페이스가 사용되며 버전 2.0에는 IAppManagerAppDomainFactory 인터페이스가 대신 사용됩니다.

적용 대상