Runtime Flow blog (Understanding a control flow in a running .NET application)

July 15, 2010

Class field values

Filed under: Uncategorized — Sergey Vlasov @ 5:22 am

The new version of Runtime Flow adds ability to show field values of objects in parameters and return values:

Field values of an object and a struct

Field values of an object and a struct


Currently only simple field types are displayed and only the fields defined by the class itself. Runtime Flow shows runtime object type – while the first parameter of the OnTextBoxGotFocus function is object, actual TextBox type is displayed.

Auto C# properties are implemented using <field_name>k__BackingField fields. Runtime Flow shows them as <field_name>:

C# auto properties

C# auto properties

Enums are displayed as the enum type and the value field:

Enum value

Enum value

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Shocking Blue Green. Blog at WordPress.com.