Geckofx45.64.Linux
45.0.37
Requires NuGet 2.5 or higher.
dotnet add package Geckofx45.64.Linux --version 45.0.37
NuGet\Install-Package Geckofx45.64.Linux -Version 45.0.37
<PackageReference Include="Geckofx45.64.Linux" Version="45.0.37" />
paket add Geckofx45.64.Linux --version 45.0.37
#r "nuget: Geckofx45.64.Linux, 45.0.37"
// Install Geckofx45.64.Linux as a Cake Addin
#addin nuget:?package=Geckofx45.64.Linux&version=45.0.37
// Install Geckofx45.64.Linux as a Cake Tool
#tool nuget:?package=Geckofx45.64.Linux&version=45.0.37
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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 | 2,279 | 8/30/2018 |
45.0.36 | 4,191 | 3/29/2018 |
45.0.35 | 1,128 | 3/13/2018 |
45.0.28 | 1,530 | 1/19/2017 |
45.0.23 | 12,719 | 10/24/2016 |
45.0.21 | 5,448 | 6/25/2016 |
45.0.17 | 1,125 | 5/4/2016 |
45.0.16 | 986 | 4/29/2016 |
45.0.15 | 1,251 | 4/22/2016 |
45.0.14 | 977 | 4/18/2016 |
45.0.11 | 973 | 4/14/2016 |
45.0.9 | 972 | 3/15/2016 |
45.0.7 | 1,121 | 2/18/2016 |