Table of Contents

Class MethodSignature

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll
public sealed class MethodSignature : IDebugFormattable
Inheritance
MethodSignature
Implements

Constructors

MethodSignature(MethodBase)
MethodSignature(MethodBase, bool)
MethodSignature(Type, IEnumerable<Type>)
MethodSignature(Type, Type[])

Properties

FirstParameter
ParameterCount
Parameters
ReturnType

Methods

CreateDmd(string)
Equals(MethodSignature?)
Indicates whether the current object is equal to another object of the same type.
Equals(object?)
Determines whether the specified object is equal to the current object.
ForMethod(MethodBase)
ForMethod(MethodBase, bool)
GetHashCode()
Serves as the default hash function.
IsCompatibleWith(MethodSignature)
ToString()
Returns a string that represents the current object.