C# Class Microsoft.R.Debugger.AD7StackFrame

Inheritance: IDebugStackFrame2, IDebugExpressionContext2
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AD7StackFrame ( AD7Engine engine, IRStackFrame stackFrame ) : System

Private Methods

Method Description
IDebugExpressionContext2 ( string &pbstrName ) : int
IDebugExpressionContext2 ( string pszCode, enum_PARSEFLAGS dwFlags, uint nRadix, IDebugExpression2 &ppExpr, string &pbstrError, uint &pichError ) : int
IDebugStackFrame2 ( IDebugCodeContext2 &ppCodeCxt ) : int
IDebugStackFrame2 ( IDebugDocumentContext2 &ppCxt ) : int
IDebugStackFrame2 ( IDebugExpressionContext2 &ppExprCxt ) : int
IDebugStackFrame2 ( IDebugProperty2 &ppProperty ) : int
IDebugStackFrame2 ( IDebugThread2 &ppThread ) : int
IDebugStackFrame2 ( enum_DEBUGPROP_INFO_FLAGS dwFields, uint nRadix, System.Guid &guidFilter, uint dwTimeout, uint &pcelt, IEnumDebugPropertyInfo2 &ppEnum ) : int
IDebugStackFrame2 ( enum_FRAMEINFO_FLAGS dwFieldSpec, uint nRadix, FRAMEINFO pFrameInfo ) : int
IDebugStackFrame2 ( string &pbstrName ) : int
IDebugStackFrame2 ( string &pbstrLanguage, System.Guid &pguidLanguage ) : int
IDebugStackFrame2 ( ulong &paddrMin, ulong &paddrMax ) : int

Method Details

AD7StackFrame() public method

public AD7StackFrame ( AD7Engine engine, IRStackFrame stackFrame ) : System
engine AD7Engine
stackFrame IRStackFrame
return System