SoapCodeExporter Constructor (CodeNamespace^, CodeCompileUnit^, CodeGenerationOptions)

 

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, specifying a code namespace, a code compile unit, and code generation options.

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

public:
SoapCodeExporter(
	CodeNamespace^ codeNamespace,
	CodeCompileUnit^ codeCompileUnit,
	CodeGenerationOptions options
)

Parameters

codeNamespace
Type: System.CodeDom::CodeNamespace^

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

codeCompileUnit
Type: System.CodeDom::CodeCompileUnit^

A CodeCompileUnit that identifies the program graph container to which used assembly references are automatically added.

options
Type: System.Xml.Serialization::CodeGenerationOptions

A CodeGenerationOptions enumeration that specifies the options with which exported code is generated.

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

.NET Framework
Available since 2.0
Return to top
Show: