namespace AlicizaX
{
/// <summary>
/// 内存对象Interface。
/// </summary>
public interface IMemory
/// 清理内存对象回收入池。
void Clear();
}