Re: Problems with InvokeMember()
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 26 Aug 2005 09:50:18 -0700
I do it in one additional step:
PropertyInfo pi = m.GetType().GetProperty("AttributName",
typeof(double));
pi.SetValue(m, 2.5, null);
there's probably a way to do it with InvokeMember, too, but I've never
tried.
.
- References:
- Problems with InvokeMember()
- From: jan . hejmann
- Problems with InvokeMember()
- Prev by Date: [ANNOUNCE] TargetProcess: Suite 1.3.5 - Agile Management Software
- Next by Date: newbie: best book for DB programming
- Previous by thread: Problems with InvokeMember()
- Next by thread: [ANNOUNCE] TargetProcess: Suite 1.3.5 - Agile Management Software
- Index(es):
Loading