GeneratedInternalTypeHelper
AddEventHandler
protected Void AddEventHandler(eventInfo, target, handler)| Name | Type | Summary |
|---|---|---|
| eventInfo | EventInfo | |
| target | Object | |
| handler | Delegate |
CreateDelegate
protected Delegate CreateDelegate(delegateType, target, handler)| Name | Type | Summary |
|---|---|---|
| delegateType | Type | |
| target | Object | |
| handler | String |
CreateInstance
protected Object CreateInstance(type, culture)| Name | Type | Summary |
|---|---|---|
| type | Type | |
| culture | CultureInfo |
GetPropertyValue
protected Object GetPropertyValue(propertyInfo, target, culture)| Name | Type | Summary |
|---|---|---|
| propertyInfo | PropertyInfo | |
| target | Object | |
| culture | CultureInfo |
SetPropertyValue
protected Void SetPropertyValue(propertyInfo, target, value, culture)| Name | Type | Summary |
|---|---|---|
| propertyInfo | PropertyInfo | |
| target | Object | |
| value | Object | |
| culture | CultureInfo |
In this document