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