MethodBase.MethodImplementationFlags Właściwość

Definicja

MethodImplAttributes Pobiera flagi określające atrybuty implementacji metody.

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

Wartość właściwości

MethodImplAttributes

Flagi implementacji metody.

Uwagi

Aby uzyskać więcej informacji, zobacz metodę GetMethodImplementationFlags .

Dotyczy