Geckofx45.64.Linux
45.0.11
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Geckofx45.64.Linux --version 45.0.11
NuGet\Install-Package Geckofx45.64.Linux -Version 45.0.11
<PackageReference Include="Geckofx45.64.Linux" Version="45.0.11" />
paket add Geckofx45.64.Linux --version 45.0.11
#r "nuget: Geckofx45.64.Linux, 45.0.11"
// Install Geckofx45.64.Linux as a Cake Addin #addin nuget:?package=Geckofx45.64.Linux&version=45.0.11 // Install Geckofx45.64.Linux as a Cake Tool #tool nuget:?package=Geckofx45.64.Linux&version=45.0.11
library that allows embeding gecko in C# applications.
Example Usage:
// set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox
// set env var LD_PRELOAD to $(ProjectDir)/Firefox/libgeckofix.so
// add using Gecko
[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox");
var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
Form f = new Form();
f.Controls.Add(geckoWebBrowser);
geckoWebBrowser.Navigate("www.google.com");
Application.Run(f);
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
45.0.37 | 3,018 | 8/30/2018 |
45.0.36 | 4,498 | 3/29/2018 |
45.0.35 | 1,431 | 3/13/2018 |
45.0.28 | 1,866 | 1/19/2017 |
45.0.23 | 12,996 | 10/24/2016 |
45.0.21 | 5,788 | 6/25/2016 |
45.0.17 | 1,425 | 5/4/2016 |
45.0.16 | 1,239 | 4/29/2016 |
45.0.15 | 1,533 | 4/22/2016 |
45.0.14 | 1,291 | 4/18/2016 |
45.0.11 | 1,232 | 4/14/2016 |
45.0.9 | 1,250 | 3/15/2016 |
45.0.7 | 1,427 | 2/18/2016 |