C# 클래스 MapView.CustomPropertyGrid

상속: System.Windows.Forms.PropertyGrid
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
createHashMethod void
emitProperty void
initTypes void

공개 메소드들

메소드 설명
CustomPropertyGrid ( ) : System

보호된 메소드들

메소드 설명
OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
createHashMethod ( PropertyBuilder propBuild, TypeBuilder typeBuild, FieldBuilder hash ) : void
emitProperty ( TypeBuilder tb, FieldBuilder hash, Setting s, string name ) : void

emits a generic get/set property in which the result returned resides in a hashtable whos key is the name of the property

initTypes ( ) : void

Initialize a private hashtable with type-opCode pairs so i dont have to write a long if/else statement when outputting msil

메소드 상세

CustomPropertyGrid() 공개 메소드

public CustomPropertyGrid ( ) : System
리턴 System

OnPropertyValueChanged() 보호된 메소드

protected OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void
e System.Windows.Forms.PropertyValueChangedEventArgs
리턴 void