資源簡(jiǎn)介
用于瀏覽器開發(fā),官方demo,絕對(duì)給力
代碼片段和文件信息
namespace?Xilium.CefGlue
{
????using?System;
????using?System.Collections.Generic;
????using?System.Globalization;
????using?System.Runtime.InteropServices;
????using?System.Text;
????using?Xilium.CefGlue.Interop;
????public?static?unsafe?class?CefRuntime
????{
????????private?static?readonly?CefRuntimePlatform?_platform;
????????private?static?bool?_loaded;
????????private?static?bool?_initialized;
????????static?CefRuntime()
????????{
????????????_platform?=?DetectPlatform();
????????}
????????#region?Platform?Detection
????????private?static?CefRuntimePlatform?DetectPlatform()
????????{
????????????var?platformId?=?Environment.OSVersion.Platform;
????????????if?(platformId?==?PlatformID.MacOSX)
????????????????return?CefRuntimePlatform.MacOSX;
????????????int?p?=?(int)platformId;
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????189??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\.hg_archival.txt
?????文件?????????416??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\.hgeol
?????文件?????????276??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\.hgignore
?????文件?????????803??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\.hgtags
?????文件????????4739??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\CefGlue.Client.csproj
?????文件?????????344??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\DemoApp.cs
?????文件????????8619??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\MainForm.Designer.cs
?????文件????????4811??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\MainForm.cs
?????文件????????8988??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\MainForm.resx
?????文件?????????542??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\NativeMethods.cs
?????文件????????2595??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\Program.cs
?????文件????????1400??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\Properties\AssemblyInfo.cs
?????文件????????4177??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\SetWindowPosFlags.cs
?????文件????????3011??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\ToolStripSpringTextBox.cs
?????文件?????????198??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\app.config
?????文件????????2244??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Client\app.manifest
?????文件????????6401??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\CefGlue.Demo.GtkSharp.csproj
?????文件????????6386??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\Control\CefWebBrowser.cs
?????文件???????20302??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\Control\NativeMethods.cs
?????文件????????4152??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\Control\SetWindowPosFlags.cs
?????文件????????1260??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\DemoAppImpl.cs
?????文件????????5278??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\MainViewImpl.cs
?????文件?????????395??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\Program.cs
?????文件????????1448??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\Properties\AssemblyInfo.cs
?????文件????????5116??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\WebNavigationBox.cs
?????文件?????????211??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\app.config
?????文件????????2759??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.GtkSharp\app.manifest
?????文件????????6165??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.WinForms\CefGlue.Demo.WinForms.csproj
?????文件????????5709??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.WinForms\Control\CefWebBrowser.cs
?????文件????????2100??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.WinForms\Control\CefWebView.cs
?????文件?????????434??2015-09-08?09:34??xilium-xilium.cefglue-9e01140a6209\CefGlue.Demo.WinForms\Control\NativeMethods.cs
............此處省略652個(gè)文件信息
評(píng)論
共有 條評(píng)論