_MethodBase.GetMethodImplementationFlags Metodo

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione al metodo GetMethodImplementationFlags().

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

Restituisce

Uno dei valori di MethodImplAttributes.

Commenti

Questo metodo è destinato all'accesso alle classi gestite dal codice non gestito e non deve essere chiamato dal codice gestito.

Il GetMethodImplementationFlags membro restituisce i MethodImplAttributes flag.

Si applica a