NPersistence Reference Guide
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs. The scope and classpath of this loader is exactly the same as that of the loader returned by GetClassLoader()()()(). None of the classes loaded by this class loader will be visible to application components. The provider may only use this ClassLoader within the scope of the CreateContainerEntityManagerFactory(PersistenceUnitInfo, Dictionary<(Of <<'(Object, Object>)>>)) call.

Namespace: NPersistence.spi
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
Assembly GetNewTempClassLoader()

Return Value

temporary ClassLoader with same visibility as current loader

See Also