-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update documentation on RuntimeMethodHandle.GetFunctionPointer #8061
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
Conversation
Update the documentation on `RuntimeMethodHandle.GetFunctionPointer` now that we have function pointers in C# based on the discussion in dotnet/runtime#65853.
/cc @gewarren |
Docs Build status updates of commit 4dab6b0:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System/RuntimeMethodHandle.xml | View | Details |
xml/System/RuntimeMethodHandle.xml
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
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.
I broke it out into two paragraphs - but also fine as-is if you don't like the suggestion.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Docs Build status updates of commit 2aaec14:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System/RuntimeMethodHandle.xml | View | Details |
xml/System/RuntimeMethodHandle.xml
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
Docs Build status updates of commit 0ee4430:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System/RuntimeMethodHandle.xml | View | Details |
xml/System/RuntimeMethodHandle.xml
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
- Line 0, Column 0: [Warning: xref-not-found]
Cross reference not found: 'System.Runtime.InteropServices.UnmanagedCallersOnlyAttribute*'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
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.
Fixed the xrefs.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Docs Build status updates of commit 663d97e: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Update the documentation on
RuntimeMethodHandle.GetFunctionPointer
now that we have function pointers in C# based on the discussion in dotnet/runtime#65853.