XmlCodeExporter 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 XmlCodeExporter class using the specified .NET Framework namespace, code compile unit containing the graph of the objects, an enumeration specifying code options, and a collection of mapping objects.

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

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

Parameters

codeNamespace
Type: System.CodeDom::CodeNamespace^

The namespace of the types to generate.

codeCompileUnit
Type: System.CodeDom::CodeCompileUnit^

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

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

An enumeration value that provides options for generating .NET Framework types from XML schema custom data types.

options
Type: System.Xml.Serialization::CodeGenerationOptions

A CodeGenerationOptions that contains special instructions for code creation.

mappings
Type: System.Collections::Hashtable^

A Hashtable that contains XmlMapping objects.

.NET Framework
Available since 2.0
Return to top
Show: