CorSymSearchPolicyAttributes 列舉
指定要在搜尋符號讀取器時使用的原則。 ISymUnmanagedBinder2::GetReaderForFile2和ISymUnmanagedBinder3::GetReaderFromCallback方法會使用這些常數。
重要
從不受信任的來源開啟程式資料庫 (PDB) 檔案是安全性風險。
語法
typedef enum CorSymSearchPolicyAttributes
{
AllowRegistryAccess = 0x1,
AllowSymbolServerAccess = 0x2,
AllowOriginalPathAccess = 0x4, //
AllowReferencePathAccess = 0x8
} CorSymSearchPolicyAttributes;
成員
member | 描述 |
---|---|
AllowRegistryAccess |
查詢登錄中的符號搜尋路徑。 |
AllowSymbolServerAccess |
存取符號伺服器。 |
AllowOriginalPathAccess |
在 [偵錯] 目錄中搜尋指定的路徑。 |
AllowReferencePathAccess |
在.exe檔案所在的位置搜尋 PDB。 |
規格需求
頭: CorSym.idl、CorSym.h