C# Class NHtmlUnit.Javascript.Host.Storage

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
Clear ( ) : void
GetItem ( string key ) : object
Key ( int index ) : string
RemoveItem ( string key ) : void
SetItem ( string key, string data ) : void
Storage ( NHtmlUnit window, java store ) : System
Storage ( com wrappedObject ) : System

Private Methods

Method Description
Storage ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

GetItem() public method

public GetItem ( string key ) : object
key string
return object

Key() public method

public Key ( int index ) : string
index int
return string

RemoveItem() public method

public RemoveItem ( string key ) : void
key string
return void

SetItem() public method

public SetItem ( string key, string data ) : void
key string
data string
return void

Storage() public method

public Storage ( NHtmlUnit window, java store ) : System
window NHtmlUnit
store java
return System

Storage() public method

public Storage ( com wrappedObject ) : System
wrappedObject com
return System