Property | Type | Description | |
---|---|---|---|
createHashMethod | void | ||
emitProperty | void | ||
initTypes | void |
Method | Description | |
---|---|---|
CustomPropertyGrid ( ) : System |
Method | Description | |
---|---|---|
OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void |
Method | Description | |
---|---|---|
createHashMethod ( |
||
emitProperty ( |
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
|
protected OnPropertyValueChanged ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : void | ||
e | System.Windows.Forms.PropertyValueChangedEventArgs | |
return | void |