VSNDK.DebugEngine.AD7Thread.IDebugThread2 C# (CSharp) Метод

IDebugThread2() приватный Метод

Determines whether the next statement can be set to the given stack frame and code context. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb146582.aspx)
private IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugCodeContext2 pCodeContext ) : int
pStackFrame IDebugStackFrame2 Reserved for future use; set to a null value. If this is a null value, use the current /// stack frame.
pCodeContext IDebugCodeContext2 An IDebugCodeContext2 object that describes the code location about to be executed and /// its context.
Результат int
        int IDebugThread2.CanSetNextStatement(IDebugStackFrame2 pStackFrame, IDebugCodeContext2 pCodeContext)
        {
            return VSConstants.S_OK;
        }

Same methods

AD7Thread::IDebugThread2 ( IDebugProgram2 &ppProgram ) : int
AD7Thread::IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugLogicalThread2 &ppLogicalThread ) : int
AD7Thread::IDebugThread2 ( enum_FRAMEINFO_FLAGS dwFieldSpec, uint nRadix, IEnumDebugFrameInfo2 &ppEnum ) : int
AD7Thread::IDebugThread2 ( enum_THREADPROPERTY_FIELDS dwFields, THREADPROPERTIES ptp ) : int
AD7Thread::IDebugThread2 ( string &pbstrName ) : int
AD7Thread::IDebugThread2 ( uint &pdwThreadId ) : int