_MethodBase.GetMethodImplementationFlags 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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 标志。