Castle.DynamicProxy.ModuleScope.ModuleScope C# (CSharp) Method

ModuleScope() public method

Initializes a new instance of the ModuleScope class; assemblies created by this instance will not be saved.
public ModuleScope ( ) : System
return System
		public ModuleScope() : this(false, false)
		{
		}

Same methods

ModuleScope::ModuleScope ( bool savePhysicalAssembly ) : System
ModuleScope::ModuleScope ( bool savePhysicalAssembly, bool disableSignedModule ) : System
ModuleScope::ModuleScope ( bool savePhysicalAssembly, bool disableSignedModule, INamingScope namingScope, string strongAssemblyName, string strongModulePath, string weakAssemblyName, string weakModulePath ) : System
ModuleScope::ModuleScope ( bool savePhysicalAssembly, bool disableSignedModule, string strongAssemblyName, string strongModulePath, string weakAssemblyName, string weakModulePath ) : System