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
MethodInfoSource method info.
includeDeclaringType
boolWhen set to true, then DeclaringType will be included in the string. false by default.
Returns
- string
String representation of the provided
method
.