AppDomainInfoEnum.Count 方法

定义

检索应用程序域的数量。

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

public:
 virtual int Count();
public int Count();
abstract member Count : unit -> int
override this.Count : unit -> int
Public Function Count () As Integer

返回

应用程序域数。

实现

注解

.NET Framework 3.5 中引入了 Count。 有关详细信息,请参阅 版本和依赖项

适用于