Search code examples
How can I recursively search properties in C# only if those properties inherit from some base class?...


c#inheritancereflectionrecursionpropertyinfo

Read More
C# Reflection, how to get property instance within class to setvalue...


c#reflectionpropertyinfo

Read More
Generic class instance with type from PropertyInfo.PropertyType...


c#genericsreflectionpropertyinfo

Read More
Reflection and complex properties...


.netreflectionpropertiespropertyinfo

Read More
PropertyInfo.GetValue(object obj, object[] index) throwing 'Target' exception...


c#genericspropertyinfo

Read More
Merge two objects of the same class that has nested classes...


c#genericsmergenested-classpropertyinfo

Read More
Foreach change property. What is PropertyInfo?...


c#reflectionarraylistpropertyinfo

Read More
Getting byte[] from PropertyInfo returns NULL...


c#reflectionarrayspropertyinfo

Read More
VB.NET - How to get Assembly from PropertyInfo?...


vb.net.net-assemblypropertyinfo

Read More
How to know if PropertyInfo is MEF import...


c#reflectionmefpropertyinfo

Read More
Populate an Enum array via reflection...


c#reflectionpropertyinfo

Read More
[Delegate].CreateDelegate to set property performance...


.netreflectiondelegatespropertyinfo

Read More
How to create static bindable property description object...


c#wpfpropertiespropertyinfo

Read More
How to create a lambda expression that can handle or cast unknown types?...


c#castinglambdapropertyinfosetvalue

Read More
Getting property name and distinct values of a type T from a List<T> with reflection...


c#reflectionpropertyinfo

Read More
Possible to test a cast to PropertyInfo.PropertyType when object implements implicit operator?...


c#reflectioncastingoperator-keywordpropertyinfo

Read More
SetValue on property doesn't update object...


c#reflectionpropertyinfo

Read More
Is there a way to get entity id-field's name by reflection or whatever?...


c#.netentity-frameworkreflectionpropertyinfo

Read More
System.Windows.PropertyPath - can this class help me with reflection on deep-nested properties (type...


data-bindingreflectionc#-4.0system.reflectionpropertyinfo

Read More
how to set name property dynamically in display attributes in silverlight 4...


silverlight-4.0dynamicpropertyinfosetattribute

Read More
How can I reach the "object" behind a property with reflection?...


c#.netreflectionpropertyinfo

Read More
PropertyInfo SetValue Type Conversion...


c#reflectionpropertyinfo

Read More
Can an extension method be added to a class property to get the value of an attribute associated wit...


c#extension-methodscustom-attributespropertyinfo

Read More
Reflection failed for properties on anonymous types in Silverlight...


c#silverlightreflectionanonymous-typespropertyinfo

Read More
How can I access an object's property from the PropertyInfo?...


c#reflectionpropertyinfogetproperties

Read More
.NET PropertyInfo.SetValue seemingly ignoring my commands...


c#.netreflectionpropertyinfosetvalue

Read More
using PropertyInfo to assign a value to a wrapper class with a custom indexer...


c#reflectionindexerpropertyinfosetvalue

Read More
Is this an Indexed Property, yea or nea?...


c#reflection.net-3.5propertyinfomachinekey

Read More
C# - Are FieldInfo and PropertyInfo Immutable or Mutable?...


c#immutabilityfxcoppropertyinfofieldinfo

Read More
Reflection with IQueryable...


reflectioniqueryablepropertyinfo

Read More
BackNext