Geckofx45.32.Linux
45.0.37
Requires NuGet 2.5 or higher.
dotnet add package Geckofx45.32.Linux --version 45.0.37
NuGet\Install-Package Geckofx45.32.Linux -Version 45.0.37
<PackageReference Include="Geckofx45.32.Linux" Version="45.0.37" />
paket add Geckofx45.32.Linux --version 45.0.37
#r "nuget: Geckofx45.32.Linux, 45.0.37"
// Install Geckofx45.32.Linux as a Cake Addin
#addin nuget:?package=Geckofx45.32.Linux&version=45.0.37
// Install Geckofx45.32.Linux as a Cake Tool
#tool nuget:?package=Geckofx45.32.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 | 1,680 | 8/30/2018 |
45.0.36 | 4,030 | 3/29/2018 |
45.0.35 | 1,171 | 3/13/2018 |
45.0.28 | 1,302 | 1/19/2017 |
45.0.23 | 12,718 | 10/24/2016 |
45.0.21 | 5,293 | 6/25/2016 |
45.0.17 | 1,087 | 5/4/2016 |
45.0.16 | 988 | 4/29/2016 |
45.0.15 | 1,226 | 4/22/2016 |
45.0.13 | 948 | 4/18/2016 |
45.0.12 | 959 | 4/15/2016 |
45.0.9 | 973 | 3/15/2016 |