IMetaDataEmit2::DefineMethodSpec Method
Creates a generic instance of a method, and gets a token to the definition.
HRESULT DefineMethodSpec (
[in] mdToken tkParent,
[in] PCCOR_SIGNATURE pvSigBlob,
[in] ULONG cbSigBlob,
[out] mdMethodSpec *pmi
);
Parameters
tkParent
[in] A token for the method of which to create the generic instance. The token must be of type mdMethodDef or mdMemberRef.pvSigBlob
[in] A pointer to the binary COM+ signature of the method.cbSibBlob
[in] The size, in bytes, of pvSigBlob.pmi
[out] A token to the metadata signature definition of the method.
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0