コード例 #1
0
        public static nsIWebBrowserStream GetProxy(Mono.WebBrowser.IWebBrowser control, nsIWebBrowserStream obj)
        {
            object o = Base.GetProxyForObject(control, typeof(nsIWebBrowserStream).GUID, obj);

            return(o as nsIWebBrowserStream);
        }
コード例 #2
0
ファイル: nsIWebBrowserStream.cs プロジェクト: REALTOBIZ/mono
		public static nsIWebBrowserStream GetProxy (Mono.WebBrowser.IWebBrowser control, nsIWebBrowserStream obj)
		{
			object o = Base.GetProxyForObject (control, typeof(nsIWebBrowserStream).GUID, obj);
			return o as nsIWebBrowserStream;
		}