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.
ファイルを表示 Open project: GregRos/Patchwork

Public Methods

Method Description
CreateInfo ( DirectoryInfo folderInfo ) : AppInfo

Constructs a new instance of AppInfo.

Method Details

CreateInfo() public abstract method

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.
return AppInfo