public Session Detach()

in JetBrains.Profiler.SelfApi/src/DotMemory.cs [426:433]


      public Session Detach()
      {
        if (_consoleProfiler.IsApiUsed)
          MemoryProfiler.Detach();
        else
          _consoleProfiler.Send("disconnect");
        return this;
      }