DkmFrameFormatOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of settings that affect how the stack provider formats a DkmStackFrame.
public value class DkmFrameFormatOptions
public value class DkmFrameFormatOptions
struct DkmFrameFormatOptions
[System.Runtime.InteropServices.Guid("b65c8b37-5df0-a9ca-4492-eda38962e5b0")]
public struct DkmFrameFormatOptions
[<System.Runtime.InteropServices.Guid("b65c8b37-5df0-a9ca-4492-eda38962e5b0")>]
type DkmFrameFormatOptions = struct
Public Structure DkmFrameFormatOptions
- Inheritance
-
DkmFrameFormatOptions
- Attributes
Constructors
DkmFrameFormatOptions(DkmVariableInfoFlags, DkmFrameNameFormatOptions, DkmEvaluationFlags, UInt32, UInt32) |
Initialize a new DkmFrameFormatOptions value. |
Fields
ArgumentFlags |
Flags that indicate what information is requested for a variable. |
EvaluationFlags |
Flags which effect how an input expression should be parsed, compiled or displayed. |
FrameNameFormat |
Flags which affect how the stack provider create DkmStackFrame objects. |
Radix |
The radix to use when formatting integer data. Currently supported values are '16' and '10'. |
Timeout |
This is the timeout to be used for potentially slow operations such as a function evaluation. This value is in milliseconds. |