Example #1
0
        public static nsICancelable GetProxy(Mono.WebBrowser.IWebBrowser control, nsICancelable obj)
        {
            object o = Base.GetProxyForObject(control, typeof(nsICancelable).GUID, obj);

            return(o as nsICancelable);
        }
Example #2
0
		internal nsCancelable(nsICancelable cancelable)
		{
			_cancelable = cancelable;
		}
 internal nsCancelable(nsICancelable cancelable)
 {
     _cancelable = cancelable;
 }
Example #4
0
		public static nsICancelable GetProxy (Mono.WebBrowser.IWebBrowser control, nsICancelable obj)
		{
			object o = Base.GetProxyForObject (control, typeof(nsICancelable).GUID, obj);
			return o as nsICancelable;
		}
		internal nsCancelable(nsICancelable cancelable)
		{
			_cancelable = new ComPtr<nsICancelable>( cancelable );
		}