C# Класс Baseline.FileHashingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetModifiedDateFileText ( this filename ) : string
HashByModifiedDate ( this filename ) : string

Creates a file hash based off of the file's modified date and full path

HashByModifiedDate ( this files ) : string

Creates a hash of several files based on both file path and last modified time

Описание методов

GetModifiedDateFileText() публичный статический Метод

public static GetModifiedDateFileText ( this filename ) : string
filename this
Результат string

HashByModifiedDate() публичный статический Метод

Creates a file hash based off of the file's modified date and full path
public static HashByModifiedDate ( this filename ) : string
filename this
Результат string

HashByModifiedDate() публичный статический Метод

Creates a hash of several files based on both file path and last modified time
public static HashByModifiedDate ( this files ) : string
files this
Результат string