示例#1
0
 public void SetOption(cs_opt_type Type, cs_opt_value Value)
 {
     ThrowOnError(CapstoneAPI.cs_option(Handle, Type, (uint)Value));
 }