Geckofx60.64 60.0.56

Requires NuGet 2.5 or higher.

dotnet add package Geckofx60.64 --version 60.0.56
                    
NuGet\Install-Package Geckofx60.64 -Version 60.0.56
                    
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.56" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Geckofx60.64" Version="60.0.56" />
                    
Directory.Packages.props
<PackageReference Include="Geckofx60.64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Geckofx60.64 --version 60.0.56
                    
#r "nuget: Geckofx60.64, 60.0.56"
                    
#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.
#:package Geckofx60.64@60.0.56
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Geckofx60.64&version=60.0.56
                    
Install as a Cake Addin
#tool nuget:?package=Geckofx60.64&version=60.0.56
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 (1)

Showing the top 1 popular GitHub repositories that depend on Geckofx60.64:

Repository Stars
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
Version Downloads Last Updated
60.0.56 7,190 4/8/2024
60.0.55 28,191 3/23/2021
60.0.54 5,830 1/25/2021
60.0.53 2,623 1/21/2021
60.0.52 3,107 1/6/2021
60.0.50 8,208 9/29/2020
60.0.47 3,896 6/26/2020
60.0.46 2,934 6/1/2020
60.0.45 2,792 5/29/2020
60.0.44 5,888 11/20/2019
60.0.43 2,934 11/13/2019
60.0.42 3,086 10/18/2019
60.0.41 2,605 10/18/2019
60.0.40 2,748 10/18/2019
60.0.39 4,340 9/13/2019
60.0.37 3,149 8/7/2019
60.0.26 5,114 1/10/2019
60.0.25 3,032 12/21/2018
60.0.24 2,922 12/14/2018
60.0.23 2,803 12/14/2018
Loading failed