Edit

Share via


JSMethod.GetMethodImplementationFlags Method

Definition

Overloads

GetMethodImplementationFlags()

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

Returns information about the implementation of this method.

GetMethodImplementationFlags()

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.

See also

Applies to