C# Класс SplashScreen

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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