ICLRStrongName::StrongNameFreeBuffer Method
Updated: July 2010
Frees memory that was allocated with a previous call to a strong name method such as ICLRStrongName::StrongNameGetPublicKey, ICLRStrongName::StrongNameTokenFromPublicKey, or ICLRStrongName::StrongNameSignatureGeneration.
VOID StrongNameFreeBuffer (
[in] BYTE *pbMemory
);
Parameters
- pbMemory
[in] A pointer to the memory to free.
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
Change History
Date |
History |
Reason |
---|---|---|
July 2010 |
Added topic. |
Information enhancement. |