C# Class MonoDevelop.Monobjc.Tracking.ProjectHandler

Inheritance: IDisposable
Mostra file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method Description
Dispose ( ) : void

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

Protected Methods

Method Description
ProjectHandler ( MonobjcProject project ) : System

Initializes a new instance of the ProjectHandler class.

Method Details

Dispose() public method

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

ProjectHandler() protected method

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