Table of Contents

Class MethodInfoExtensions

Namespace
LfrlAnvil.Extensions
Assembly
LfrlAnvil.Core.dll

Contains MethodInfo extension methods.

public static class MethodInfoExtensions
Inheritance
MethodInfoExtensions
Inherited Members

Methods

GetDebugString(MethodInfo, bool)

Creates a string representation of the provided method.

[Pure]
public static string GetDebugString(this MethodInfo method, bool includeDeclaringType = false)

Parameters

method MethodInfo

Source method info.

includeDeclaringType bool

When set to true, then DeclaringType will be included in the string. false by default.

Returns

string

String representation of the provided method.