Hi guys....
So, the title says it all, but as an example, imagine the my class implements methods that depend on particular hardware, or OS version...
I Test this conditions on the Initialize method, and I return a Boolean, and that works... but, If I test isInitialized, it returns True...
So.... Is it possible to return isInitialized as False or to "Un-Initialize" my class?
So, the title says it all, but as an example, imagine the my class implements methods that depend on particular hardware, or OS version...
I Test this conditions on the Initialize method, and I return a Boolean, and that works... but, If I test isInitialized, it returns True...
So.... Is it possible to return isInitialized as False or to "Un-Initialize" my class?