DkmStackWalkFrame.FrameSize Property

Definition

Number of bytes of the stack consumed by this frame. This value will be zero for annotated frames, or if the value is unknown.

public:
 property System::UInt32 FrameSize { System::UInt32 get(); };
public:
 property unsigned int FrameSize { unsigned int get(); };
public uint FrameSize { get; }
member this.FrameSize : uint32
Public ReadOnly Property FrameSize As UInteger

Property Value

Returns UInt32.

Applies to