Skip to main content

TestVelopackLocator Constructors

Declaring Type: TestVelopackLocator
Namespace: Velopack.Locators
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Overloads

SignatureDescription
TestVelopackLocator(string, string, string, ILogger)
TestVelopackLocator(string, string, string, string, string, string, string, ILogger, VelopackAsset)

TestVelopackLocator(string, string, string, ILogger)

public TestVelopackLocator(string appId, string version, string packagesDir, ILogger logger = null);

Parameters

appId string

version string

packagesDir string

logger ILogger

TestVelopackLocator(string, string, string, string, string, string, string, ILogger, VelopackAsset)

public TestVelopackLocator(string appId, string version, string packagesDir, string appDir, string rootDir, string updateExe, string channel = null, ILogger logger = null, VelopackAsset localPackage = null);

Parameters

appId string

version string

packagesDir string

appDir string

rootDir string

updateExe string

channel string

logger ILogger

localPackage VelopackAsset


Documentation generated by MdDocs