G
gonzalez
I have code I need to share between the regular framework and the .Net CF,
and I'm wondering what the reason is for .Net CF Component class not
implementing IDisposable? Currently my code relies on IDisposable, and I
have to convert the code to call Dispose() on the class instead. This
breaks IDisposable interface polimorphism, and the using() construct as
well. Is there something I need to be aware of on resource management for
the Compact Framework?
Note:
Just looking for a logical explanation to all the code rewriting I have to
do, not to mention the loss of interface based polimorphism and broken using
statement.
Thanks in Advance,
--Ader.
and I'm wondering what the reason is for .Net CF Component class not
implementing IDisposable? Currently my code relies on IDisposable, and I
have to convert the code to call Dispose() on the class instead. This
breaks IDisposable interface polimorphism, and the using() construct as
well. Is there something I need to be aware of on resource management for
the Compact Framework?
Note:
Just looking for a logical explanation to all the code rewriting I have to
do, not to mention the loss of interface based polimorphism and broken using
statement.
Thanks in Advance,
--Ader.