DownloadableFile Class |
Namespace: Emgu.Models
The DownloadableFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | DownloadableFile |
Create a downloadable file from the url
|
Name | Description | |
---|---|---|
![]() | IsLocalFileValid |
Return true if the local file exist and match the sha256hash (if specified in the constructor).
|
![]() | LocalFile |
The local file name
|
![]() | LocalFolder |
Return the directory where the local file is
|
![]() | Url |
The url where this file can be downloaded from
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (Inherited from Object.) |
![]() | GetLocalFileName |
The local path to the local file given the file name
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |