ICLRStrongName::StrongNameFreeBuffer Method
Frees memory that was allocated with a previous call to a strong name method such as ICLRStrongName::StrongNameGetPublicKey, ICLRStrongName::StrongNameTokenFromPublicKey, or ICLRStrongName::StrongNameSignatureGeneration.
Syntax
HRESULT StrongNameFreeBuffer (
[in] BYTE *pbMemory
);
Parameters
pbMemory
[in] A pointer to the memory to free.
Return Value
S_OK
if the method completed successfully; otherwise, an HRESULT value that indicates failure (see Common HRESULT Values for a list).
Requirements
Platforms: See System Requirements.
Header: MetaHost.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 4
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา