IsDebuggerPresent method

int IsDebuggerPresent()

Implementation

int IsDebuggerPresent() {
  return _IsDebuggerPresent();
}