Method | Description | |
---|---|---|
AddEventHandler ( System eventInfo, object target, System handler ) : void |
AddEventHandler
|
|
CreateDelegate ( System delegateType, object target, string handler ) : System.Delegate |
CreateDelegate
|
|
CreateInstance ( System type, System culture ) : object |
CreateInstance
|
|
GetPropertyValue ( System propertyInfo, object target, System culture ) : object |
GetPropertyValue
|
|
SetPropertyValue ( System propertyInfo, object target, object value, System culture ) : void |
SetPropertyValue
|
protected AddEventHandler ( System eventInfo, object target, System handler ) : void | ||
eventInfo | System | |
target | object | |
handler | System | |
return | void |
protected CreateDelegate ( System delegateType, object target, string handler ) : System.Delegate | ||
delegateType | System | |
target | object | |
handler | string | |
return | System.Delegate |
protected CreateInstance ( System type, System culture ) : object | ||
type | System | |
culture | System | |
return | object |
protected GetPropertyValue ( System propertyInfo, object target, System culture ) : object | ||
propertyInfo | System | |
target | object | |
culture | System | |
return | object |
protected SetPropertyValue ( System propertyInfo, object target, object value, System culture ) : void | ||
propertyInfo | System | |
target | object | |
value | object | |
culture | System | |
return | void |