C# 클래스 Routes.Build, Reloaded-II

Contains the code to determine locations of output files
파일 보기 프로젝트 열기: Reloaded-Project/Reloaded-II

공개 메소드들

메소드 설명
GetGameBananaPackageListPath ( long appId ) : string

Link to expected path for a GameBanana app.

GetNuGetPackageListPath ( string url ) : string

Link to expected path for a NuGet repository.

메소드 상세

GetGameBananaPackageListPath() 공개 정적인 메소드

Link to expected path for a GameBanana app.
public static GetGameBananaPackageListPath ( long appId ) : string
appId long
리턴 string

GetNuGetPackageListPath() 공개 정적인 메소드

Link to expected path for a NuGet repository.
public static GetNuGetPackageListPath ( string url ) : string
url string
리턴 string