Method | Description | |
---|---|---|
AbstractList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System | ||
AbstractList ( com wrappedObject ) : System | ||
Call ( net cx, net scope, net thisObj, System args ) : object | ||
Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
Item ( object index ) : object |
Method | Description | |
---|---|---|
AbstractList ( ) : System |
public AbstractList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System | ||
parentScope | NHtmlUnit | |
attributeChangeSensitive | bool | |
description | string | |
return | System |
public AbstractList ( com wrappedObject ) : System | ||
wrappedObject | com | |
return | System |
public Call ( net cx, net scope, net thisObj, System args ) : object | ||
cx | net | |
scope | net | |
thisObj | net | |
args | System | |
return | object |
public Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable | ||
cx | net | |
scope | net | |
args | System | |
return | net.sourceforge.htmlunit.corejs.javascript.Scriptable |