Exemple #1
0
        protected CefNavigationEntryVisitor()
        {
            _self = cef_navigation_entry_visitor_t.Alloc();

            _ds0 = new cef_navigation_entry_visitor_t.add_ref_delegate(add_ref);
            _self->_base._add_ref = Marshal.GetFunctionPointerForDelegate(_ds0);
            _ds1 = new cef_navigation_entry_visitor_t.release_delegate(release);
            _self->_base._release = Marshal.GetFunctionPointerForDelegate(_ds1);
            _ds2 = new cef_navigation_entry_visitor_t.has_one_ref_delegate(has_one_ref);
            _self->_base._has_one_ref = Marshal.GetFunctionPointerForDelegate(_ds2);
            _ds3          = new cef_navigation_entry_visitor_t.visit_delegate(visit);
            _self->_visit = Marshal.GetFunctionPointerForDelegate(_ds3);
        }
 protected CefNavigationEntryVisitor()
 {
     _self = cef_navigation_entry_visitor_t.Alloc();
 
     _ds0 = new cef_navigation_entry_visitor_t.add_ref_delegate(add_ref);
     _self->_base._add_ref = Marshal.GetFunctionPointerForDelegate(_ds0);
     _ds1 = new cef_navigation_entry_visitor_t.release_delegate(release);
     _self->_base._release = Marshal.GetFunctionPointerForDelegate(_ds1);
     _ds2 = new cef_navigation_entry_visitor_t.has_one_ref_delegate(has_one_ref);
     _self->_base._has_one_ref = Marshal.GetFunctionPointerForDelegate(_ds2);
     _ds3 = new cef_navigation_entry_visitor_t.visit_delegate(visit);
     _self->_visit = Marshal.GetFunctionPointerForDelegate(_ds3);
 }