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

指定的呼叫慣例。

備註

這個方法會指定 Unmanaged 程式代碼中委派的 UnmanagedFunctionPointerAttribute 呼叫慣例,而且是屬性最常見的用法。 您可以將 參數設定 callingConvention 為 列舉中的 CallingConvention 其中一個值。

適用於

另請參閱