13. Inspecting Static Members

  04. Features No Comments

Power Inspector can be used to inspect the static class members of any class.

To view the static members of a drawer target, open the expanded context menu for the drawer, and select the menu item Inspect X Static Members (with X replaced by the class name).

Alternatively you can search for an arbitrary class and lists its static members with the search box by using the prefix “c:”.

All Public Static Members Shown

When inspecting static class members, all public static fields, properties, methods and indexers will be shown.
You can also view the non-public static members of the class, by enabling Debug Mode+.