/// <summary> /// when resource's refcount is 0, then dispose it. /// </summary> public static void ReleaseResource(string path) { impl.ReleaseResource(path); }