Interface IObjectFactory
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/naming/spi/ObjectFactory.html
public interface IObjectFactory
Methods
GetObjectInstance(object, Name, Context, Hashtable<object, object>)
object GetObjectInstance(object arg0, Name arg1, Context arg2, Hashtable<object, object> arg3)