Guest User

Untitled

a guest
Feb 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var assembly = Assembly.LoadFrom("SomeAssembly.dll");
  2.  
  3. var type = assembly.GetType("SomeNamespace.ISomeInterface");
Add Comment
Please, Sign In to add comment