Пример #1
0
 /// <summary>
 /// Makes the current isolated memory the new global memory and sets the working memory
 /// type to global. Throws an exception in the current memory type is not isolated.
 /// </summary>
 public void CommitIsolatedMemory()
 {
     IE.CommitIsolatedMemory();
 }