System.Diagnostics.Tests.DebuggerTests.IsAttached C# (CSharp) Method

IsAttached() private method

private IsAttached ( ) : void
return void
        public void IsAttached()
        {
            bool b = Debugger.IsAttached;
        }