C# Class GSF.Reflection.MethodBaseExtensions

Defines extensions methods related to extension functions for MethodBase instances.
Mostra file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
GetFriendlyMethodName ( this method ) : string

Gets the friendly method name of the provided type, trimming generic parameters.

GetFriendlyMethodNameWithClass ( this method ) : string

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

Method Details

GetFriendlyMethodName() public static method

Gets the friendly method name of the provided type, trimming generic parameters.
public static GetFriendlyMethodName ( this method ) : string
method this Type to get friendly method name for.
return string

GetFriendlyMethodNameWithClass() public static method

Gets the friendly method name with class of the provided type, trimming generic parameters.
public static GetFriendlyMethodNameWithClass ( this method ) : string
method this Type to get friendly method name with class for.
return string