The InstallFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InstallFile(String) |
This Constructor creates a new InstallFile instance
|
![]() | InstallFile(String, InstallerInfo) |
This Constructor creates a new InstallFile instance
|
![]() | InstallFile(String, String) |
This Constructor creates a new InstallFile instance
|
![]() | InstallFile(ZipInputStream, ZipEntry, InstallerInfo) |
This Constructor creates a new InstallFile instance from a ZipInputStream and a ZipEntry
|
![]() | InstallFile(String, String, InstallerInfo) |
This Constructor creates a new InstallFile instance
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetVersion |
The SetVersion method sets the version of the file
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | Action |
Gets and sets the Action for this file
|
![]() | BackupFileName |
Gets the location of the backup file
|
![]() | BackupPath |
Gets the location of the backup folder
|
![]() | Encoding | |
![]() | Extension |
Gets the File Extension of the file
|
![]() | FullName |
Gets the Full Name of the file
|
![]() | InstallerInfo |
Gets the associated InstallerInfo
|
![]() | Name |
Gets the Name of the file
|
![]() | Path |
Gets the Path of the file
|
![]() | SourceFileName |
Gets the source file name
|
![]() | TempFileName |
Gets the location of the temporary file
|
![]() | Type |
Gets and sets the Type of the file
|
![]() | Version |
Gets the Version of the file
|