C# 클래스 NHtmlUnit.Javascript.Host.Storage

상속: NHtmlUnit.Javascript.SimpleScriptable
파일 보기 프로젝트 열기: HtmlUnit/NHtmlUnit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Storage ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetItem() 공개 메소드

public GetItem ( string key ) : object
key string
리턴 object

Key() 공개 메소드

public Key ( int index ) : string
index int
리턴 string

RemoveItem() 공개 메소드

public RemoveItem ( string key ) : void
key string
리턴 void

SetItem() 공개 메소드

public SetItem ( string key, string data ) : void
key string
data string
리턴 void

Storage() 공개 메소드

public Storage ( NHtmlUnit window, java store ) : System
window NHtmlUnit
store java
리턴 System

Storage() 공개 메소드

public Storage ( com wrappedObject ) : System
wrappedObject com
리턴 System