C# 클래스 Baseline.FileHashingExtensions

파일 보기 프로젝트 열기: JasperFx/baseline

공개 메소드들

메소드 설명
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