UnmanagedFunctionPointerAttribute.CallingConvention プロパティ

定義

呼び出し規約の値を取得します。

public:
 property System::Runtime::InteropServices::CallingConvention CallingConvention { System::Runtime::InteropServices::CallingConvention get(); };
public System.Runtime.InteropServices.CallingConvention CallingConvention { get; }
member this.CallingConvention : System.Runtime.InteropServices.CallingConvention
Public ReadOnly Property CallingConvention As CallingConvention

プロパティ値

UnmanagedFunctionPointerAttribute(CallingConvention) コンストラクターによって指定された呼び出し規約の値。

適用対象

こちらもご覧ください