_MethodBase.GetMethodImplementationFlags Methode

Definitie

Biedt COM-objecten met versie-onafhankelijke toegang tot de GetMethodImplementationFlags() methode.

public:
 System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public System.Reflection.MethodImplAttributes GetMethodImplementationFlags();
abstract member GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Function GetMethodImplementationFlags () As MethodImplAttributes

Retouren

Een van de MethodImplAttributes waarden.

Opmerkingen

Deze methode is bedoeld voor toegang tot beheerde klassen vanuit niet-beheerde code en mag niet worden aangeroepen vanuit beheerde code.

Het GetMethodImplementationFlags lid retourneert de MethodImplAttributes vlaggen.

Van toepassing op