UnmanagedFunctionPointerAttribute.CallingConvention Propiedad

Definición

Obtiene el valor de la convención de llamada.

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

Valor de propiedad

El valor de la convención de llamada especificado por el constructor UnmanagedFunctionPointerAttribute(CallingConvention).

Se aplica a

Consulte también