Farek Posted July 5, 2004 Posted July 5, 2004 Hiya all, Is there any tool in .NET that acts like the Object Viewer like in VS 6 when you press F2. Basically what it does is that it lists all the Objects that is available to the project and you're able to see its properties/Sub/functions. I've included a DLL file and I wish to find out what methods it has available for me, but cant find the tool to view them. Hope there is such a tool, Farek Quote
Administrators PlausiblyDamp Posted July 5, 2004 Administrators Posted July 5, 2004 View Menu -> Object Browser is the nearest thing to the VB6 version. Also have a look at http://www.xtremedotnettalk.com/showthread.php?t=77697 for a sample on how you colud do this yourself. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Farek Posted July 5, 2004 Author Posted July 5, 2004 View Menu -> Object Browser is the nearest thing to the VB6 version. It doesnt show the DLL at all. It only shows the Project own methods. Quote
Administrators PlausiblyDamp Posted July 5, 2004 Administrators Posted July 5, 2004 If you have a reference to the DLL then it should show the contents of the dll as well if not there should be a button labelled 'customize...' - you can add in external DLLs from there as well. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Arch4ngel Posted July 5, 2004 Posted July 5, 2004 It shows all methods referenced in your project. Not referenced ? Not showed ! Otherwise... if you want to see which method are inside a dll (which ever it is...) You might want to look at Dependency Walker. Have fun ! Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.