UnmanagedFunctionPointerAttribute(CallingConvention) 建構函式

定義

以指定的呼叫慣例初始化該 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 其中一個值。

適用於

另請參閱