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) 建構函式 (Constructor) 指定。

適用於

另請參閱