C# Класс 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!
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
ObjViewer ( ) : System
ReadNode ( object obj, string title, string subtitle ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ObjViewer() публичный Метод

public ObjViewer ( ) : System
Результат System

ReadNode() публичный Метод

public ReadNode ( object obj, string title, string subtitle ) : void
obj object
title string
subtitle string
Результат void