C# 클래스 PackageInstaller.ProjectHelpers

파일 보기 프로젝트 열기: madskristensen/PackageInstaller

공개 메소드들

메소드 설명
AddFileToProject ( this project, string file, string itemType = null ) : void
GetRootFolder ( this project ) : string
GetSelectedProject ( ) : Project

메소드 상세

AddFileToProject() 공개 정적인 메소드

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

GetRootFolder() 공개 정적인 메소드

public static GetRootFolder ( this project ) : string
project this
리턴 string

GetSelectedProject() 공개 정적인 메소드

public static GetSelectedProject ( ) : Project
리턴 Project