C# 클래스 BloomTests.BrowserStub

상속: IIsolatedBrowser
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EventHandlerCount int
NavigateTarget String

공개 메소드들

메소드 설명
InstallEventHandlers ( ) : void
Navigate ( string url ) : void
NormalTermination ( ) : void
RaiseNavigated ( object sender, EventArgs args ) : void
RemoveEventHandlers ( ) : void

메소드 상세

InstallEventHandlers() 공개 메소드

public InstallEventHandlers ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( string url ) : void
url string
리턴 void

NormalTermination() 공개 메소드

public NormalTermination ( ) : void
리턴 void

RaiseNavigated() 공개 메소드

public RaiseNavigated ( object sender, EventArgs args ) : void
sender object
args EventArgs
리턴 void

RemoveEventHandlers() 공개 메소드

public RemoveEventHandlers ( ) : void
리턴 void

프로퍼티 상세

EventHandlerCount 공개적으로 프로퍼티

public int EventHandlerCount
리턴 int

NavigateTarget 공개적으로 프로퍼티

public String NavigateTarget
리턴 String