IAppDomainFactory 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹 애플리케이션의 새 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 인터페이스가 대신 사용됩니다. |