Example #1
0
        public DebugApplicationThread GetThread()
        {
            IDebugApplicationThread thread = null;

            pdsf.GetThread(out thread);
            return(new DebugApplicationThread(thread));
        }
 internal DebugApplicationThread(IDebugApplicationThread thread)
 {
     this.thread = thread;
 }