vb.net - Counting variables and functions of copy-paste source -


i need on counting variables , functions , print out names in vb.net. example, let's have source code other ours, , in our project have textbox , button. need paste third-party source code in textbox , when click button need have ouput 1 below:

num of variables: 10

num of functions: 5

names of variables: i,j,k....

names of functions: func1, func2...

i don't have idea ask, thing did searching online days , found nothing.

any appreciated. thanks.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -