AppDomainFactory 构造函数

定义

初始化 AppDomainFactory 类的新实例。Initializes a new instance of the AppDomainFactory class. 此类由 .NET Framework 的早期版本使用,而不是由其 2.0 版使用,其 2.0 版使用 AppManagerAppDomainFactory 类。This class was used by earlier versions of the .NET Framework than version 2.0, which uses the AppManagerAppDomainFactory class instead.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 AppDomainFactory();
public AppDomainFactory ();
Public Sub New ()

适用于

另请参阅