Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve MemberRef with full Namespace #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

th3spis
Copy link

@th3spis th3spis commented Nov 15, 2023

    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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant