Zdravim resim takovej problem ohledne volani metody (metoda1). Nemuzu porad prijit na to proc mi nejde zavolat z dynamicky kompilovane trity Driver metody Run. Vzdy je vysledkem ze prvek cast1.CodeDrive je z duvodu ochrany nepripustny. Diky za kazdou radu.
namespace cast1: MarshalByRefObject
{
class CodeDriver
{
public int metoda1()
{
}
public string prefix =
"using System; " +
"using System.Data;"+
"using System.Text;" +
"using cast1;" +
"public static class Driver" +
"{" +
"public static void Run()" +
"{" +
nefunguje "CodeDriver dr = new CodeDriver();"+
"int conn = dr.metoda1();" +
"}"
|