-
Notifications
You must be signed in to change notification settings - Fork 5.3k
UnmanagedCallersOnlyAttribute in load_assembly_and_get_function_pointer #35763
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
UnmanagedCallersOnlyAttribute in load_assembly_and_get_function_pointer #35763
Conversation
…d_get_function_pointer API.
|
Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar |
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
|
This will add another location to update in #33582 |
|
@vitek-karas I want to make sure we close the loop on your sentinel comment. Please let me know if a string sentinel rather than a pointer constant is something you feel strongly about. |
...oreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs
Outdated
Show resolved
Hide resolved
|
@jkotas or @vitek-karas Either of you have any additional comments? |
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
The mono android x86 run is unrelated to this change. |
/cc @vitek-karas @swaroop-sridhar @elinor-fung