Method IsCallvirt
IsCallvirt(MethodReference)
Determine if the given method can be preferably called using callvirt.
public static bool IsCallvirt(this MethodReference method)
Parameters
method
MethodReference- The called method.
Returns
- bool
- True if the called method can be called using callvirt, false otherwise.