C# Class Microsoft.VSTalk.Integration.Events.BaseEventListener

The base implementation of an event listener.
Inheritance: IDisposable
Afficher le fichier Open project: Irdis/VSTalk

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

Méthodes protégées

Méthode Description
BaseEventListener ( VSTalkPackage package ) : System

Initializes a new instance of the BaseEventListener class.

Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

BaseEventListener() protected méthode

Initializes a new instance of the BaseEventListener class.
protected BaseEventListener ( VSTalkPackage package ) : System
package VSTalkPackage The package hosting the event listener.
Résultat System

Dispose() public méthode

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

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void