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.181-beta
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