SoapCodeExporter Constructor (CodeNamespace^, CodeCompileUnit^, CodeDomProvider^, CodeGenerationOptions, Hashtable^)

 

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, a code generator, code generation options, and mappings.

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

public:
SoapCodeExporter(
	CodeNamespace^ codeNamespace,
	CodeCompileUnit^ codeCompileUnit,
	CodeDomProvider^ codeProvider,
	CodeGenerationOptions options,
	Hashtable^ mappings
)

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.

codeProvider
Type: System.CodeDom.Compiler::CodeDomProvider^

A CodeDomProvider that is used to create the code.

options
Type: System.Xml.Serialization::CodeGenerationOptions

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

mappings
Type: System.Collections::Hashtable^

A Hashtable that contains XmlMapping objects.

.NET Framework
Available since 2.0
Return to top
Show: