C# Class Patchwork.AutoPatching.AppInfoFactory

A factory for constructing instances of the AppInfo class. The inheriting class must have a default constructor and must be decorated with AppInfoFactoryAttribute.
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
CreateInfo ( DirectoryInfo folderInfo ) : AppInfo

Constructs a new instance of AppInfo.

Method Details

CreateInfo() public abstract méthode

Constructs a new instance of AppInfo.
public abstract CreateInfo ( DirectoryInfo folderInfo ) : AppInfo
folderInfo System.IO.DirectoryInfo The primary folder of the application from which other information is deduced.
Résultat AppInfo