Re: [Mono-list] Assembly.Load doubts

2005-07-28 Thread Rodolfo Campero
Hi, On 7/28/05, Mario Sopena <[EMAIL PROTECTED]> wrote: > I have the following scenario: > > -- TestBase.cs --- > public interface TestBase { > void Print(); > } > > > --Test.cs--- > public class Test : TestBase > { > public Test () {} >

[Mono-list] Assembly.Load doubts

2005-07-28 Thread Mario Sopena
I have the following scenario: -- TestBase.cs --- public interface TestBase { void Print(); } --Test.cs--- public class Test : TestBase { public Test () {} public void Print() { System.Console.WriteLine (