C# 클래스 Cornerstone.Extensions.IO.FileInfoExtensions

파일 보기 프로젝트 열기: damienhaynes/moving-pictures

공개 메소드들

메소드 설명
ComputeSHA1Hash ( this self ) : string

Generates a SHA1-Hash from a given filepath

ComputeSmartHash ( this self ) : string

Calculates a unique hash for the contents of the file. Use this method to compute hashes of large files.

IsLocked ( this self ) : bool

Gets a value indicating whether this file is accessible (for reading)

메소드 상세

ComputeSHA1Hash() 공개 정적인 메소드

Generates a SHA1-Hash from a given filepath
public static ComputeSHA1Hash ( this self ) : string
self this
리턴 string

ComputeSmartHash() 공개 정적인 메소드

Calculates a unique hash for the contents of the file. Use this method to compute hashes of large files.
public static ComputeSmartHash ( this self ) : string
self this
리턴 string

IsLocked() 공개 정적인 메소드

Gets a value indicating whether this file is accessible (for reading)
public static IsLocked ( this self ) : bool
self this
리턴 bool