Method | Description | |
---|---|---|
GetProperty ( string name ) : object |
Gets the property.
|
|
GetTargetObjectInstance ( |
Gets the target object instance.
|
Method | Description | |
---|---|---|
GetProperty ( string name, BindingFlags bindingFlags, |
Gets the property.
|
|
GetProperty ( string name, |
Gets the property.
|
|
InvokeHelper ( string name, BindingFlags bindingFlags, object args, |
Invocation helper for calling any member on our target object.
|
|
RuntimeBindingObject ( |
protected GetProperty ( string name ) : object | ||
name | string | The name. |
return | object |
protected abstract GetTargetObjectInstance ( |
||
targetType | Type of the target. | |
activationArgs | object | The activation arguments. |
return | object |