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