XmlSerializerAssemblyAttribute Constructor (String^, String^)

 

Initializes a new instance of the XmlSerializerAssemblyAttribute class with the specified assembly name and location of the assembly.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlSerializerAssemblyAttribute(
	String^ assemblyName,
	String^ codeBase
)

Parameters

assemblyName
Type: System::String^

The simple, unencrypted name of the assembly.

codeBase
Type: System::String^

A string that is the URL location of the assembly.

.NET Framework
Available since 2.0
Return to top
Show: