C# Class PackageInstaller.ProjectHelpers

Datei anzeigen Open project: madskristensen/PackageInstaller

Public Methods

Method Description
AddFileToProject ( this project, string file, string itemType = null ) : void
GetRootFolder ( this project ) : string
GetSelectedProject ( ) : Project

Method Details

AddFileToProject() public static method

public static AddFileToProject ( this project, string file, string itemType = null ) : void
project this
file string
itemType string
return void

GetRootFolder() public static method

public static GetRootFolder ( this project ) : string
project this
return string

GetSelectedProject() public static method

public static GetSelectedProject ( ) : Project
return Project