[PreserveSigAttribute]
HResult StrongNameHashSize(
int hashAlg,
ref int refSize
)
<PreserveSigAttribute>
Function StrongNameHashSize (
hashAlg As Integer,
ByRef refSize As Integer
) As HResult
Dim instance As IClrStrongName
Dim hashAlg As Integer
Dim refSize As Integer
Dim returnValue As HResult
returnValue = instance.StrongNameHashSize(hashAlg,
refSize)
[PreserveSigAttribute]
HResult StrongNameHashSize(
[InAttribute] int hashAlg,
int% refSize
)
[<PreserveSigAttribute>]
abstract StrongNameHashSize :
hashAlg : int *
refSize : int byref -> HResult
No code example is currently available or this language may not be supported.
[Missing <param name="hashAlg"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameHashSize(System.Int32,System.Int32@)"]
[Missing <param name="refSize"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameHashSize(System.Int32,System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameHashSize(System.Int32,System.Int32@)"]