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

属性值

CallingConvention

UnmanagedFunctionPointerAttribute(CallingConvention) 构造函数指定的调用约定的值。

适用于

另请参阅