_ConstructorInfo.GetMethodImplementationFlags Metodo

Definizione

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

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

Restituisce

Flag 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