G
Guest
Is there any way to get the memory size for an instance of an object, like in
bytes or something like that. I have an UNDO feature on one of my
applications and I'd like to be able to display a warning when the UNDO que
got to a certain size. I can't use UndoQue.Count since the objects in the
que can vary from strings to DataTable Rows to other large objects.
bytes or something like that. I have an UNDO feature on one of my
applications and I'd like to be able to display a warning when the UNDO que
got to a certain size. I can't use UndoQue.Count since the objects in the
que can vary from strings to DataTable Rows to other large objects.