Click or drag to resize

MethodBaseExtensions Class

Defines extensions methods related to extension functions for MethodBase instances.
Inheritance Hierarchy
SystemObject
  GSF.ReflectionMethodBaseExtensions

Namespace: GSF.Reflection
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public static class MethodBaseExtensions
View Source

The MethodBaseExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFriendlyMethodName Gets the friendly method name of the provided type, trimming generic parameters.
Public Extension MethodGetFriendlyMethodNameWithClass Gets the friendly method name with class of the provided type, trimming generic parameters.
Top
See Also