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); } }
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); } }
public unsafe extern void GetSwitches(cef_string_map_t switches);
public unsafe extern void GetElementAttributes(cef_string_map_t attrMap);