C# 클래스 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.
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
CreateInfo ( DirectoryInfo folderInfo ) : AppInfo

Constructs a new instance of AppInfo.

메소드 상세

CreateInfo() 공개 추상적인 메소드

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.
리턴 AppInfo