我必须调试一个大型程序,并且想知道是否有一种扫描运行中的.NET应用程序的内存占用的方法,以找到一个设置为特定值的字符串属性?
扫描正在运行的.NET应用程序以查找字符串值。
原标题:
问题回答
你可以使用Red Gate的Ants Profiler之类的工具。我已经使用过几次了,效果不错。但实际上任何内存分析工具都可以告诉你这一点。
你可以使用一些内存分析器来拍取内存快照。快照包括了在收集快照时的.NET实例分配情况和活动实例的数据。
使用Ants探查器,Jetbrains dotTrace探查器 http://www.jetbrains.com/profiler/ 或Memprofiler http://www.memprofiler.com/。
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding