Свойство | Тип | Описание | |
---|---|---|---|
GetUniqueKey | string | ||
VirtualPropertyInfo | System |
Метод | Описание | |
---|---|---|
Create ( string name, |
||
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetCustomAttributesData ( ) : IList |
||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetValue ( object obj, BindingFlags invokeAttr, |
||
IsDefined ( |
||
SetValue ( object obj, object value, BindingFlags invokeAttr, |
Метод | Описание | |
---|---|---|
GetUniqueKey ( |
||
VirtualPropertyInfo ( string name, |
public static Create ( string name, |
||
name | string | |
declaringType | ||
reflectedType | ||
propertyType | ||
attributes | PropertyAttributes | |
readable | bool | |
writable | bool | |
Результат |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
Результат | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
Результат | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public GetCustomAttributesData ( ) : IList |
||
Результат | IList |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Результат |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
Результат | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Результат |
public GetValue ( object obj, BindingFlags invokeAttr, |
||
obj | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
Результат | object |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
Результат | bool |
public SetValue ( object obj, object value, BindingFlags invokeAttr, |
||
obj | object | |
value | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
Результат | void |