Convert Method (MethodInfo)

Glimpse API

MethodInfoConverter Convert Method (MethodInfo) Glimpse API Documentation
Converts the specified method info.

Namespace: Glimpse.Core.SerializationConverter
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override Object Convert(
	MethodInfo methodInfo
)
public override Object Convert(
	MethodInfo methodInfo
)

Parameters

methodInfo
Type: OnlineSystem.Reflection MethodInfo
The method info.

Return Value

The method name, without namespace identifiers, with trailing parenthesis.
See Also