Rhino.SecurityController.CreateClassLoader C# (CSharp) Method

CreateClassLoader() public abstract method

Get class loader-like object that can be used to define classes with the given security context.
Get class loader-like object that can be used to define classes with the given security context.
public abstract CreateClassLoader ( ClassLoader parentLoader, object securityDomain ) : GeneratedClassLoader
parentLoader ClassLoader /// parent class loader to delegate search for classes /// not defined by the class loader itself ///
securityDomain object /// some object specifying the security /// context of the code that is defined by the returned class loader. ///
return GeneratedClassLoader
		public abstract GeneratedClassLoader CreateClassLoader(ClassLoader parentLoader, object securityDomain);