internal HistoryEntry(nsIHistoryEntry entry)
 {
     Entry = entry;
 }
        public static nsIHistoryEntry GetProxy(Mono.WebBrowser.IWebBrowser control, nsIHistoryEntry obj)
        {
            object o = Base.GetProxyForObject(control, typeof(nsIHistoryEntry).GUID, obj);

            return(o as nsIHistoryEntry);
        }
 internal HistoryEntry(nsIHistoryEntry entry)
 {
     this.Entry = entry;
 }
Beispiel #4
0
		public static nsIHistoryEntry GetProxy (Mono.WebBrowser.IWebBrowser control, nsIHistoryEntry obj)
		{
			object o = Base.GetProxyForObject (control, typeof(nsIHistoryEntry).GUID, obj);
			return o as nsIHistoryEntry;
		}