コード例 #1
0
ファイル: IEFacade.cs プロジェクト: ilkerhalil/NxBRE
 /// <summary>
 /// Sets the WorkingMemory of the engine, either by forking the existing Global memory
 /// to a new Isolated one, or by simply using the Global one.
 /// </summary>
 /// <param name="memoryType">The new type of working memory.</param>
 public void NewWorkingMemory(WorkingMemoryTypes memoryType)
 {
     IE.NewWorkingMemory(memoryType);
 }