Geckofx60.64 60.0.55

.NET Framework 4.5

Requires NuGet 2.5 or higher.

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

// Install Geckofx60.64 as a Cake Tool
#tool nuget:?package=Geckofx60.64&version=60.0.55

library that allows embeding gecko in C# applications.

Example Usage:

       // In MonoDevelop Project Options -> Run -> Configuration -> Default set the following envrionment variables.
       // set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux64
       // set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux64/libgeckofix.so


       using System;
       using System.Windows.Forms;
       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);
       }

 You will also have to install gtk-sharp3 deb package if not already installed.
 apt-get install gtk-sharp3

Product Versions
.NET Framework 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 (1)

Showing the top 1 NuGet packages that depend on Geckofx60.64:

Package Downloads
Sgnl.Framework

SIGNAL framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
60.0.55 8,971 3/23/2021
60.0.54 1,724 1/25/2021
60.0.53 331 1/21/2021
60.0.52 599 1/6/2021
60.0.50 1,463 9/29/2020
60.0.47 1,381 6/26/2020
60.0.46 708 6/1/2020
60.0.45 394 5/29/2020
60.0.44 3,389 11/20/2019
60.0.43 465 11/13/2019
60.0.42 608 10/18/2019
60.0.41 391 10/18/2019
60.0.40 406 10/18/2019
60.0.39 1,420 9/13/2019
60.0.37 793 8/7/2019
60.0.26 2,563 1/10/2019
60.0.25 711 12/21/2018
60.0.24 558 12/14/2018
60.0.23 493 12/14/2018
60.0.22 722 11/20/2018
60.0.21 497 11/20/2018
60.0.19 558 11/15/2018
60.0.18 522 11/13/2018
60.0.17 544 11/9/2018
60.0.16 560 11/6/2018
60.0.15 554 11/1/2018
60.0.14 642 10/25/2018
60.0.13-alpha 479 9/20/2018
60.0.12-alpha 436 9/17/2018
60.0.11-alpha 463 8/29/2018
60.0.10-alpha 455 8/28/2018
60.0.9-alpha 461 8/24/2018
60.0.8-alpha 463 8/24/2018