DependentFile Members
- Updated2023-02-21
- 4 minute(s) read
The DependentFile type exposes the following members.
| Name | Description | |
|---|---|---|
| DependentFile | Overloaded.
Initializes a new instance of the DependentFile class for the specified file. This instance requires an absolute FilePath to specify the location of the file.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAbsolutePath | Gets the absolute path to a file by prepending the specified baseAbsolutePath to a relative path to the file. | |
| 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.) | |
| SetPath | Sets the paths to a DependentFile and the system definition file with which it is associated. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ForceDownload | Gets or sets whether the file is set to force-download to the target. | |
| MD5 | Gets or sets the MD5 message-digest for the file. | |
| Path | Gets the path to the file on the host computer. | |
| RTDestination | Gets or sets the destination path, including the filename, for the file on the target. This property must be an absolute path. | |
| SupportedTarget | Gets or sets the target operating system(s) to which the file is deployed. | |
| Type | Gets whether the Path to the dependent file is absolute or relative to another directory. | |
| Version | Gets or sets version information for the dependent file. |