This interface supports the .NET Framework infrastructure. You do not
need to use it directly in your code.
public interface IAppDomainFactory {
// Public Instance Methods
public object Create(in string module, in string typeName, in string appId, in string appPath,
in string strUrlOfAppOrigin, in int iZone);
}