Compartilhar via


Propriedade UnmanagedFunctionPointerAttribute.CallingConvention

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

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

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public CallingConvention CallingConvention { get; }
public:
property CallingConvention CallingConvention {
    CallingConvention get();
}
member CallingConvention : CallingConvention with get
Public ReadOnly Property CallingConvention As CallingConvention

Valor da Propriedade

Type: System.Runtime.InteropServices.CallingConvention

O valor de convenção de chamada especificado pelo UnmanagedFunctionPointerAttribute construtor.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 8.0
Windows Phone
Disponível desde 8.1

Confira Também

DllImportAttribute
CallingConvention
Classe UnmanagedFunctionPointerAttribute
Namespace System.Runtime.InteropServices

Retornar ao início