C# Class Ninject.Infrastructure.Disposal.DisposableObject

An object that notifies when it is disposed.
Inheritance: INotifyWhenDisposed, IDisposableObject
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( bool disposing ) : void

Releases resources held by the object.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

Releases resources held by the object.
public Dispose ( bool disposing ) : void
disposing bool True if called manually, otherwise by GC.
Résultat void