C# 클래스 FlatRedBall.Glue.IO.FileWatchManager

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

공개 프로퍼티들

프로퍼티 타입 설명
LockObject object
PerformFlushing bool

공개 메소드들

메소드 설명
Flush ( ) : void
IgnoreNextChangeOnFile ( string file ) : void
Initialize ( ) : void
UpdateToProjectDirectory ( ) : void

비공개 메소드들

메소드 설명
CompareFiles ( string first, string second ) : int
GetFileValue ( string file ) : int
IsBuiltFile ( string fileName ) : bool
IsFileIgnored ( string fileName, IgnoreReason &reason ) : bool
ReactToChangedFile ( string file ) : bool
ShouldMoveUpForRoot ( string directory ) : bool

메소드 상세

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

IgnoreNextChangeOnFile() 공개 정적인 메소드

public static IgnoreNextChangeOnFile ( string file ) : void
file string
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

UpdateToProjectDirectory() 공개 정적인 메소드

public static UpdateToProjectDirectory ( ) : void
리턴 void

프로퍼티 상세

LockObject 공개적으로 정적으로 프로퍼티

public static object LockObject
리턴 object

PerformFlushing 공개적으로 정적으로 프로퍼티

public static bool PerformFlushing
리턴 bool