internal static bool IsCoreApiAlreadyLoaded()

in JetBrains.Profiler.Api/src/Impl/Windows/WindowsHelper.cs [7:10]


    internal static bool IsCoreApiAlreadyLoaded()
    {
      return Kernel32Dll.GetModuleHandleW(CoreApiDll.LibraryName) != IntPtr.Zero;
    }