C# Class ProjectAnalyzer.ResInfo

Mostra 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_oe property

public long fileSize
return long

instanceID public_oe property

public int instanceID
return int

isSelected public_oe property

public bool isSelected
return bool

name public_oe property

public string name
return string

path public_oe property

public string path
return string

proposeTipCount public_oe property

public int proposeTipCount
return int

proposeTips public_oe property

public string proposeTips
return string

size public_oe property

public long size
return long