C# 클래스 OSGridLauncher.OpenSimConfigurator

파일 보기 프로젝트 열기: AdamFrisby/OSGridLauncher 1 사용 예제들

공개 메소드들

메소드 설명
ConfigAndLaunch ( string regionName, string avFname, string avLname, System.Windows.Forms.ProgressBar pb, ToolStripStatusLabel status, StatusStrip statusStrip, bool autoPosition, int posX, int posY ) : void
OpenSimConfigurator ( ) : System
TestNetwork ( ) : bool

비공개 메소드들

메소드 설명
DefowardPort ( int port, ProtocolType pt ) : void
Download ( ) : void
ForwardPort ( int port, ProtocolType pt ) : void
GetInternetIP ( ) : IPAddress
GetLocalIP ( ) : IPAddress
HasLatestVesion ( ) : bool
PrepareForUpgrade ( ) : void
Run ( ) : void
SetLatestVersion ( string url ) : void
SetStatus ( int percent, string text ) : void
SetStatus ( int val, string text, System.Windows.Forms.ProgressBar pb, ToolStripItem status, Control statusStrip ) : void
SetupDirs ( ) : void
SetupPortForwarding ( ) : void
TestNetwork_Listen ( ) : void
Unpack ( ) : void
WriteRegionConfig ( string regionName, string fname, string lname, bool pos, int x, int y ) : void
wc_DownloadFileCompleted ( object sender, System e ) : void
wc_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

메소드 상세

ConfigAndLaunch() 공개 메소드

public ConfigAndLaunch ( string regionName, string avFname, string avLname, System.Windows.Forms.ProgressBar pb, ToolStripStatusLabel status, StatusStrip statusStrip, bool autoPosition, int posX, int posY ) : void
regionName string
avFname string
avLname string
pb System.Windows.Forms.ProgressBar
status System.Windows.Forms.ToolStripStatusLabel
statusStrip System.Windows.Forms.StatusStrip
autoPosition bool
posX int
posY int
리턴 void

OpenSimConfigurator() 공개 메소드

public OpenSimConfigurator ( ) : System
리턴 System

TestNetwork() 공개 메소드

public TestNetwork ( ) : bool
리턴 bool