Table of Contents

Method GetThisParamType

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetThisParamType(MethodBase)

Get a type which matches what the method should receive via ldarg.0
public static Type GetThisParamType(this MethodBase method)

Parameters

method MethodBase
The method to obtain the "this" parameter type from.

Returns

Type
The "this" parameter type.