C# Class Mono.Debugger.ObjectCache

Inheritance: IDisposable
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
check_disposed ( ) : void
cleanup_process ( object dummy ) : void
timeout_func ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

ObjectCache() public méthode

public ObjectCache ( ObjectCacheFunc func, object user_data, int ttl ) : System
func ObjectCacheFunc
user_data object
ttl int
Résultat System

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string