Is there a way to see if a method is overridable from its MethodInfo object? I was hoping that there was an IsOverridable property but no luck.

I am getting the MethodInfo from an object via:
object.gettype.getmethods