ICorDebugProcess::EnumerateAppDomains 方法
列舉此程式中的所有應用程式域。
語法
HRESULT EnumerateAppDomains(
[out] ICorDebugAppDomainEnum **ppAppDomains);
參數
ppAppDomains
[out]ICorDebugAppDomainEnum 位址的指標,此為此程式中應用程式域的列舉值。
備註
這個方法可以在 ICorDebugManagedCallback::CreateProcess 回呼之前使用。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 2.0 起提供