Class AD7StackFrame
Inheritance
System.Object
AD7StackFrame
Implements
IDebugExpressionContext2
Namespace: Cosmos.VS.DebugEngine.AD7.Impl
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class AD7StackFrame : IDebugStackFrame2
Constructors
| Improve this Doc View SourceAD7StackFrame(AD7Engine, AD7Thread, AD7Process)
Declaration
public AD7StackFrame(AD7Engine aEngine, AD7Thread aThread, AD7Process aProcess)
Parameters
Type | Name | Description |
---|---|---|
AD7Engine | aEngine | |
AD7Thread | aThread | |
AD7Process | aProcess |
Methods
| Improve this Doc View SourceSetFrameInfo(enum_FRAMEINFO_FLAGS, out FRAMEINFO)
Declaration
public void SetFrameInfo(enum_FRAMEINFO_FLAGS dwFieldSpec, out FRAMEINFO frameInfo)
Parameters
Type | Name | Description |
---|---|---|
enum_FRAMEINFO_FLAGS | dwFieldSpec | |
FRAMEINFO | frameInfo |
Implements
IDebugExpressionContext2