November 2008 - Posts

0
Comments

Reflection Tips on Nested Classes: Use (+) plus instead of (.) dot with Assembly.GetType by shahed

Lets say we want to use reflection to generate a mock test case for this following Nested Class ClientAddress . When we load an assembly from a disk dynamically, we can use GetType to look up a type defined in the assembly. Example: Assembly assembly...
Powered by Community Server (Commercial Edition), by Telligent Systems