Пример #1
0
        public virtual void Reset()
        {
            // There is no way to reset.  Just create a new one.
            CorStackWalk s = m_th.CreateStackWalk(CorStackWalkType.PureV3StackWalk);

            m_sw = s.GetInterface();

            m_frame = null;
        }
Пример #2
0
        public override void Reset()
        {
            // There is no way to reset.  Just create a new one.
            CorStackWalk s = m_th.CreateStackWalk(CorStackWalkType.ExtendedV3StackWalk);

            m_sw = s.GetInterface();

            m_frame = null;
        }