Click here to Skip to main content
15,886,362 members

Comments by hadisalehy (Top 4 by date)

hadisalehy 14-Jul-13 0:43am View    
Mahesh Bailwal Thanks for your answer
But this episode works well
You can try any kind of attributes.
var propList = form.GetProperties().Where(p => p.GetCustomAttributes(typeof(customAttribute), true).Length != 0).ToList();

I found this error reason.
GetValue method is to use the create instance, in this way we are unable to create instance for getvalue.
Is there a way to get the value of the property?
hadisalehy 13-Jul-13 5:52am View    
Custom Attribute
exam:
var propList = form.GetProperties().Where(p => p.GetCustomAttributes(typeof(Custom Attribute), true).Length != 0).ToList();
hadisalehy 13-Jul-13 5:14am View    
I want to get a dll file and take properties , read property value
hadisalehy 13-Jul-13 3:49am View    
In this line:
object defaultObject = defaultProperty.GetValue(assembly, null);
Error Message is: "Object does not match target type."