[PreserveSigAttribute]
HResult StrongNameGetBlob(
string filePath,
byte[] blob,
out int refBlob
)
<PreserveSigAttribute>
Function StrongNameGetBlob (
filePath As String,
<OutAttribute> blob As Byte(),
<OutAttribute> ByRef refBlob As Integer
) As HResult
Dim instance As IClrStrongName
Dim filePath As String
Dim blob As Byte()
Dim refBlob As Integer
Dim returnValue As HResult
returnValue = instance.StrongNameGetBlob(filePath,
blob, refBlob)
[PreserveSigAttribute]
HResult StrongNameGetBlob(
[InAttribute] String^ filePath,
[OutAttribute] array<unsigned char>^ blob,
[InAttribute] [OutAttribute] int% refBlob
)
[<PreserveSigAttribute>]
abstract StrongNameGetBlob :
filePath : string *
blob : byte[] byref *
refBlob : 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.StrongNameGetBlob(System.String,System.Byte[],System.Int32@)"]
[Missing <param name="blob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlob(System.String,System.Byte[],System.Int32@)"]
[Missing <param name="refBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlob(System.String,System.Byte[],System.Int32@)"]
[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlob(System.String,System.Byte[],System.Int32@)"]