C# 클래스 NuFetchLib.Utils

파일 보기 프로젝트 열기: vijaysg/NuFetch

공개 메소드들

메소드 설명
GetFullFolderPath ( string folderPath ) : string

Method for getting the abosulte path

GetPackageAndDependencies ( NuFetchOption appOptions ) : void
GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void

메소드 상세

GetFullFolderPath() 공개 정적인 메소드

Method for getting the abosulte path
public static GetFullFolderPath ( string folderPath ) : string
folderPath string Folder path, can be relative or absolute
리턴 string

GetPackageAndDependencies() 공개 정적인 메소드

public static GetPackageAndDependencies ( NuFetchOption appOptions ) : void
appOptions NuFetchOption
리턴 void

GetPackageAndDependencies() 공개 정적인 메소드

public static GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void
packageId string
packageVersion string
sourceServer string
targetFolder string
overwriteExistingFiles bool
includePrerelease bool
allowUnlisted bool
depVersionToDownload DependencyVersionTypeToDownload
리턴 void