Posted By: Tensor | Mar 13th, 2008 @ 9:05 AM
page 1 of 1
Comments: 1 | Views: 836
Tensor
Tensor
Im in yr house upgrading yr family
OK so i've been bashing my head on this one all day and its doing my nut in...

I need to compile a predicate(of t) at runtime, then use it.

I can compile the code at runtime easily enough, the problem I have is then extracting the delegate.

If I use a non-generic delegate, it works. If I try to use a predicate(of t) it doesnt, complaining that it can not load the assembly - however the assembly it complains it can not load is not the runtime compiled one, its the assembly i am trying to use to call it with.

Anyone have a cluse if this is possible?
page 1 of 1
Comments: 1 | Views: 836
Microsoft Communities