ICLRStrongNameGetHashFromFileW Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid GetHashFromFileW(
string pwzFilePath,
out int piHashAlg,
byte[] pbHash,
int cchHash,
out int pchHash
)
Sub GetHashFromFileW (
pwzFilePath As String,
<OutAttribute> ByRef piHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
<OutAttribute> ByRef pchHash As Integer
)
void GetHashFromFileW(
[InAttribute] String^ pwzFilePath,
[InAttribute] [OutAttribute] int% piHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
[OutAttribute] int% pchHash
)
abstract GetHashFromFileW :
pwzFilePath : string *
piHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
pchHash : int byref -> unit
Parameters
- pwzFilePath String
-
- piHashAlg Int32
-
- pbHash Byte
-
- cchHash Int32
-
- pchHash Int32
-
See Also