C# 클래스 ProjectAnalyzer.ResInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
fileSize long
instanceID int
isSelected bool
name string
path string
proposeTipCount int
proposeTips string
size long

공개 메소드들

메소드 설명
FormatBytes ( long size ) : string
GetAbsolutePath ( ) : string
GetFileLenth ( ) : String
GetRefInfos ( ) : string
GetResInfoDetails ( ) : string
GetSize ( ) : string

보호된 메소드들

메소드 설명
AddProposeTip ( string tip ) : void
Powerof2 ( int n ) : bool
ResetProposeTip ( ) : void

메소드 상세

AddProposeTip() 보호된 메소드

protected AddProposeTip ( string tip ) : void
tip string
리턴 void

FormatBytes() 공개 메소드

public FormatBytes ( long size ) : string
size long
리턴 string

GetAbsolutePath() 공개 메소드

public GetAbsolutePath ( ) : string
리턴 string

GetFileLenth() 공개 메소드

public GetFileLenth ( ) : String
리턴 String

GetRefInfos() 공개 메소드

public GetRefInfos ( ) : string
리턴 string

GetResInfoDetails() 공개 메소드

public GetResInfoDetails ( ) : string
리턴 string

GetSize() 공개 메소드

public GetSize ( ) : string
리턴 string

Powerof2() 보호된 메소드

protected Powerof2 ( int n ) : bool
n int
리턴 bool

ResetProposeTip() 보호된 메소드

protected ResetProposeTip ( ) : void
리턴 void

프로퍼티 상세

fileSize 공개적으로 프로퍼티

public long fileSize
리턴 long

instanceID 공개적으로 프로퍼티

public int instanceID
리턴 int

isSelected 공개적으로 프로퍼티

public bool isSelected
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

proposeTipCount 공개적으로 프로퍼티

public int proposeTipCount
리턴 int

proposeTips 공개적으로 프로퍼티

public string proposeTips
리턴 string

size 공개적으로 프로퍼티

public long size
리턴 long