DynamicMethod.GetMethodImplementationFlags Metoda

Definice

Vrátí příznaky implementace pro metodu.

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

Návraty

Bitové kombinace MethodImplAttributes hodnot představujících příznaky implementace pro metodu.

Poznámky

V současné době jsou atributy implementace metody pro dynamické metody always IL a NoInlining.

Platí pro