XmlCodeExporter Constructor

 

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.

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

NameDescription
System_CAPS_pubmethodXmlCodeExporter(CodeNamespace^)

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 namespace.

System_CAPS_pubmethodXmlCodeExporter(CodeNamespace^, CodeCompileUnit^)

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 namespace and code compile unit.

System_CAPS_pubmethodXmlCodeExporter(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.

System_CAPS_pubmethodXmlCodeExporter(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 XmlCodeExporter class using the specified namespace, code compile unit, and code generation options.

System_CAPS_pubmethodXmlCodeExporter(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.

Return to top
Show: