Answer the question
In order to leave comments, you need to log in
Why is memory jumping?
You need to create a custom element.
I create:
public class MyControl : Control
{
...
}
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
...
}
this.Invalidate();
this.Invalidate(region);
Answer the question
In order to leave comments, you need to log in
Visual Studio 2015, during startup, a window will appear on the right in which you can take snapshots of memory, and comparing them to find those objects of which there are more. Find out who creates them and why.
And now I'm generally at an impasse, the visual says what it says, but in the task manager during this time the pvmyat grows by 2.5 meters.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question