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
파일 보기 프로젝트 열기: swax/CodePerspective

공개 메소드들

메소드 설명
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