Udostępnij za pośrednictwem


DynamicMethod.GetMethodImplementationFlags Metoda

Definicja

Zwraca flagi implementacji dla metody .

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

Zwraca

Bitowa kombinacja MethodImplAttributes wartości reprezentujących flagi implementacji dla metody .

Uwagi

Obecnie atrybuty implementacji metody dla metod dynamicznych są zawsze IL i NoInlining.

Dotyczy