C# 클래스 SplashScreen

상속: MonoBehaviour
파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 메소드들

메소드 설명
HideSplash ( ) : void
ShowNotification ( string message, string progressLabel, bool stopProgressbar, string commadTitle, MethodInvoker, command ) : void
ShowNotificationMessage ( string message, string progressText, bool stopProgress, string commadTitle, MethodInvoker, command ) : void
ShowSplash ( ) : void
ShowSplash ( string title, string message ) : void
SplashScreen ( ) : System
SplashScreen ( ) : System.Threading
SplashScreen ( string title, string message ) : System.Threading
Terminate ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

SplashScreen_Deactivate ( object sender, EventArgs, e ) : void
SplashScreen_FormClosed ( object sender, FormClosedEventArgs, e ) : void
linkLabel1_MouseClick ( object sender, MouseEventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

HideSplash() 공개 정적인 메소드

public static HideSplash ( ) : void
리턴 void

ShowNotification() 공개 정적인 메소드

public static ShowNotification ( string message, string progressLabel, bool stopProgressbar, string commadTitle, MethodInvoker, command ) : void
message string
progressLabel string
stopProgressbar bool
commadTitle string
command MethodInvoker,
리턴 void

ShowNotificationMessage() 공개 메소드

public ShowNotificationMessage ( string message, string progressText, bool stopProgress, string commadTitle, MethodInvoker, command ) : void
message string
progressText string
stopProgress bool
commadTitle string
command MethodInvoker,
리턴 void

ShowSplash() 공개 정적인 메소드

public static ShowSplash ( ) : void
리턴 void

ShowSplash() 공개 정적인 메소드

public static ShowSplash ( string title, string message ) : void
title string
message string
리턴 void

SplashScreen() 공개 메소드

public SplashScreen ( ) : System
리턴 System

SplashScreen() 공개 메소드

public SplashScreen ( ) : System.Threading
리턴 System.Threading

SplashScreen() 공개 메소드

public SplashScreen ( string title, string message ) : System.Threading
title string
message string
리턴 System.Threading

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void