C# 클래스 AcManager.Tools.ContentInstallation.DirectoryContentInstallator.InnerFileInfo

상속: IFileInfo
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CopyTo ( string destination ) : System.Threading.Tasks.Task
InnerFileInfo ( string directory, string filename ) : System.Collections.Generic
ReadAsync ( ) : Task

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( string destination ) : System.Threading.Tasks.Task
destination string
리턴 System.Threading.Tasks.Task

InnerFileInfo() 공개 메소드

public InnerFileInfo ( string directory, string filename ) : System.Collections.Generic
directory string
filename string
리턴 System.Collections.Generic

ReadAsync() 공개 메소드

public ReadAsync ( ) : Task
리턴 Task