नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets a binary representation of the assembly image at the specified memory address.
This function has been deprecated. Use the ICLRStrongName::StrongNameGetBlobFromImage method instead.
Syntax
BOOLEAN StrongNameGetBlobFromImage (
[in] BYTE *pbBase,
[in] DWORD dwLength,
[in] BYTE *pbBlob,
[in, out] DWORD *pcbBlob
);
Parameters
pbBase
[in] The memory address of the mapped assembly manifest.
dwLength
[in] The size, in bytes, of the image at pbBase.
pbBlob
[in] A buffer to contain the binary representation of the image.
pcbBlob
[in, out] The requested maximum size, in bytes, of pbBlob. Upon return, the actual size, in bytes, of pbBlob.
Return Value
true on successful completion; otherwise, false.
Remarks
If the StrongNameGetBlobFromImage function does not complete successfully, call the StrongNameErrorInfo function to retrieve the last generated error.
Requirements
Platforms: See System Requirements.
Header: StrongName.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0