Geckofx60.32.Linux 60.0.49

.NET Framework 4.0

Requires NuGet 2.5 or higher.

dotnet add package Geckofx60.32.Linux --version 60.0.49
NuGet\Install-Package Geckofx60.32.Linux -Version 60.0.49
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="Geckofx60.32.Linux" Version="60.0.49" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geckofx60.32.Linux --version 60.0.49
#r "nuget: Geckofx60.32.Linux, 60.0.49"
#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 Geckofx60.32.Linux as a Cake Addin
#addin nuget:?package=Geckofx60.32.Linux&version=60.0.49

// Install Geckofx60.32.Linux as a Cake Tool
#tool nuget:?package=Geckofx60.32.Linux&version=60.0.49

library that allows embeding gecko in C# applications.

Depends on Gtk3
ubuntu packages: libgtk-3-0, libgtk3.0-cil

Example Usage:

// set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux64
// set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux64/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
60.0.49 3,074 7/28/2020
60.0.48 370 7/7/2020
60.0.44 508 11/20/2019
60.0.43 434 11/13/2019
60.0.42 487 10/18/2019
60.0.41 439 10/18/2019
60.0.40 460 10/18/2019
60.0.39 522 9/13/2019
60.0.38 477 9/9/2019
60.0.36 500 7/19/2019
60.0.35 481 7/15/2019
60.0.34 482 7/15/2019
60.0.33 541 7/11/2019
60.0.32 506 6/27/2019
60.0.30 569 6/8/2019
60.0.29 509 5/27/2019
60.0.27 586 3/29/2019
60.0.26 720 1/14/2019
60.0.23 643 12/3/2018
60.0.17 671 11/9/2018
60.0.16 765 11/6/2018
60.0.15 663 11/5/2018