定義執行時應用程式域儲存資訊的傳輸緩衝區。
Note
此 API 原本是針對運行時間內部使用所設計。 雖然現在支援第三方使用,但建議您盡可能使用 ICorDebug 和 ICorProfiler API。
Syntax
struct DacpAppDomainStoreData : ZeroInit<DacpAppDomainStoreData>
{
CLRDATA_ADDRESS sharedDomain;
CLRDATA_ADDRESS systemDomain;
LONG DomainCount;
HRESULT Request(ISOSDacInterface *sos)
{
return sos->GetAppDomainStoreData(this);
}
};
Members
| 會員 | 說明 |
|---|---|
sharedDomain |
共用網域的地址。 |
systemDomain |
系統域的位址。 |
DomainCount |
執行時中應用域的數量。 |
Request |
透過呼叫 ISOSDacInterface::GetAppDomainStoreData來填充結構。 |
Remarks
此結構位於運行時間內,不會透過任何標頭或庫檔案公開。 使用時,請依上述定義結構。
要求
平台:請參閱系統需求。
標題: 沒
圖書館: 沒
.NET Framework 版本:自 4.7 版本起可用