InstallerFile Class

Definition

Represents an installer file.

public ref class InstallerFile
public class InstallerFile
type InstallerFile = class
Public Class InstallerFile
Inheritance
InstallerFile

Constructors

InstallerFile()

Creates an instance of an installer file.

Properties

DownloadedLocation

Gets or sets a string that contains the downloaded location of the installer file.

FileSize

Gets an integer value that represents the size of the installer file.

InstallerUrl

Gets the URL of the installer file.

SHA1Hash

Gets a string that contains the SHA1Hash of the current installer file.

TrackingUrl

Gets the URL used for tracking the current installer file.

TrustVerified

Gets or sets a value that indicates whether the current installer file is trust verified.

Applies to