Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that set the policy for reading program database (PDB) files.
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 .NET Framework System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0