IClrStrongNameStrongNameGetBlobFromImage Method

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult StrongNameGetBlobFromImage(
	IntPtr base,
	int length,
	byte[] blob,
	out int refBlob
)

Parameters

base  IntPtr

[Missing <param name="base"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlobFromImage(System.IntPtr,System.Int32,System.Byte[],System.Int32@)"]

length  Int32

[Missing <param name="length"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlobFromImage(System.IntPtr,System.Int32,System.Byte[],System.Int32@)"]

blob  Byte

[Missing <param name="blob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlobFromImage(System.IntPtr,System.Int32,System.Byte[],System.Int32@)"]

refBlob  Int32

[Missing <param name="refBlob"/> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlobFromImage(System.IntPtr,System.Int32,System.Byte[],System.Int32@)"]

Return Value

HResult

[Missing <returns> documentation for "M:DevCase.Win32.Interfaces.IClrStrongName.StrongNameGetBlobFromImage(System.IntPtr,System.Int32,System.Byte[],System.Int32@)"]

See Also