C# Class Simple.Gui.ProgramLogic

Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
IsAdmin ( ) : bool

Méthodes protégées

Méthode Description
Ask ( string text ) : bool
ReportFinish ( string success ) : void
ReportProgress ( string text, string subText ) : void

Private Methods

Méthode Description
CopyItem ( string baseDir, string source, string destination ) : void
DoReplace ( ) : void
SetPermissions ( string file ) : void

Method Details

Ask() protected méthode

protected Ask ( string text ) : bool
text string
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

IsAdmin() public static méthode

public static IsAdmin ( ) : bool
Résultat bool

ReportFinish() protected méthode

protected ReportFinish ( string success ) : void
success string
Résultat void

ReportProgress() protected méthode

protected ReportProgress ( string text, string subText ) : void
text string
subText string
Résultat void