C# 클래스 MTMCL.Forge.Artifact

파일 보기 프로젝트 열기: cvronmin/metocraft 1 사용 예제들

공개 메소드들

메소드 설명
Artifact ( string desc ) : System.IO
GetLocalPath ( DirectoryInfo b ) : FileInfo
GetLocalPath ( FileInfo b ) : FileInfo
ToString ( ) : string

메소드 상세

Artifact() 공개 메소드

public Artifact ( string desc ) : System.IO
desc string
리턴 System.IO

GetLocalPath() 공개 메소드

public GetLocalPath ( DirectoryInfo b ) : FileInfo
b System.IO.DirectoryInfo
리턴 System.IO.FileInfo

GetLocalPath() 공개 메소드

public GetLocalPath ( FileInfo b ) : FileInfo
b System.IO.FileInfo
리턴 System.IO.FileInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string