Method | Description | |
---|---|---|
CanGetProperty ( object instance, string propertyName ) : bool | ||
CanSetProperty ( object instance, string propertyName ) : bool | ||
FindMethod ( |
||
FindMethod ( |
||
GetPropertyValue ( object instance, string propertyName ) : object | ||
MakeGenericMethod ( |
||
MakeGenericType ( |
||
SetPropertyValue ( object instance, string propertyName, object value ) : void |
Method | Description | |
---|---|---|
GetPropertyInfo ( object instance, string propertyName ) : |
public static CanGetProperty ( object instance, string propertyName ) : bool | ||
instance | object | |
propertyName | string | |
return | bool |
public static CanSetProperty ( object instance, string propertyName ) : bool | ||
instance | object | |
propertyName | string | |
return | bool |
public static FindMethod ( |
||
type | ||
methodName | string | |
return |
public static FindMethod ( |
||
type | ||
methodName | string | |
mightBePrivate | bool | |
return |
public static GetPropertyValue ( object instance, string propertyName ) : object | ||
instance | object | |
propertyName | string | |
return | object |
public static MakeGenericMethod ( |
||
type | ||
methodName | string | |
return |
public static MakeGenericType ( |
||
openType | ||
return |
public static SetPropertyValue ( object instance, string propertyName, object value ) : void | ||
instance | object | |
propertyName | string | |
value | object | |
return | void |