-
I'm using Cecil to implement a programming language running on the CLR, I'm trying to import a type reference from just its name such as
|
Beta Was this translation helpful? Give feedback.
Answered by
jbevain
Sep 30, 2022
Replies: 1 comment 1 reply
-
Hi, There's not much Cecil can do for you here. That's going to be on your compiler to go ahead and try to find types. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rikashore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, There's not much Cecil can do for you here. That's going to be on your compiler to go ahead and try to find types.