Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Dependancy between methods of a class

Dependancy between methods of a class

Scheduled Pinned Locked Moved C#
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KKrista
    wrote on last edited by
    #1

    Hi All, Can anyone suggest me a tool that will display the dependancy between methods of a class. That is, which method calls which other method of the class.

    Thanks in advance, Murali

    C E 2 Replies Last reply
    0
    • K KKrista

      Hi All, Can anyone suggest me a tool that will display the dependancy between methods of a class. That is, which method calls which other method of the class.

      Thanks in advance, Murali

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Isn't there something on the standard right click menu which does that, for the method selected ?

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      K 1 Reply Last reply
      0
      • K KKrista

        Hi All, Can anyone suggest me a tool that will display the dependancy between methods of a class. That is, which method calls which other method of the class.

        Thanks in advance, Murali

        E Offline
        E Offline
        Expert Coming
        wrote on last edited by
        #3

        I think Visual Studio has something called an Outline that will show all that. Not sure, I am almost sure there is something built into Visual Studio though.

        The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

        B 1 Reply Last reply
        0
        • C Christian Graus

          Isn't there something on the standard right click menu which does that, for the method selected ?

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          K Offline
          K Offline
          KKrista
          wrote on last edited by
          #4

          Hi Chris, U r right.. We can view the references of the methods on right click of them. However I am in need of a tool that will take a class as input and give me the interdependancy of methods as the output. Could u please suggest me on that?

          Thanks in advance, Murali

          E 1 Reply Last reply
          0
          • K KKrista

            Hi Chris, U r right.. We can view the references of the methods on right click of them. However I am in need of a tool that will take a class as input and give me the interdependancy of methods as the output. Could u please suggest me on that?

            Thanks in advance, Murali

            E Offline
            E Offline
            Expert Coming
            wrote on last edited by
            #5

            How about you write a program that does it?

            The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

            1 Reply Last reply
            0
            • E Expert Coming

              I think Visual Studio has something called an Outline that will show all that. Not sure, I am almost sure there is something built into Visual Studio though.

              The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

              B Offline
              B Offline
              blackjack2150
              wrote on last edited by
              #6

              It's the "Find all references" thing.

              E 1 Reply Last reply
              0
              • B blackjack2150

                It's the "Find all references" thing.

                E Offline
                E Offline
                Expert Coming
                wrote on last edited by
                #7

                Yes, that is one way to do it. I remember something that allowed you to see all the things you referenced, and then where all you did so.

                The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups