C# Class UnityLibrarySwitcher.CachedLibraryInfo

Show file Open project: d12frosted/UnityLibrarySwitcher Class Usage Examples

Public Properties

Property Type Description
Branch string
Path string
Size long
Target BuildTarget

Public Methods

Method Description
CachedLibraryInfo ( string branch, BuildTarget target, string path ) : System
CalculateSize ( ) : void
DirSize ( DirectoryInfo d ) : long
DirSize ( string dirPath ) : long
ResetSize ( ) : void

Method Details

CachedLibraryInfo() public method

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

CalculateSize() public method

public CalculateSize ( ) : void
return void

DirSize() public static method

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

DirSize() public static method

public static DirSize ( string dirPath ) : long
dirPath string
return long

ResetSize() public method

public ResetSize ( ) : void
return void

Property Details

Branch public property

public string Branch
return string

Path public property

public string Path
return string

Size public property

public long Size
return long

Target public property

public BuildTarget Target
return BuildTarget