Method | Description | |
---|---|---|
FakePropertyInfo ( string name, |
||
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetValue ( object obj, BindingFlags invokeAttr, |
||
IsDefined ( |
||
SetValue ( object obj, object value, BindingFlags invokeAttr, |
public FakePropertyInfo ( string name, |
||
name | string | |
declaringType | ||
propertyType | ||
return | System |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
return | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetValue ( object obj, BindingFlags invokeAttr, |
||
obj | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
return | object |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |
public SetValue ( object obj, object value, BindingFlags invokeAttr, |
||
obj | object | |
value | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
return | void |