T
T
Timofey2020-07-13 16:36:22
C++ / C#
Timofey, 2020-07-13 16:36:22

How to implement a call to an abstract class method without inheritance with reflection?

How to implement a call to an abstract class method without inheritance, but with reflection, they gave a hint to use ConstructorInfo.Invoke, but something did not give any results ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2020-07-13
@timofeygusevopal

You cannot instantiate an abstract class. Even through reflection

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question