C# Class FalcoA.Core.GeckoContext

Inheritance: Context
Mostrar archivo Open project: TaikorInc/FalcoA Class Usage Examples

Public Methods

Method Description
GeckoContext ( Gecko.GeckoWebBrowser browser ) : Gecko
GetDefaultContext ( ) : Context
GetService ( Type serviceType ) : object

Method Details

GeckoContext() public method

public GeckoContext ( Gecko.GeckoWebBrowser browser ) : Gecko
browser Gecko.GeckoWebBrowser
return Gecko

GetDefaultContext() public static method

public static GetDefaultContext ( ) : Context
return Context

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object