TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohiuddin mohammed
NA
2
0
Searching in Solution Explorer
Nov 15 2010 4:08 PM
Hi All,
I have a requirement that primarily focusses on Searching Interfaces, Classes, Methods and properties on the Right Click of Solution Explorer.
ex: Sample Solution currently working/running in the VSIDE
MySolution
|_ Project1
|_ MyInterface.cs
|_MyClass1.cs
|_MyClass2.cs
|_ properties
|_ AssemblyInfo.cs
|_
Project2
|_Project2interface.cs
|_Project2Class1.cs
|_ Project2Class2.cs
|_ Project2Class3.cs
I need to get all this information at this point of time
MySolution
------------------------------------------------------
| Solution Explorer----->
Right Click
|
| BUILD |
| REBUILD |
| CLEAN |
| ADD .... |
| |
|
Get Project Details |
---------------------------------------------
When I Click (
Get Project Details
). I need to get all the interface/Classes/ methods/properties in Windows Form from currently running solution.
-----------------------------------------------------------------------------
| Sample information on Windows Forms |
| MyProject1(projectName).MyInterface(interfaceName) |
| MyProject1(projectname).MyClass1(className) |
| int Add(int a, int b) |
| int Sub(int a, int b) |
| MyProject1(projectname).MyClass2(className) |
| int mult(int a, int b) |
| int Divide(int a, int b) |
| |
| MyProject2(projectname).Project2interface(interfaceName) |
| string concat(string a, string b) |
| Myproject2(projectname).Project2Class1(className) |
| string append(string a, string b) |
| Myproject2(projectname).Project2Class2(className) |
| string copy(string a, string b) |
| Myproject2(projectname).Project2Class3(className) |
| string truncate(string a, string b) |
| |
----------------------------------------------------------------------------
Important Note: Should not read from the assembly(dll file) (can't use reflection)
Please let me know what should be my approach, appreciate your help.
Thanks,
MS
Reply
Answers (
1
)
Urgent How I can execute exe file from another computer
hi guys, plse plse help me to retieve image stored in sqldb field name is picture, my code is below, am student learning visuel studio.net