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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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