UnmanagedFunctionPointerAttribute.CallingConvention Propriedade

Definição

Obtém o valor da convenção de chamada.

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 da propriedade

O valor da convenção de chamada especificada pelo UnmanagedFunctionPointerAttribute(CallingConvention) construtor.

Aplica-se a

Confira também