ICLRStrongNameStrongNameGetBlobFromImage Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxvoid 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 IntPtr
-
- dwLength Int32
-
- pbBlob Byte
-
- pcbBlob Int32
-
See Also