Method |
Description |
|
CanCreateProject ( string typeGuid ) : bool |
|
|
CanCreateSolutionItem ( string type, MonoDevelop.Projects.ProjectCreateInformation info, System projectOptions ) : bool |
|
|
CanReadFile ( FilePath file ) : bool |
|
|
CreateGenericProject ( string file ) : Task |
|
|
CreateProject ( string typeGuid ) : Project |
|
|
CreateProject ( string typeGuid, MonoDevelop.Projects.ProjectCreateInformation info, System projectOptions ) : Project |
|
|
CreateSolutionItem ( string type, MonoDevelop.Projects.ProjectCreateInformation info, System projectOptions ) : SolutionItem |
|
|
CreateUninitializedInstance ( Type type ) : SolutionItem |
Creates an uninitialized solution item instance Some subclasses (such as ProjectTypeNode) need to assign some data to the object before it is initialized. However, by default initialization is automatically made by the constructor, so to support this scenario the initialization has to be delayed. This is done by setting the MonoDevelop.DelayItemInitialization logical context property. When this property is set, the object is not initialized, and it has to be manually initialized by calling EnsureInitialized. |
|
CreateUnknownSolutionItem ( MonoDevelop.Core.ProgressMonitor monitor, string fileName, string typeGuid, string unknownTypeGuid, SolutionLoadContext ctx ) : SolutionItem |
|
|
FromMSBuildPath ( string basePath, string relPath, string &resultPath ) : bool |
|
|
FromMSBuildPathRelative ( string basePath, string relPath ) : string |
|
|
GetCoreGlobalProperties ( string slnFile ) : string>.IDictionary |
|
|
GetExeLocation ( MonoDevelop.Core.Assemblies.TargetRuntime runtime, string toolsVersion ) : string |
|
|
GetExtensionForItem ( SolutionItem item ) : string |
|
|
GetImportRedirect ( string project ) : string |
Given a project referenced in an Import, returns a project that should be loaded instead, or null if there is no redirect |
|
GetItemTypeNodes ( ) : IEnumerable |
|
|
GetLanguageFromGuid ( string guid ) : string |
|
|
GetLanguageGuid ( string language ) : string |
|
|
GetMSBuildSupportForFlavors ( IEnumerable flavorGuids ) : MSBuildSupport |
|
|
GetMSBuildSupportForProject ( Project project ) : MSBuildSupport |
|
|
GetMigrableFlavors ( string flavorGuids ) : List |
|
|
GetNameForProjectItem ( Type type ) : string |
|
|
GetProjectBuilder ( MonoDevelop.Core.Assemblies.TargetRuntime runtime, string minToolsVersion, string file, string solutionFile, int customId, bool lockBuilder = false ) : Task |
|
|
GetProjectItemType ( string itemName ) : Type |
|
|
GetProjectLoadProgressMonitor ( MonoDevelop.Core.ProgressMonitor monitor ) : MonoDevelop.Core.ProjectLoadProgressMonitor |
|
|
GetTypeGuidForItem ( SolutionItem item ) : string |
|
|
GetTypeGuidFromAlias ( string alias ) : string |
|
|
GetUnknownProjectTypeInfo ( string guids, string fileName = null ) : MonoDevelop.Projects.Extensions.UnknownProjectTypeNode |
|
|
HandleGlobalPropertyProviderChanged ( object sender, EventArgs e ) : void |
|
|
HandlePropertyChanged ( object sender, MonoDevelop.Core.PropertyChangedEventArgs e ) : void |
|
|
IsAbsoluteMSBuildPath ( string path ) : bool |
|
|
IsKnownFlavorGuid ( string guid ) : bool |
|
|
IsKnownTypeGuid ( string guid ) : bool |
|
|
LoadExtensionData ( ) : void |
|
|
MSBuildProjectService ( ) : System |
|
|
MigrateFlavors ( MonoDevelop.Core.ProgressMonitor monitor, string fileName, string typeGuid, MonoDevelop.Projects.MSBuild.MSBuildProject p, List nodes ) : Task |
|
|
MigrateProject ( MonoDevelop.Core.ProgressMonitor monitor, MonoDevelop.Projects.Extensions.SolutionItemExtensionNode st, MonoDevelop.Projects.MSBuild.MSBuildProject p, string fileName, string language ) : Task |
|
|
OnExtensionChanged ( object sender, Mono.Addins.ExtensionEventArgs args ) : void |
|
|
ReadGenericProjectType ( string file ) : string |
|
|
RegisterCustomItemType ( MonoDevelop.Projects.Extensions.SolutionItemTypeNode node ) : void |
|
|
RegisterCustomProjectItemType ( string name, Type type ) : void |
|
|
ReleaseProjectBuilder ( RemoteBuildEngine engine ) : void |
|
|
ToMSBuildPathRelative ( string baseDirectory, string absPath ) : string |
|
|
UnregisterCustomItemType ( MonoDevelop.Projects.Extensions.SolutionItemTypeNode node ) : void |
|
|
UnregisterCustomProjectItemType ( string name ) : void |
|
|