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.
Specifies how much data to pass back with a stack snapshot in each call to the profiler's StackSnapshotCallback function.
typedef enum _COR_PRF_SNAPSHOT_INFO {
COR_PRF_SNAPSHOT_DEFAULT = 0x0,
COR_PRF_SNAPSHOT_REGISTER_CONTEXT = 0x1
} COR_PRF_SNAPSHOT_INFO;
Members
Members |
Description |
---|---|
COR_PRF_SNAPSHOT_DEFAULT |
Indicates that values must be passed for all StackSnapshotCallback parameters, except the context parameter. |
COR_PRF_SNAPSHOT_REGISTER_CONTEXT |
Indicates that values must be passed for all StackSnapshotCallback parameters, including the context parameter. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
See Also
Reference
ICorProfilerInfo2::DoStackSnapshot Method