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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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