C# Class Open.Core.Common.DisposableBase

Inheritance: INotifyDisposed
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
DisposableBase ( ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
OnDisposed ( ) : void

Invoked when the Dispose method is called. Use this to dispose of any managed resources or unwire from events etc.

This is a convenience method that is called from the main 'Dispose' virtual method.

Private Methods

Méthode Description
FireDisposed ( ) : void

Method Details

DisposableBase() public méthode

public DisposableBase ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

OnDisposed() protected méthode

Invoked when the Dispose method is called. Use this to dispose of any managed resources or unwire from events etc.
This is a convenience method that is called from the main 'Dispose' virtual method.
protected OnDisposed ( ) : void
Résultat void