62,263
社区成员
发帖
与我相关
我的任务
分享return (PetShop.IDAL.IAccount) Assembly.Load(path).CreateInstance(className);
Iface f = new face();
face f1 = new face();
interface Iface
{
int Foo(int i);
}
class face : Iface
{
public int Foo(int i)
{ return i; }
}
return (PetShop.IDAL.IAccount) Assembly.Load(path).CreateInstance(className);
return (PetShop.IDAL.IAccount) Assembly.Load(path).CreateInstance(className);Assembly.Load(path).CreateInstance(className)