MethodBase.MethodImplementationFlags Proprietà

Definizione

Ottiene i flag MethodImplAttributes che specificano gli attributi di 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à

MethodImplAttributes

Flag di implementazione dei metodi.

Commenti

Per altre informazioni, vedere il metodo GetMethodImplementationFlags .

Si applica a