Question memory usage of a function

pilopilo

New member
Joined
Apr 2, 2009
Messages
3
Programming Experience
Beginner
i have a function that encrypt images and i want to know how much memory is this function using.
i guess i should subtract the memory usage after function execution from memory usage before function execution.
How could this be done in vb.net 2005?

Thx for reading
 
Back
Top