XmlCodeExporter Constructor (CodeNamespace^, CodeCompileUnit^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlCodeExporter class using the specified namespace and code compile unit.

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

public:
XmlCodeExporter(
	CodeNamespace^ codeNamespace,
	CodeCompileUnit^ codeCompileUnit
)

Parameters

codeNamespace
Type: System.CodeDom::CodeNamespace^

The namespace of the types to generate.

codeCompileUnit
Type: System.CodeDom::CodeCompileUnit^

A CodeDOM graph container to which used assembly references are automatically added.

Instead of creating an instance of the XmlCodeExporter class directly, use the Web Services Description Language tool (Wsdl.exe) or the XML Schema Definition tool (Xsd.exe).

.NET Framework
Available since 1.1
Return to top
Show: