C# Class Asmex.ObjViewer.ObjViewer

This is a simple yet incredibly useful control that, given an instance of any type, displays its properties. If the type is one we control, we can use ObjViewerAttribute to control which props are displayed and how. Simple yet brilliant -- it's tha perfect crime!
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: swax/CodePerspective

Public Methods

Method Description
ObjViewer ( ) : System
ReadNode ( object obj, string title, string subtitle ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddProp ( string k, string v ) : void
Clear ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ShowObjectProps ( object o ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ObjViewer() public method

public ObjViewer ( ) : System
return System

ReadNode() public method

public ReadNode ( object obj, string title, string subtitle ) : void
obj object
title string
subtitle string
return void