Values of primitive types
Values of primitive types (System.Int32, System.Boolean, System.Double etc.)
are available in memory snapshots.
Values of strings (i.e. instances of System.String)
help locating (identifying) a particular object among other objects of the same class.
The profiler can search for strings, char arrays or byte arrays, even with regular expressions
(Memory | Strings by Pattern... (Ctrl+F) action).
Values of primitive fields and arrays of primitive types are shown in object explorers:
Also, a text representation in specified encoding can be seen for byte arrays
(Byte[] and SByte[]) in Quick Info.
