UnmanagedFunctionPointerAttribute.CallingConvention 属性
定义
获取调用约定的值。Gets the value of the calling convention.
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
属性值
UnmanagedFunctionPointerAttribute(CallingConvention) 构造函数指定的调用约定的值。The value of the calling convention specified by the UnmanagedFunctionPointerAttribute(CallingConvention) constructor.