VSNDK.DebugEngine.AD7Thread.IDebugThread100 C# (CSharp) Method

IDebugThread100() private method

Returns whether this thread can be used to do function/property evaluation. Not implemented. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.candofunceval.aspx)
private IDebugThread100 ( ) : int
return int
        int IDebugThread100.CanDoFuncEval()
        {
            return Constants.S_FALSE;
        }

Same methods

AD7Thread::IDebugThread100 ( string &name ) : int
AD7Thread::IDebugThread100 ( uint &flags ) : int
AD7Thread::IDebugThread100 ( uint dwFields, THREADPROPERTIES100 ptp ) : int