Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
[in] mi
A MethodSpec token that represents the instantiation of the method.
[out] tkParent
A pointer to the MethodDef or MethodRef token that represents the method definition.
[out] ppvSigBlob
A pointer to the binary metadata signature of the method.
[out] pcbSigBlob
The size, in bytes, of ppvSigBlob.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rometadataapi.h |