Skip to content

MethodInfoExtensions

Namespace: SideXP.Core

public static class MethodInfoExtensions

Obsolete forwarder kept for backward compatibility after MethodInfoExtensions was moved to the SideXP.Core.Reflection namespace. The methods here are intentionally not extension methods, so they never clash with the real ones when both namespaces are imported.

Methods

GetSignature(MethodInfo)

public static string GetSignature(MethodInfo functionInfo)

Gets the complete signature of the given function info.

Parameters

  • functionInfo: The informations about the function you want to get the signature.

Returns

Returns the complete signature of the function.