Geckofx45.64.Linux 45.0.37

.NET Framework 4.0

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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Geckofx45.64.Linux" Version="45.0.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geckofx45.64.Linux --version 45.0.37
#r "nuget: Geckofx45.64.Linux, 45.0.37"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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,282 8/30/2018
45.0.36 4,194 3/29/2018
45.0.35 1,131 3/13/2018
45.0.28 1,533 1/19/2017
45.0.23 12,720 10/24/2016
45.0.21 5,449 6/25/2016
45.0.17 1,126 5/4/2016
45.0.16 987 4/29/2016
45.0.15 1,252 4/22/2016
45.0.14 981 4/18/2016
45.0.11 977 4/14/2016
45.0.9 973 3/15/2016
45.0.7 1,122 2/18/2016