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