C# Class FlatRedBall.Glue.IO.FileWatchManager

Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
LockObject object
PerformFlushing bool

Public Methods

Method Description
Flush ( ) : void
IgnoreNextChangeOnFile ( string file ) : void
Initialize ( ) : void
UpdateToProjectDirectory ( ) : void

Private Methods

Method Description
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

Method Details

Flush() public static method

public static Flush ( ) : void
return void

IgnoreNextChangeOnFile() public static method

public static IgnoreNextChangeOnFile ( string file ) : void
file string
return void

Initialize() public static method

public static Initialize ( ) : void
return void

UpdateToProjectDirectory() public static method

public static UpdateToProjectDirectory ( ) : void
return void

Property Details

LockObject public_oe static_oe property

public static object LockObject
return object

PerformFlushing public_oe static_oe property

public static bool PerformFlushing
return bool