/// <summary> /// Decrements the ref-counter and when it reaches ZERO, unloads NVAPI library. /// </summary> public static void Unload() { GeneralApi.Unload(); }