Skip to content

Conversation

@AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Sep 30, 2024

Convert RuntimeTypeHandle.AllocateComObject() to QCall.
Convert RuntimeFieldHandle.GetValue() to QCall.
Remove FCThrow from RuntimeFieldHandle.GetToken().
Convert RuntimeFieldHandle.SetValue() to QCall.
Convert RuntimeTypeHandle.IsInstanceOfType() to fast/slow paths.
Convert RuntimeHelpers.PrepareDelegate() to QCall.
Convert ReflectionInvocation.InvokeDispMethod() to QCall.
Convert RuntimeType.get_GUID to QCall.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@AaronRobinsonMSFT
Copy link
Member Author

I added a few more APIs that were straight forward to convert.

@AaronRobinsonMSFT AaronRobinsonMSFT marked this pull request as ready for review October 1, 2024 23:09
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@AaronRobinsonMSFT AaronRobinsonMSFT merged commit a38ab4c into dotnet:main Oct 3, 2024
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the hmf_remove_01 branch October 3, 2024 03:54
sirntar pushed a commit to sirntar/runtime that referenced this pull request Oct 3, 2024
…8415)

Convert RuntimeTypeHandle.AllocateComObject() to QCall.
Convert RuntimeFieldHandle.GetValue() to QCall.
Remove FCThrow from RuntimeFieldHandle.GetToken().
Convert RuntimeFieldHandle.SetValue() to QCall.
Convert RuntimeTypeHandle.IsInstanceOfType() to fast/slow paths.
Convert RuntimeHelpers.PrepareDelegate() to QCall.
Convert ReflectionInvocation.InvokeDispMethod() to QCall.
Convert RuntimeType.get_GUID to QCall.
lambdageek pushed a commit to lambdageek/runtime that referenced this pull request Oct 3, 2024
…8415)

Convert RuntimeTypeHandle.AllocateComObject() to QCall.
Convert RuntimeFieldHandle.GetValue() to QCall.
Remove FCThrow from RuntimeFieldHandle.GetToken().
Convert RuntimeFieldHandle.SetValue() to QCall.
Convert RuntimeTypeHandle.IsInstanceOfType() to fast/slow paths.
Convert RuntimeHelpers.PrepareDelegate() to QCall.
Convert ReflectionInvocation.InvokeDispMethod() to QCall.
Convert RuntimeType.get_GUID to QCall.
@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants