Return the current executing Method in the stack trace.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetCurrentMethodName As String
C#
public static string GetCurrentMethodName()

Return Value

See Also