System.Xml.Serialization.TempAssembly.TempAssembly C# (CSharp) Méthode

TempAssembly() private méthode

private TempAssembly ( XmlMapping xmlMappings, Assembly assembly, XmlSerializerImplementation contract ) : System.Reflection
xmlMappings XmlMapping
assembly System.Reflection.Assembly
contract XmlSerializerImplementation
Résultat System.Reflection
        internal TempAssembly(XmlMapping[] xmlMappings, Assembly assembly, XmlSerializerImplementation contract) {
            this.assembly = assembly;
            InitAssemblyMethods(xmlMappings);
            this.contract = contract;
            pregeneratedAssmbly = true;
        }

Same methods

TempAssembly::TempAssembly ( ) : System.Reflection
TempAssembly::TempAssembly ( XmlMapping xmlMappings, Type types, string defaultNamespace, string location, Evidence evidence ) : System.Reflection
TempAssembly::TempAssembly ( XmlSerializerImplementation contract ) : System.Reflection