XmlCodeExporter Constructor (CodeNamespace^, CodeCompileUnit^, 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 object representing code generation options, and a collection of mapping objects.

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

public:
XmlCodeExporter(
	CodeNamespace^ codeNamespace,
	CodeCompileUnit^ codeCompileUnit,
	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.

options
Type: System.Xml.Serialization::CodeGenerationOptions

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

mappings
Type: System.Collections::Hashtable^

A Hashtable that contains XmlMapping objects.

.NET Framework
Available since 2.0
Return to top
Show: