IMetaDataImport::GetSigFromToken Method
Gets the binary metadata signature associated with the specified token.
Syntax
HRESULT GetSigFromToken (
[in] mdSignature mdSig,
[out] PCCOR_SIGNATURE *ppvSig,
[out] ULONG *pcbSig
);
Parameters
mdSig
[in] The token to return the binary metadata signature for.
ppvSig
[out] A pointer to the returned metadata signature.
pcbSig
[out] The size in bytes of the binary metadata signature.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.