예제 #1
0
 /// <summary>
 /// Dispose the current isolated memory sets the working memory type to global.
 /// Throws an exception in the current memory type is not isolated.
 /// </summary>
 public void DisposeIsolatedMemory()
 {
     IE.DisposeIsolatedMemory();
 }