C# Class ProjectAnalyzer.ResInfo

Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
fileSize long
instanceID int
isSelected bool
name string
path string
proposeTipCount int
proposeTips string
size long

Public Methods

Method Description
FormatBytes ( long size ) : string
GetAbsolutePath ( ) : string
GetFileLenth ( ) : String
GetRefInfos ( ) : string
GetResInfoDetails ( ) : string
GetSize ( ) : string

Protected Methods

Method Description
AddProposeTip ( string tip ) : void
Powerof2 ( int n ) : bool
ResetProposeTip ( ) : void

Method Details

AddProposeTip() protected method

protected AddProposeTip ( string tip ) : void
tip string
return void

FormatBytes() public method

public FormatBytes ( long size ) : string
size long
return string

GetAbsolutePath() public method

public GetAbsolutePath ( ) : string
return string

GetFileLenth() public method

public GetFileLenth ( ) : String
return String

GetRefInfos() public method

public GetRefInfos ( ) : string
return string

GetResInfoDetails() public method

public GetResInfoDetails ( ) : string
return string

GetSize() public method

public GetSize ( ) : string
return string

Powerof2() protected method

protected Powerof2 ( int n ) : bool
n int
return bool

ResetProposeTip() protected method

protected ResetProposeTip ( ) : void
return void

Property Details

fileSize public property

public long fileSize
return long

instanceID public property

public int instanceID
return int

isSelected public property

public bool isSelected
return bool

name public property

public string name
return string

path public property

public string path
return string

proposeTipCount public property

public int proposeTipCount
return int

proposeTips public property

public string proposeTips
return string

size public property

public long size
return long