Пример #1
0
        public void ContextRestore(IntPtr context)
        {
            var err = UcNative.UcContextRestore(Handle, context);

            if (err != UcErr.UC_ERR_OK)
            {
                throw new UcException(err);
            }
        }