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
파생
특성

메서드

Name Description
Create(String, String, String, String, String, Int32)

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

지정된 웹 애플리케이션에 대한 새 애플리케이션 도메인을 만듭니다. 이 인터페이스는 2.0 이전의 .NET Framework 버전에서 사용되었습니다. 버전 2.0은 대신 IAppManagerAppDomainFactory 인터페이스를 사용합니다.

적용 대상