public static nsIDOMDocumentRange GetProxy(Mono.WebBrowser.IWebBrowser control, nsIDOMDocumentRange obj)
        {
            object o = Base.GetProxyForObject(control, typeof(nsIDOMDocumentRange).GUID, obj);

            return(o as nsIDOMDocumentRange);
        }
Ejemplo n.º 2
0
		public static nsIDOMDocumentRange GetProxy (Mono.WebBrowser.IWebBrowser control, nsIDOMDocumentRange obj)
		{
			object o = Base.GetProxyForObject (control, typeof(nsIDOMDocumentRange).GUID, obj);
			return o as nsIDOMDocumentRange;
		}