Compartilhar via


Construtor 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.

Inicializa uma nova instância da classe UnmanagedFunctionPointerAttribute com convenção de chamada especificada.

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

Sintaxe

public UnmanagedFunctionPointerAttribute(
    CallingConvention callingConvention
)
public:
UnmanagedFunctionPointerAttribute(
    CallingConvention callingConvention
)
new : 
        callingConvention:CallingConvention -> UnmanagedFunctionPointerAttribute
Public Sub New (
    callingConvention As CallingConvention
)

Parâmetros

Comentários

Esse método Especifica a convenção de chamada para o representante em código não gerenciado e o uso mais comum dos UnmanagedFunctionPointerAttribute atributo. Você pode definir o callingConvention parâmetro para um dos valores a CallingConvention enumeração.

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