C# Class Composite.Core.PackageSystem.PackageFragmentInstallers.DllPackageFragmentInstaller

Inheritance: Composite.Core.PackageSystem.PackageFragmentInstallers.BasePackageFragmentInstaller
Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
Install ( ) : IEnumerable
Validate ( ) : IEnumerable

Private Methods

Méthode Description
GetBackupFileName ( string targetFilePath ) : string
GetDllFileVersion ( string dllFilePath ) : System.Version
ParseBoolAttribute ( System.Xml.Linq.XAttribute attribute, List validationResult, bool &resultValue ) : bool
UpdateBindingRedirects ( IEnumerable assemblyNames ) : void

Method Details

Install() public méthode

public Install ( ) : IEnumerable
Résultat IEnumerable

Validate() public méthode

public Validate ( ) : IEnumerable
Résultat IEnumerable