Method | Description | |
---|---|---|
Field ( string fieldName ) : |
||
FindField ( |
Finds the field recursive.
|
|
FindProperties ( |
Finds the properties.
|
|
FindProperty ( |
Finds the property recursive.
|
|
For ( object instance ) : |
Factory method which defines target instance.
|
|
GetValue ( ) : object | ||
Property ( string propertyName ) : |
||
SetValue ( object value ) : |
Method | Description | |
---|---|---|
ReflectionHelper ( object target ) : System |
Initializes a new instance of the ReflectionHelper class.
|
public Field ( string fieldName ) : |
||
fieldName | string | |
return |
public static FindField ( |
||
type | The type. | |
name | string | The name. |
return |
public static FindProperties ( |
||
type | The type. | |
return | System.Reflection.PropertyInfo[] |
public static FindProperty ( |
||
type | The type. | |
name | string | The name. |
return |
public static For ( object instance ) : |
||
instance | object | The instance. |
return |
public Property ( string propertyName ) : |
||
propertyName | string | |
return |
public SetValue ( object value ) : |
||
value | object | |
return |