程序集反射执行的问题
publicclassA{publicvoidCreatehtml(intt){假如:t==1,调B类或t==2调C类我想请问一下如果在此根据t的值进行反射B与C类关键问...
public class A{
public void Createhtml(int t)
{
假如:t==1,调 B类 或 t==2 调 C类
我想请问一下如果在此根据t的值进行反射B与C类
关键问题是不能直接实例化B类与C类,因为我在此t可能有很多参数,1,2只是我举的一个例,望高手指教,有没有办法可以直接动态实例化类
}
}
public class B{
public bool Class_Exec()
{
HttpContext.Current.Response.write("B");
}
}
public class C{
public bool Class_Exec()
{
HttpContext.Current.Response.write("C");
}
} 展开
public void Createhtml(int t)
{
假如:t==1,调 B类 或 t==2 调 C类
我想请问一下如果在此根据t的值进行反射B与C类
关键问题是不能直接实例化B类与C类,因为我在此t可能有很多参数,1,2只是我举的一个例,望高手指教,有没有办法可以直接动态实例化类
}
}
public class B{
public bool Class_Exec()
{
HttpContext.Current.Response.write("B");
}
}
public class C{
public bool Class_Exec()
{
HttpContext.Current.Response.write("C");
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询