Is it possible to access an object\'s private variables using an extension method?
No, unless you give some kind of access to them through public properties or a proxy pattern.