3

How can we replace MethodInfo.ReflectedType in .NET Core?

In .NET Core 1.1 MethodInfo.ReflectedType is still unavailable.
What is it alternative?

1

1 Answer 1

4

There is a neat site, APIsOf.Net, where you can find the full info about classes availabily in .Net world.

As it seems for now, the abstract property MemberInfo.ReflectedType will be available only in 2.0 version of .Net Standard, so be all of it's implementations.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for your answer, I looked at this site previously but really the question how to replace the code for .NET Core 1.1
And the answer is either wait for release or create a pull request to existing code

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.