DynamicMethod.GetMethodImplementationFlags 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为此方法返回实现标志。
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
返回
表示此方法的实现标志的 MethodImplAttributes 值的按位组合。
注解
目前,动态方法的方法实现属性始终 IL 为 和 NoInlining。