pan-unit42 / dotnetfile

MIT License
97 stars 16 forks source link

Retrieve MemberRef with full Namespace #12

Open th3spis opened 10 months ago

th3spis commented 10 months ago
    Useful in order to differentiate among different functions with same names, for example:
    - System.Net.Sockets.Socket::Send
    - System.Windows.Forms.SendKeys::Send
    - System.Web.Mail.SmtpMail::Send

    Or different constructors such as:
    - System.IO.Pipes.AnonymousPipeClientStream::ctor
    - System.Security.Cryptography.SHA1Managed::ctor

    It is not very useful to have "ctor" many times in the array returned from get_memberref_names()