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