Extend ClrMD API and allow to access the following data. For `ClrType`: - `MethodTable` address; - `EEClass` address. Ensure that `EEClass` data is correct for generics (which could share the same MT, AFAIK). For the `ClrMethod`: - `MethodDesc` address.