这些是使用CefSharp编译项目时包含的文件:
These are the files that are included when you have compiled a project using CefSharp:
| 文件名 Filename | 是否必须 Always required | 描述 Description |
|---|---|---|
| CefSharp.BrowserSubprocess.exe | Yes | 浏览器子进程可执行文件 Browser subprocess executable |
| CefSharp.BrowserSubprocess.Core.dll | Yes | 浏览器子进程的内核 Browser subprocess stuff |
| CefSharp.Core.dll | Yes | CefSharp的核心库 Core library for CefSharp |
| CefSharp.dll | Yes | CefSharp的核心库 Core library for CefSharp |
| CefSharp.Wpf.dll | No | CefSharp的WPF控制器 WPF controls for CefSharp |
| CefSharp.WinForms.dll | No | CefSharp的WinForms控制器 WinForms controls for CefSharp |
| d3dcompiler_43.dll | Yes, XP | cef库 cef library |
| d3dcompiler_47.dll | Yes, Vista+ | cef库 cef library |
| ffmpegsumo.dll | No | HTML5音频和视频支持(从45开始静态链接,因此不存在或需要) HTML5 audio and video support (from |
| libcef.dll | Yes | 核心cef库 Core cef library |
| libEGL.dll | No | HTML5加速内容支持 HTML5 accelerated content support |
| libGLESv2.dll | No | HTML5加速内容支持 HTML5 accelerated content support |
| pdf.dll | No | PDF和打印支持 PDF and printing support |
| icudtl.dat | Yes | Unicode支持 Unicode support |
| cef.pak | No | WebKit图像和检查器资源 WebKit image and inspector resources |
| cef_100_percent.pak | Yes | WebKit图像和检查器资源100%DPI WebKit image and inspector resources at 100% DPI |
| cef_200_percent.pak | Yes | WebKit图像和检查器资源200%DPI WebKit image and inspector resources at 200% DPI |
| devtools_resources.pak | No | WebKit图像和检查器资源 WebKit image and inspector resources |
| locales\*.pak | Yes** | WebKit UI控件的本地化字符串 Localized strings for WebKit UI controls |
| natives_blob.bin | Yes | 核心cef库需要从43onward Required by core cef library from |
| snapshot_blob.bin | Yes | 核心cef库需要从43onward Required by core cef library from |
此列表可能已过期或不完整,有关进一步参考,请参阅:
This list might be out of date or incomplete, for further reference see:
-
cef redistribution readme
-
CefSharp DependencyChecker source
-
本表原文
