C# Class MonoDevelop.Monobjc.Tracking.ProjectHandler

Inheritance: IDisposable
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

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
ProjectHandler ( MonobjcProject project ) : System

Initializes a new instance of the ProjectHandler class.

Method Details

Dispose() public méthode

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

ProjectHandler() protected méthode

Initializes a new instance of the ProjectHandler class.
protected ProjectHandler ( MonobjcProject project ) : System
project MonobjcProject The project.
Résultat System