JSMethod.GetMethodImplementationFlags Method

Definition

Returns information about the implementation of this method.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Returns

Managed and IL.

Applies to

See also