ICLRStrongNameStrongNameGetBlobFromImage Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StrongNameGetBlobFromImage(
IntPtr pbBase,
int dwLength,
byte[] pbBlob,
out int pcbBlob
)
Sub StrongNameGetBlobFromImage (
pbBase As IntPtr,
dwLength As Integer,
<OutAttribute> pbBlob As Byte(),
<OutAttribute> ByRef pcbBlob As Integer
)
void StrongNameGetBlobFromImage(
[InAttribute] IntPtr pbBase,
[InAttribute] int dwLength,
[OutAttribute] array<unsigned char>^ pbBlob,
[InAttribute] [OutAttribute] int% pcbBlob
)
abstract StrongNameGetBlobFromImage :
pbBase : IntPtr *
dwLength : int *
pbBlob : byte[] byref *
pcbBlob : int byref -> unit
Parameters
- pbBase
- Type: SystemIntPtr
- dwLength
- Type: SystemInt32
- pbBlob
- Type: SystemByte
- pcbBlob
- Type: SystemInt32
See Also