C# 클래스 RevitLookup.Snoop.Forms.GenericPropGrid

This Form makes use of the built-in abilities of Reflection and the PropertyGrid class to automatically list out the data of an object. Because we don't have much control, it will get output in the order that it chooses (or alphabetical) and most of the items will appear as Greyed-out, read-only items. But, we don't have to go write a SnoopCollector for every item in the .NET system.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jeremytammik/RevitLookup 1 사용 예제들

공개 메소드들

메소드 설명
GenericPropGrid ( object obj ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

OnMenuContextPopup ( object sender, System e ) : void

disable any menu options if there is no current item selected in the PropGrid

OnShowClassInfo ( object sender, System e ) : void

User chose "Show Class Info..." from the context menu. Allow them to browse using Reflection for the class of the sub-object selected.

OnShowObjInfo ( object sender, System e ) : void

User chose "Show Object Info..." from the context menu. Allow them to browse using Reflection for the sub-object selected.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GenericPropGrid() 공개 메소드

public GenericPropGrid ( object obj ) : System
obj object
리턴 System