为给定 IXCLRDataAppDomain的方法实例的枚举提供句柄。
注释
此 API 最初设计为在运行时内部使用。 尽管现在支持第三方使用,但我们建议尽可能使用 ICorDebug 和 ICorProfiler API。
Syntax
HRESULT StartEnumInstances(
    [in] IXCLRDataAppDomain* appDomain,
    [out] CLRDATA_ENUM *handle
);
参数
appDomain
[in]枚举的 AppDomain。
handle
[out]用于枚举实例的句柄。
注解
提供的方法是接口的 IXCLRDataMethodDefinition 一部分,对应于虚拟方法表的第 5 个槽。
要求
平台: 请参阅 系统要求。 页眉: 无 库: 无 .NET Framework 版本: 自 4.7 起可用