메소드 | 설명 | |
---|---|---|
GetHashCode ( ) : int |
메소드 | 설명 | |
---|---|---|
Equals ( |
||
ManifestFileBase ( string digest, System.DateTime modifiedTime, long size, string name ) : System |
Creates a new file entry.
|
protected ManifestFileBase ( string digest, System.DateTime modifiedTime, long size, string name ) : System | ||
digest | string | The digest of the content of the file calculated using the selected digest algorithm. |
modifiedTime | System.DateTime | The time this file was last modified. |
size | long | The size of the file in bytes. |
name | string | The name of the file without the containing directory. |
리턴 | System |