Skip to content

MethodInfoExtensions

Namespace: SideXP.Core.Reflection

public static class MethodInfoExtensions

Extension functions for MethodInfo values.

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.