SoapCodeExporter Constructor (CodeNamespace^)

 

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

Initializes a new instance of the SoapCodeExporter class, assuming no code compile unit.

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

public:
SoapCodeExporter(
	CodeNamespace^ codeNamespace
)

Parameters

codeNamespace
Type: System.CodeDom::CodeNamespace^

A CodeNamespace that specifies the namespace of the types to generate.

Instead of directly creating an instance of the SoapCodeExporter class, use the Wsdl.exe tool.

.NET Framework
Available since 1.1
Return to top
Show: