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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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