All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.AssemblyBrowser.ProxyDomain Maven / Gradle / Ivy

package Alachisoft.NCache.Common.AssemblyBrowser;


/*
 * Mansoor: Need to check if we need it in java versin
 **/
public class ProxyDomain {
//extends MarshalByRefObject {
//	public final System.Reflection.Assembly GetAssembly(String AssemblyPath) {
//		try {
//			return System.Reflection.Assembly.LoadFrom(AssemblyPath);
//		} catch (RuntimeException ex) {
//			throw new UnsupportedOperationException(ex.toString());
//		}
//	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy