コード例 #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);
     }
 }
コード例 #2
0
ファイル: cef_domnode_t.cs プロジェクト: wuzlai521/CefNet
 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);
     }
 }
コード例 #3
0
ファイル: cef_command_line_t.cs プロジェクト: wuzlai/AGTkDemo
 public unsafe extern void GetSwitches(cef_string_map_t switches);
コード例 #4
0
 public unsafe extern void GetElementAttributes(cef_string_map_t attrMap);