DynamicMethod.GetMethodImplementationFlags 메서드

정의

메서드에 대한 구현 플래그를 반환합니다.

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 값의 비트 조합입니다.

설명

현재 동적 메서드에 대한 메서드 구현 특성은 항상 ILNoInlining입니다.

적용 대상