Table of Contents

Method IsBaseMethodCall

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

IsBaseMethodCall(MethodBody, MethodReference?)

Determine if the method call is a base method call.
public static bool IsBaseMethodCall(this MethodBody body, MethodReference? called)

Parameters

body MethodBody
The caller method body.
called MethodReference
The called method.

Returns

bool
True if the called method is a base method of the caller method, false otherwise.