Sdílet prostřednictvím


ICLRStrongName::StrongNameGetBlob Method

Updated: July 2010

Fills the specified buffer with the binary representation of the executable file at the specified address.

BOOLEAN StrongNameGetBlob (
    [in]  LPCWSTR    wszFilePath,
    [in]  BYTE       *pbBlob,
    [in, out] DWORD  *pcbBlob
);

Parameters

  • wszFilePath
    [in] A valid path to the executable file to be loaded.

  • pbBlob
    [in] The buffer into which to load the executable file.

  • pcbBlob
    [in, out] The requested maximum size, in bytes, of pbBlob. Upon return, the actual size, in bytes, of pbBlob.

Return Value

true if the method completed successfully; otherwise, false.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MetaHost.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 4

See Also

Reference

ICLRStrongName::StrongNameGetBlobFromImage Method

ICLRStrongName Interface

Change History

Date

History

Reason

July 2010

Added topic.

Information enhancement.