Calling Method Name

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nikolay Petrov

    #1

    Calling Method Name

    How can I get the name of method, which calls the current method?

    tnx

  • Herfried K. Wagner [MVP]

    #2
    Re: Calling Method Name

    "Nikolay Petrov" <johntup2@mail. bg> schrieb:[color=blue]
    > How can I get the name of method, which calls the current method?[/color]

    Take a look at the 'StackTrace' class.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Nikolay Petrov

      #3
      Re: Calling Method Name

      Thanks Herfried. I've found all I need.

      Comment

      Working...