UniversalPackageInstallSettings.

UniversalPackageInstallSettings(string, string, DirectoryPath) Constructor

Summary

Initializes a new instance of the UniversalPackageInstallSettings class.

Syntax

public UniversalPackageInstallSettings(string package, string source, DirectoryPath targetDirectory)

Parameters

Name Type Description
package string The package.
source string The source.
targetDirectory DirectoryPath The target directory.

Return Value

Type Description
void