_MethodBase.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 值之一。

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。

成员 GetMethodImplementationFlags 返回 MethodImplAttributes 标志。

适用于