C# 클래스 Nimrod.IoOperations

Responsible for accessing the file system
파일 보기 프로젝트 열기: resgroup/nimrod 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( IList files ) : void

Take a list of files, and write in the output folder. Overwrites any existing files.

GetFileInfos ( IEnumerable filePaths ) : IEnumerable
IoOperations ( IFileSystem fileSystem, string outputFolderPath, ILogger logger ) : System
LoadAssemblies ( IEnumerable files ) : void

Load all assemblies found in the same folder as the given DLL

WriteLog ( string log ) : void

비공개 메소드들

메소드 설명
RecreateOutputFolder ( string folder ) : void

메소드 상세

Dump() 공개 메소드

Take a list of files, and write in the output folder. Overwrites any existing files.
public Dump ( IList files ) : void
files IList
리턴 void

GetFileInfos() 공개 메소드

public GetFileInfos ( IEnumerable filePaths ) : IEnumerable
filePaths IEnumerable
리턴 IEnumerable

IoOperations() 공개 메소드

public IoOperations ( IFileSystem fileSystem, string outputFolderPath, ILogger logger ) : System
fileSystem IFileSystem
outputFolderPath string
logger ILogger
리턴 System

LoadAssemblies() 공개 메소드

Load all assemblies found in the same folder as the given DLL
public LoadAssemblies ( IEnumerable files ) : void
files IEnumerable
리턴 void

WriteLog() 공개 메소드

public WriteLog ( string log ) : void
log string
리턴 void