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.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
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