C# Class CustomActions.KbInstalledChecker

Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( IEnumerable acceptedKbs, string returnVar ) : bool
Execute ( string acceptedKb, string returnVar ) : bool
KbInstalledChecker ( Microsoft.Deployment.WindowsInstaller.Session session ) : System

Private Methods

Méthode Description
SetReturnValue ( bool isUpdateInstalled, string returnVar ) : void

Method Details

Execute() public méthode

public Execute ( IEnumerable acceptedKbs, string returnVar ) : bool
acceptedKbs IEnumerable
returnVar string
Résultat bool

Execute() public méthode

public Execute ( string acceptedKb, string returnVar ) : bool
acceptedKb string
returnVar string
Résultat bool

KbInstalledChecker() public méthode

public KbInstalledChecker ( Microsoft.Deployment.WindowsInstaller.Session session ) : System
session Microsoft.Deployment.WindowsInstaller.Session
Résultat System