To search DLLs in another directory for
Type.GetType()
e.g. (From Modules/Controller/TCPLinky.dll
loaded using Assembly.LoadFrom
)
Type.GetType(“VixenModules.Output.TCPLinky.TCPLinkyData, TCPLinky”)
Add following to app.config:
Ref: https://blogs.msdn.microsoft.com/.../load-contexts-and-type-gettype/