MethodInfoConverter Convert Method (MethodInfo) | Glimpse API Documentation |
Converts the specified method info.
Namespace: Glimpse.Core.SerializationConverterAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- methodInfo
- Type: System.Reflection MethodInfo
The method info.
Return Value
The method name, without namespace identifiers, with trailing parenthesis.See Also