Skip to content

Is it possible to get System.Type from TypeDefinition? #849

Answered by jbevain
jcmrva asked this question in Q&A
Discussion options

You must be logged in to vote

System.Type is implemented at the runtime level. To get a proper type the runtime needs to load a proper assembly. If you can't load an assembly you can't get a System.Type for types in that assembly I'm afraid.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@m-carrasco
Comment options

@jcmrva
Comment options

@Zastai
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jcmrva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants