C# Class MonoDevelop.Projects.ProjectFile

This class represent a file information in an IProject object.
Inheritance: MonoDevelop.Projects.ProjectItem, ICloneable, IFileItem, IDisposable
Afficher le fichier Open project: mono-soc-2011/monodevelop Class Usage Examples

Private Properties

Свойство Type Description
GetResourceId string
ResolveParent bool
SetProject void

Méthodes publiques

Méthode Description
Clone ( ) : object
Dispose ( ) : void
ProjectFile ( ) : System
ProjectFile ( string filename ) : System
ProjectFile ( string filename, string buildAction ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
OnChanged ( ) : void

Private Methods

Méthode Description
GetResourceId ( IResourceHandler resourceHandler ) : string
ResolveParent ( ) : bool
SetProject ( Project project ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

ProjectFile() public méthode

public ProjectFile ( ) : System
Résultat System

ProjectFile() public méthode

public ProjectFile ( string filename ) : System
filename string
Résultat System

ProjectFile() public méthode

public ProjectFile ( string filename, string buildAction ) : System
filename string
buildAction string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string