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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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