C# Class Mono.Debugger.ObjectCache

Inheritance: IDisposable
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
Initialize ( ) : void
ObjectCache ( ObjectCacheFunc func, object user_data, int ttl ) : System
Shutdown ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
check_disposed ( ) : void
cleanup_process ( object dummy ) : void
timeout_func ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

Initialize() public static method

public static Initialize ( ) : void
return void

ObjectCache() public method

public ObjectCache ( ObjectCacheFunc func, object user_data, int ttl ) : System
func ObjectCacheFunc
user_data object
ttl int
return System

Shutdown() public static method

public static Shutdown ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string