Results 1 to 7 of 7

Thread: Method By Method Comparison

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Method By Method Comparison

    Hi guys,

    I've been given an assignment on comparing methods that were written in VB6 as our old application. Theses DLLs are purely VB6. And we also do have C#.Net methods (New version of the application) the same as VB6, same DLL filename.

    Now, I need to know if there is a built-in application or C#.NET Classes that could compare methods of vb6 versus C#.net.

    Say in myServices.DLL (VB6) has 10 methods and myServices.DLL(C#.NET) has 9 methods. I need to know on how to count/compare DLLs' methods.

    1. is there something like isMethod() ?
    2. How to know if abcd() is a method?




    Please guide me.

    Thank you.
    Last edited by rpc86; Jun 29th, 2009 at 03:06 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width