IMetaDataImport2::GetMethodSpecProps Method
Gets the metadata signature of the method referenced by the specified MethodSpec token.
Syntax
HRESULT GetMethodSpecProps (
[in] mdMethodSpec mi,
[out] mdToken *tkParent,
[out] PCCOR_SIGNATURE *ppvSigBlob,
[out] ULONG *pcbSigBlob
);
Parameters
mi
[in] A MethodSpec token that represents the instantiation of the method.
tkParent
[out] A pointer to the MethodDef or MethodRef token that represents the method definition.
ppvSigBlob
[out] A pointer to the binary metadata signature of the method.
pcbSigBlob
[out] The size, in bytes, of ppvSigBlob
.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.