Compartilhar via


Método _MethodBase.GetMethodImplementationFlags ()

 

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 objetos COM com acesso independente de versão para o método GetMethodImplementationFlags.

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

Sintaxe

MethodImplAttributes GetMethodImplementationFlags()
MethodImplAttributes GetMethodImplementationFlags()
abstract GetMethodImplementationFlags : unit -> MethodImplAttributes
Function GetMethodImplementationFlags As MethodImplAttributes

Valor Retornado

Type: System.Reflection.MethodImplAttributes

Um dos valores de MethodImplAttributes.

Comentários

Esse método é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamado de código gerenciado.

O GetMethodImplementationFlags membro retorna o MethodImplAttributes sinalizadores.

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