MethodBase.MethodImplementationFlags Proprietà

Definizione

Ottiene i MethodImplAttributes flag che specificano gli attributi di un'implementazione di un metodo.

public:
 abstract property System::Reflection::MethodImplAttributes MethodImplementationFlags { System::Reflection::MethodImplAttributes get(); };
public:
 virtual property System::Reflection::MethodImplAttributes MethodImplementationFlags { System::Reflection::MethodImplAttributes get(); };
public abstract System.Reflection.MethodImplAttributes MethodImplementationFlags { get; }
public virtual System.Reflection.MethodImplAttributes MethodImplementationFlags { get; }
member this.MethodImplementationFlags : System.Reflection.MethodImplAttributes
Public MustOverride ReadOnly Property MethodImplementationFlags As MethodImplAttributes
Public Overridable ReadOnly Property MethodImplementationFlags As MethodImplAttributes

Valore della proprietà

Flag di implementazione del metodo.

Commenti

Per altre informazioni, vedere il GetMethodImplementationFlags metodo .

Si applica a