Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0