Detailed Description

Used by window.navigator.

Static Package Attributes

static Dictionary< string, PluginPluginMap
 
static PluginArray LoadedPlugins
 

Properties

Geolocation geolocation [get]
 Geolocation services. More...
 
string language [get]
 The preferred (system) language. More...
 
string[] languages [get]
 A set of preferred languages. More...
 
string appCodeName [get]
 The app code name. More...
 
string appName [get]
 The app name. More...
 
string appVersion [get]
 The version. More...
 
string oscpu [get]
 OS and CPU. More...
 
int doNotTrack [get]
 The DNT header. More...
 
string userAgent [get]
 The user agent. More...
 
string buildID [get]
 The revision. More...
 
bool cookieEnabled [get]
 Cookies enabled? More...
 
bool onLine [get]
 True if the browser currently has an active network connection. Similar to the Chrome/Safari implementation; only checks for a LAN link. More...
 
string vendor [get]
 The vendor. More...
 
string vendorSub [get]
 The vendor. More...
 
string product [get]
 The web engine. More...
 
string productSub [get]
 The web engine. More...
 
bool javaEnabled [get]
 Is java enabled? More...
 
PluginArray plugins [get]
 Installed plugins. More...
 

Private Member Functions

void LoadPluginList ()
 Loads the Gecko plugin list. More...
 

Private Attributes

Geolocation geolocation_
 Geolocation services. More...
 

Member Function Documentation

void PowerUI.Navigator.LoadPluginList ( )
inlineprivate

Loads the Gecko plugin list.

Member Data Documentation

Geolocation PowerUI.Navigator.geolocation_
private

Geolocation services.

PluginArray PowerUI.Navigator.LoadedPlugins
staticpackage
Dictionary<string,Plugin> PowerUI.Navigator.PluginMap
staticpackage

Property Documentation

string PowerUI.Navigator.appCodeName
get

The app code name.

string PowerUI.Navigator.appName
get

The app name.

string PowerUI.Navigator.appVersion
get

The version.

string PowerUI.Navigator.buildID
get

The revision.

bool PowerUI.Navigator.cookieEnabled
get

Cookies enabled?

int PowerUI.Navigator.doNotTrack
get

The DNT header.

Geolocation PowerUI.Navigator.geolocation
get

Geolocation services.

bool PowerUI.Navigator.javaEnabled
get

Is java enabled?

string PowerUI.Navigator.language
get

The preferred (system) language.

string [] PowerUI.Navigator.languages
get

A set of preferred languages.

bool PowerUI.Navigator.onLine
get

True if the browser currently has an active network connection. Similar to the Chrome/Safari implementation; only checks for a LAN link.

string PowerUI.Navigator.oscpu
get

OS and CPU.

PluginArray PowerUI.Navigator.plugins
get

Installed plugins.

string PowerUI.Navigator.product
get

The web engine.

string PowerUI.Navigator.productSub
get

The web engine.

string PowerUI.Navigator.userAgent
get

The user agent.

string PowerUI.Navigator.vendor
get

The vendor.

string PowerUI.Navigator.vendorSub
get

The vendor.