Exemple #1
0
        private bool IsDebuggerAttached()
        {
#if DEBUG
            return(false);
#else
            return(NativeImport.IsDebuggerPresent());
#endif
        }