Guest User

Untitled

a guest
Jun 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Assembly assem = typeof(Program).Assembly;
  2.  
  3. string typeString = "TestApp.MyType";
  4.  
  5. Type myType = assem.GetType(typeString);
Add Comment
Please, Sign In to add comment