C# 클래스 UnityLibrarySwitcher.CachedLibraryInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Branch string
Path string
Size long
Target BuildTarget

공개 메소드들

메소드 설명
CachedLibraryInfo ( string branch, BuildTarget target, string path ) : System
CalculateSize ( ) : void
DirSize ( DirectoryInfo d ) : long
DirSize ( string dirPath ) : long
ResetSize ( ) : void

메소드 상세

CachedLibraryInfo() 공개 메소드

public CachedLibraryInfo ( string branch, BuildTarget target, string path ) : System
branch string
target BuildTarget
path string
리턴 System

CalculateSize() 공개 메소드

public CalculateSize ( ) : void
리턴 void

DirSize() 공개 정적인 메소드

public static DirSize ( DirectoryInfo d ) : long
d System.IO.DirectoryInfo
리턴 long

DirSize() 공개 정적인 메소드

public static DirSize ( string dirPath ) : long
dirPath string
리턴 long

ResetSize() 공개 메소드

public ResetSize ( ) : void
리턴 void

프로퍼티 상세

Branch 공개적으로 프로퍼티

public string Branch
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

Size 공개적으로 프로퍼티

public long Size
리턴 long

Target 공개적으로 프로퍼티

public BuildTarget Target
리턴 BuildTarget