Example #1
0
 public unsafe void GetSwitches(cef_string_map_t switches)
 {
     fixed(cef_command_line_t *self = &this)
     {
         ((delegate * unmanaged[Stdcall] < cef_command_line_t *, cef_string_map_t, void >)get_switches)(self, switches);
     }
 }
Example #2
0
 public unsafe void GetElementAttributes(cef_string_map_t attrMap)
 {
     fixed(cef_domnode_t *self = &this)
     {
         ((delegate * unmanaged[Stdcall] < cef_domnode_t *, cef_string_map_t, void >)get_element_attributes)(self, attrMap);
     }
 }
Example #3
0
 public unsafe extern void GetSwitches(cef_string_map_t switches);
Example #4
0
 public unsafe extern void GetElementAttributes(cef_string_map_t attrMap);