C# 클래스 Yaircc.UI.ChromiumMarshal

Represents the the Chromium marshal.
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
BeginExport ( string fileName, CefSharp.WinForms.WebView webView ) : void

Begin exporting the chat log in webView to fileName

ChromiumMarshal ( System.Action initialisationAction, IRCTabPage owner ) : System

Initialises a new instance of the ChromiumMarshal class.

ExportHtml ( string fileName, string html ) : void

Export the html to fileName

InitialiseSubscribers ( ) : void

Invoke the initialisation action for the marshal subscribers.

InsertNickNameIntoMessage ( string nickName ) : void

Inserts the specified nick name into the input textbox.

JoinChannel ( string channelName ) : void

Joins the specified channel.

OpenUrl ( string url ) : void

Open a URL in the default browser.

메소드 상세

BeginExport() 공개 정적인 메소드

Begin exporting the chat log in webView to fileName
public static BeginExport ( string fileName, CefSharp.WinForms.WebView webView ) : void
fileName string The path to export the chat log to.
webView CefSharp.WinForms.WebView The WebView to export.
리턴 void

ChromiumMarshal() 공개 메소드

Initialises a new instance of the ChromiumMarshal class.
public ChromiumMarshal ( System.Action initialisationAction, IRCTabPage owner ) : System
initialisationAction System.Action The action to invoke after the DOM has been loaded.
owner IRCTabPage The owning form.
리턴 System

ExportHtml() 공개 메소드

Export the html to fileName
public ExportHtml ( string fileName, string html ) : void
fileName string The path to export the HTML to.
html string The HTML to export.
리턴 void

InitialiseSubscribers() 공개 메소드

Invoke the initialisation action for the marshal subscribers.
public InitialiseSubscribers ( ) : void
리턴 void

InsertNickNameIntoMessage() 공개 메소드

Inserts the specified nick name into the input textbox.
public InsertNickNameIntoMessage ( string nickName ) : void
nickName string The nick name to insert.
리턴 void

JoinChannel() 공개 메소드

Joins the specified channel.
public JoinChannel ( string channelName ) : void
channelName string The channel to join.
리턴 void

OpenUrl() 공개 메소드

Open a URL in the default browser.
public OpenUrl ( string url ) : void
url string The URL to open.
리턴 void