MethodBaseExtensions Class

Defines extensions methods related to extension functions for MethodBase instances.

Definition

Namespace: Gemstone.Reflection.MethodBaseExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
public static class MethodBaseExtensions
Inheritance
Object    MethodBaseExtensions

Methods

GetFriendlyMethodName Gets the friendly method name of the provided type, trimming generic parameters.
GetFriendlyMethodNameWithClass Gets the friendly method name with class of the provided type, trimming generic parameters.

See Also