System.Runtime.InteropServices.ICustomFactory public interface ICustomFactory Documentation Code namespace System.Runtime.InteropServices { public interface ICustomFactory { MarshalByRefObject CreateInstance(Type serverType); } }