Skip to main content

TestVelopackLocator Constructors

Declaring Type: TestVelopackLocator
Namespace: Velopack.Locators
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

Overloads

SignatureDescription
TestVelopackLocator(string, string, string, IVelopackLogger)
TestVelopackLocator(string, string, string, string, string, string, string, IVelopackLogger, VelopackAsset, string)

TestVelopackLocator(string, string, string, IVelopackLogger)

[NullableContext(1)]
public TestVelopackLocator(string appId, string version, string packagesDir, [Nullable(2)]IVelopackLogger logger = null);

Parameters

appId string

version string

packagesDir string

logger IVelopackLogger

TestVelopackLocator(string, string, string, string, string, string, string, IVelopackLogger, VelopackAsset, string)

public TestVelopackLocator([Nullable(1)]string appId, [Nullable(1)]string version, [Nullable(1)]string packagesDir, string appDir, string rootDir, string updateExe, string channel = null, IVelopackLogger logger = null, VelopackAsset localPackage = null, [Nullable(1)]string processPath = null);

Parameters

appId string

version string

packagesDir string

appDir string

rootDir string

updateExe string

channel string

logger IVelopackLogger

localPackage VelopackAsset

processPath string


Documentation generated by MdDocs