コード例 #1
0
        // public byte[] GetBytes(string v)
        // {
        //     System.Text.Encoding.UTF8.GetBytes(v, 0, _tStringBuffer, 0);
        // }

        public void Destroy()
        {
            DuktapeVM.removeContext(this);
            _ctx = IntPtr.Zero;
        }