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 其中一個值。