Table of Contents

Method GetPatchName

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetPatchName(MemberReference)

Get the "patch name" - the name of the target to patch - for the given member.
public static string GetPatchName(this MemberReference mr)

Parameters

mr MemberReference
The member to get the patch name for.

Returns

string
The patch name.