Exemple #1
0
 internal static extern cs_err cs_option([In] IntPtr handle, [In] cs_opt_type type, [In] uint value);
Exemple #2
0
 public void SetOption(cs_opt_type Type, cs_opt_value Value)
 {
     ThrowOnError(CapstoneAPI.cs_option(Handle, Type, (uint)Value));
 }