共用方式為


jitintrinsic

將函式標記為 64 位元 Common Language Runtime 的必要項。 這種方式會在 Microsoft 所提供程式庫中的某些函式上使用。

語法

__declspec(jitintrinsic)

備註

jitintrinsic 將 MODOPT (IsJitIntrinsic) 新增至函式簽章。

不建議使用者使用這個 __declspec 修飾詞,因為可能發生非預期的結果。

另請參閱

__declspec
關鍵字