Fri Jun 14 16:18:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ICustomFactory.cs
1 //\r
2 // System.Runtime.InteropServices.ICustomFactory.cs\r
3 //\r
4 // Author:\r
5 //   Kevin Winchester (kwin@ns.sympatico.ca)\r
6 //\r
7 // (C) 2002 Kevin Winchester\r
8 //\r
9 \r
10 namespace System.Runtime.InteropServices {\r
11 \r
12         public interface ICustomFactory {\r
13                 MarshalByRefObject CreateInstance (Type serverType);\r
14         }\r
15 }\r