C# Class Routes.Build, Reloaded-II

Contains the code to determine locations of output files
Afficher le fichier Open project: Reloaded-Project/Reloaded-II

Méthodes publiques

Méthode Description
GetGameBananaPackageListPath ( long appId ) : string

Link to expected path for a GameBanana app.

GetNuGetPackageListPath ( string url ) : string

Link to expected path for a NuGet repository.

Method Details

GetGameBananaPackageListPath() public static méthode

Link to expected path for a GameBanana app.
public static GetGameBananaPackageListPath ( long appId ) : string
appId long
Résultat string

GetNuGetPackageListPath() public static méthode

Link to expected path for a NuGet repository.
public static GetNuGetPackageListPath ( string url ) : string
url string
Résultat string