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。