예제 #1
0
        protected void FreeHandle()
        {
#if DEBUG
            Console.WriteLine($"CS::Mono.WebAssembly.Runtime::FreeHandle {JSHandle}");
#endif
            JSInterop.InvokeJS("BINDING.mono_wasm_free_handle(" + JSHandle + ");");
        }
예제 #2
0
 public int BindObject()
 {
     return(JSInterop.BindJSObject(this));
 }