Table of Contents

Method ForMethod

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

ForMethod(MethodBase)

public static MethodSignature ForMethod(MethodBase method)

Parameters

method MethodBase

Returns

MethodSignature

ForMethod(MethodBase, bool)

public static MethodSignature ForMethod(MethodBase method, bool ignoreThis)

Parameters

method MethodBase
ignoreThis bool

Returns

MethodSignature