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.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlCodeExporter(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. |
![]() | XmlCodeExporter(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. |
![]() | XmlCodeExporter(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. |
![]() | XmlCodeExporter(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. |
![]() | XmlCodeExporter(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. |
