Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Contains values that set the policy for reading program database (PDB) files.
Syntax
typedef enum {
eSymbolReadingNever,
eSymbolReadingAlways,
eSymbolReadingFullTrustOnly
} ESymbolReadingPolicy;
Members
| Member | Description |
|---|---|
eSymbolReadingAlways |
Specifies that the debugger should always read PDB files. |
eSymbolReadingFullTrustOnly |
Specifies that the debugger should read only PDB files that are associated with full-trust assemblies. |
eSymbolReadingNever |
Specifies that the debugger should never read PDB files. |
Remarks
The ESymbolReadingPolicy enumeration is used with the ICLRDebugManager::SetSymbolReadingPolicy method.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.