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