System.Xml.Serialization.XmlSerializationReader.ResolveDynamicAssembly Method

Gets a dynamically generated assembly by name.

Syntax

protected static System.Reflection.Assembly ResolveDynamicAssembly (string assemblyFullName)

Parameters

assemblyFullName
The full name of the assembly.

Returns

A dynamically generated System.Reflection.Assembly.

Remarks

The protected members of System.Xml.Serialization.XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The XmlSerializationReader.ResolveDynamicAssembly(string) method is static.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0