FileGetHash Method (KernelTransaction, String, HashType, PathFormat) |
[AlphaFS] Calculates the hash/checksum for the given fileFullPath.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetHash(
KernelTransaction transaction,
string fileFullPath,
HashType hashType,
PathFormat pathFormat
)
Public Shared Function GetHash (
transaction As KernelTransaction,
fileFullPath As String,
hashType As HashType,
pathFormat As PathFormat
) As String
public:
static String^ GetHash(
KernelTransaction^ transaction,
String^ fileFullPath,
HashType hashType,
PathFormat pathFormat
)
static member GetHash :
transaction : KernelTransaction *
fileFullPath : string *
hashType : HashType *
pathFormat : PathFormat -> string
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - fileFullPath
- Type: SystemString
The name of the file. - hashType
- Type: Alphaleonis.Win32.SecurityHashType
One of the HashType values. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
StringThe hash.
See Also