ActionScript RemoteObject中的C#Generic <t>类的实例如何?</t>

时间:2011-10-27 15:48:19

标签: generics flex4.5 remoteobject fluorinefx

是否可以使用RemoteObject和source创建一个C#Generic类的实例?

remoteObject = new RemoteObject("fluorine");
remoteObject.source="Service.GenericClass`1"; //how specific the entity class??
remoteObject.getMethod(arg1, arg2);

我收到此错误消息:

  

无法创建Service.GenericClass``1 [T]的实例,因为   ContainsGenericParameters为true。

这是有道理的,因为我没有指定实体类,但是,我是如何做到的?

我正在使用FluorineFx进行远程处理。

1 个答案:

答案 0 :(得分:0)

我认为你能做的最好的事情就是获取FluorineFX源代码,设置一些断点并尝试解决这个问题。