DynamicMethod.GetMethodImplementationFlags Método

Definição

Retorna os sinalizadores de implementação para o método.Returns the implementation flags for the method.

public:
 override System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
override this.GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Overrides Function GetMethodImplementationFlags () As MethodImplAttributes

Retornos

MethodImplAttributes

Uma combinação bit a bit de valores MethodImplAttributes que representam os sinalizadores de implementação para o método.A bitwise combination of MethodImplAttributes values representing the implementation flags for the method.

Comentários

Atualmente, os atributos de implementação de método para métodos dinâmicos são Always IL e NoInlining .Currently, method implementation attributes for dynamic methods are always IL and NoInlining.

Aplica-se a