UnmanagedFunctionPointerAttribute(CallingConvention) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
呼び出し規約を指定して、UnmanagedFunctionPointerAttribute クラスの新しいインスタンスを初期化します。
public:
UnmanagedFunctionPointerAttribute(System::Runtime::InteropServices::CallingConvention callingConvention);
public UnmanagedFunctionPointerAttribute (System.Runtime.InteropServices.CallingConvention callingConvention);
new System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute : System.Runtime.InteropServices.CallingConvention -> System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute
Public Sub New (callingConvention As CallingConvention)
パラメーター
- callingConvention
- CallingConvention
指定した呼び出し規約。
注釈
このメソッドは、アンマネージ コード内のデリゲートの呼び出し規則を指定し、 属性の UnmanagedFunctionPointerAttribute 最も一般的な使用方法です。 パラメーターは、 callingConvention
列挙の値 CallingConvention のいずれかに設定できます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET