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

설명

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

적용 대상