IMetaDataImport::GetNativeCallConvFromSig Method
Gets the native calling convention for the method that is represented by the specified signature pointer.
HRESULT GetNativeCallConvFromSig (
[in] void const *pvSig,
[in] ULONG cbSig,
[out] ULONG *pCallConv
);
Parameters
pvSig
[in] A pointer to the metadata signature of the method to return the calling convention for.cbSig
[in] The size in bytes of pvSig.pCallConv
[out] A pointer to the native calling convention.
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included 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, 1.1, 1.0