public EmoState(EmoState es) { this.hEmoState = EdkDll.ES_Create(); EdkDll.ES_Copy(this.hEmoState, es.GetHandle()); }