Compartilhar via


Propriedade _MethodBase.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.

Fornece acesso independente da versão para objetos COM à propriedade CallingConvention.

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

Sintaxe

CallingConventions CallingConvention { get; }
property CallingConventions CallingConvention {
    CallingConventions get();
}
abstract CallingConvention : CallingConventions with get
ReadOnly Property CallingConvention As CallingConventions

Valor da Propriedade

Type: System.Reflection.CallingConventions

Um dos valores de CallingConventions.

Comentários

Esta propriedade é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamada de código gerenciado.

O CallingConvention propriedade obtém um valor que indica as convenções de chamada para esse método.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _MethodBase
Namespace System.Runtime.InteropServices

Retornar ao início