C# Class SplashScreen

Inheritance: MonoBehaviour
Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

HideSplash() public static méthode

public static HideSplash ( ) : void
Résultat void

ShowNotification() public static méthode

public static ShowNotification ( string message, string progressLabel, bool stopProgressbar, string commadTitle, MethodInvoker, command ) : void
message string
progressLabel string
stopProgressbar bool
commadTitle string
command MethodInvoker,
Résultat void

ShowNotificationMessage() public méthode

public ShowNotificationMessage ( string message, string progressText, bool stopProgress, string commadTitle, MethodInvoker, command ) : void
message string
progressText string
stopProgress bool
commadTitle string
command MethodInvoker,
Résultat void

ShowSplash() public static méthode

public static ShowSplash ( ) : void
Résultat void

ShowSplash() public static méthode

public static ShowSplash ( string title, string message ) : void
title string
message string
Résultat void

SplashScreen() public méthode

public SplashScreen ( ) : System
Résultat System

SplashScreen() public méthode

public SplashScreen ( ) : System.Threading
Résultat System.Threading

SplashScreen() public méthode

public SplashScreen ( string title, string message ) : System.Threading
title string
message string
Résultat System.Threading

Terminate() public méthode

public Terminate ( ) : void
Résultat void