July 2011 - Posts

2
Comments

Registering KnownType types at runtime using IsAssignableFrom() by nmarun

While doing some reflection, I hit this method IsAssignableFrom(). MSDN says: “Determines whether an instance of the current Type can be assigned from an instance of the specified Type.” With a boolean return type, it returns: “true if c and the current...
Filed under: , ,
More Posts