C# 클래스 Microsoft.R.Debugger.AD7StackFrame

상속: IDebugStackFrame2, IDebugExpressionContext2
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
AD7StackFrame ( AD7Engine engine, IRStackFrame stackFrame ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AD7StackFrame() 공개 메소드

public AD7StackFrame ( AD7Engine engine, IRStackFrame stackFrame ) : System
engine AD7Engine
stackFrame IRStackFrame
리턴 System