C# 클래스 BF2Statistics.HostsFileTestForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ServiceTask Task
Services string[]

공개 메소드들

메소드 설명
HostsFileTestForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

VerifyDnsCache ( ) : void

This method ping's the gamepsy services and verifies that the HOSTS file redirects are working correctly

비공개 메소드들

메소드 설명
CloseBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Close button is clicked

HostsFileTestForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Event fired when the form begins to close

HostsFileTestForm_Shown ( object sender, EventArgs e ) : void

Event fired after the form has been displayed to the user

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshBtn_Click ( object sender, EventArgs e ) : void

Event fired when the refresh button is clicked

SetStatus ( int i, string address, Bitmap Img, string ImgText = "" ) : void

This method sets the address, image, and image balloon text for the services listed in this form by service index.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HostsFileTestForm() 공개 메소드

public HostsFileTestForm ( ) : System
리턴 System

VerifyDnsCache() 보호된 메소드

This method ping's the gamepsy services and verifies that the HOSTS file redirects are working correctly
protected VerifyDnsCache ( ) : void
리턴 void

프로퍼티 상세

ServiceTask 보호되어 있는 프로퍼티

Our cache verifying task
protected Task ServiceTask
리턴 Task

Services 보호되어 있는 정적으로 프로퍼티

The list of services we are verifying
protected static string[] Services
리턴 string[]