Mono.Debugger.MainMethodBreakpoint.Activate C# (CSharp) 메소드

Activate() 공개 메소드

public Activate ( Thread target ) : void
target Thread
리턴 void
        public override void Activate(Thread target)
        {
            Resolve (target, target.CurrentFrame);
            if (handle == null)
                throw new TargetException (TargetError.LocationInvalid);
            handle.Insert (target);
        }