[PreserveSigAttribute]
HResult GetHashFromFile(
string filePath,
out int refHashAlg,
byte[] pbHash,
int cchHash,
ref int refHash
)
<PreserveSigAttribute>
Function GetHashFromFile (
filePath As String,
<OutAttribute> ByRef refHashAlg As Integer,
<OutAttribute> pbHash As Byte(),
cchHash As Integer,
ByRef refHash As Integer
) As HResult
Dim instance As IClrStrongName
Dim filePath As String
Dim refHashAlg As Integer
Dim pbHash As Byte()
Dim cchHash As Integer
Dim refHash As Integer
Dim returnValue As HResult
returnValue = instance.GetHashFromFile(filePath,
refHashAlg, pbHash, cchHash, refHash)
[PreserveSigAttribute]
HResult GetHashFromFile(
[InAttribute] String^ filePath,
[InAttribute] [OutAttribute] int% refHashAlg,
[OutAttribute] array<unsigned char>^ pbHash,
[InAttribute] int cchHash,
int% refHash
)
[<PreserveSigAttribute>]
abstract GetHashFromFile :
filePath : string *
refHashAlg : int byref *
pbHash : byte[] byref *
cchHash : int *
refHash : int byref -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="filePath"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="refHashAlg"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="pbHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="cchHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <param name="refHash"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.GetHashFromFile(System.String,System.Int32@,System.Byte[],System.Int32,System.Int32@)"]