IMetaDataImport::GetNativeCallConvFromSig Method
Gets the native calling convention for the method that is represented by the specified signature pointer.
Syntax
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 System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.