Top 20 NuGet geckofx Packages
library that allows embeding gecko in C# applications.
Example Usage:
[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox");
var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
Form f = new Form();
...
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...

Development only Firefox files for geckofx-60 Windows 32bit. Not needed for including geckofx in your application.
This should only used for building geckofx-60.
Do NOT use this package if you just want to include geckofx in your application.

Development only Firefox files for geckofx-60 Windows 64bit. Not needed for including geckofx in your application.
This should only used for building geckofx-60.
Do NOT use this package if you just want to include geckofx in your application.
library that allows embeding gecko in C# applications.
Example Usage:
[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox");
var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
Form f = new Form();
...
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-Linux32
// set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux32/libgeckofix.so
// add using Gecko
...
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
...
library that allows embeding gecko in C# applications.
Example Usage:
[STAThread]
static void Main(string[] args)
{
Xpcom.Initialize("Firefox64");
var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
Form f = new Form();
...
GeckoFX and XulRunner binaries for .NET
GeckoFX Runtime Version: 45.0.6.0
XulRunner Runtime Version: 45.0.0.5873
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...
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...

Development only Firefox files for geckofx-45 Windows 64bit. Not needed for including geckofx in your application.
This should only used for building geckofx-45.
Do NOT use this package if you just want to include geckofx in your application.

Development only Firefox files for geckofx-45 Windows 32bit. Not needed for including geckofx in your application.
This should only used for building geckofx-45.
Do NOT use this package if you just want to include geckofx in your application.
nsbrowser.icuer58
nsBrowser lib.