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. Quickly need a listing of classes/methods/signatures - how?

Quickly need a listing of classes/methods/signatures - how?

Scheduled Pinned Locked Moved C#
csharpdatabasequestion
4 Posts 3 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.
  • S Offline
    S Offline
    sherifffruitfly
    wrote on last edited by
    #1

    Hi, I'm converting all of the database code in my app, and want to go through every class and every method to ensure that I haven't missed anything. What's a quick way to get a listing of all of my classes/methods? (I code in VS2003/.net1.1) Thanks, cdj

    N C 2 Replies Last reply
    0
    • S sherifffruitfly

      Hi, I'm converting all of the database code in my app, and want to go through every class and every method to ensure that I haven't missed anything. What's a quick way to get a listing of all of my classes/methods? (I code in VS2003/.net1.1) Thanks, cdj

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Have you tried viewing your class in the Object Browser? It won't give details but will list methods. What are you looking for?


      only two letters away from being an asset

      S 1 Reply Last reply
      0
      • S sherifffruitfly

        Hi, I'm converting all of the database code in my app, and want to go through every class and every method to ensure that I haven't missed anything. What's a quick way to get a listing of all of my classes/methods? (I code in VS2003/.net1.1) Thanks, cdj

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

        Miss anything, in what way ? I often would comment out a member variable and compile, if I want to see all the places it is used. If you want to generate a list, you'd need to write some reflection code, or look for a tool that uses reflection and generates such a list.

        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 )

        1 Reply Last reply
        0
        • N Not Active

          Have you tried viewing your class in the Object Browser? It won't give details but will list methods. What are you looking for?


          only two letters away from being an asset

          S Offline
          S Offline
          sherifffruitfly
          wrote on last edited by
          #4

          If I can print out the listing, that'll work fine - thanks!

          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