nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
210 stars 28 forks source link

Implement WMIMethod.ExecuteMethod<T> #4

Closed FaustoNascimento closed 5 years ago

FaustoNascimento commented 6 years ago

Rather than having ExecuteMethod return dynamic, change its implementation to WMIMethod.ExecuteMethod<T> to take advantage of generics.

nicoriff commented 6 years ago

Hi @FaustoNascimento. Great that you are using ORMi. I have this task on backlog just to add it. I will let you know when it´s done.

FaustoNascimento commented 6 years ago

@nicoriff, I really like the idea of this ORM, but I have a few ideas about how to improve it. Including a shift to CIM classes and deduplication of code

nicoriff commented 5 years ago

Sorry for the delay. Having too much work. I´ve just pushed a version supporting ExecuteMethod