_MethodInfo.GetMethodImplementationFlags 方法

定義

為 COM 物件提供與版本無關的 GetMethodImplementationFlags() 方法之存取權。

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

傳回

MethodImplAttributes

其中一個 MethodImplAttributes 值。

備註

這個方法是用來從非受控碼存取 managed 類別,不應該從 managed 程式碼呼叫。

成員會傳回 GetMethodImplementationFlags MethodImplAttributes 旗標。

適用於