DynamicMethod.GetMethodImplementationFlags Yöntem

Tanım

yöntemi için uygulama bayraklarını döndürür.

public:
 override System::Reflection::MethodImplAttributes GetMethodImplementationFlags();
public override System.Reflection.MethodImplAttributes GetMethodImplementationFlags ();
override this.GetMethodImplementationFlags : unit -> System.Reflection.MethodImplAttributes
Public Overrides Function GetMethodImplementationFlags () As MethodImplAttributes

Döndürülenler

MethodImplAttributes

yöntemi için MethodImplAttributes uygulama bayraklarını temsil eden değerlerin bit düzeyinde birleşimi.

Açıklamalar

Şu anda dinamik yöntemler için yöntem uygulama öznitelikleri her zaman IL ve NoInliningşeklindedir.

Şunlara uygulanır