Can I make an Extension method for all the subclasses of System.Object (everything)?
Example:
Public Function MyExtens
It seems like not supporting Extension methods on Object was a design decision in VB.
As a result, the only way we could prevent extension methods from completely breaking existing late bound code was to prevent them from being used on anything typed as object.
http://blogs.msdn.com/b/vbteam/archive/2007/01/24/extension-methods-and-late-binding-extension-methods-part-4.aspx