isPinvokeImpl property

bool get isPinvokeImpl

Returns true if the method implementation is forwarded using PInvoke.

Implementation

bool get isPinvokeImpl =>
    _attributes & CorMethodAttr.mdPinvokeImpl == CorMethodAttr.mdPinvokeImpl;