Op Englesch liesen Editéieren

Deelen iwwer


XmlReflectionImporter Constructors

Definition

Initializes a new instance of the XmlReflectionImporter class.

Overloads

XmlReflectionImporter()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlReflectionImporter class.

XmlReflectionImporter(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlReflectionImporter class using the specified default XML namespace.

XmlReflectionImporter(XmlAttributeOverrides)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides.

XmlReflectionImporter(XmlAttributeOverrides, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides and default XML namespace.

XmlReflectionImporter()

Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs

Initializes a new instance of the XmlReflectionImporter class.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public XmlReflectionImporter();

Remarks

You do not need to create an instance of an XmlReflectionImporter object directly.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

XmlReflectionImporter(String)

Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs

Initializes a new instance of the XmlReflectionImporter class using the specified default XML namespace.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public XmlReflectionImporter(string? defaultNamespace);
C#
public XmlReflectionImporter(string defaultNamespace);

Parameters

defaultNamespace
String

The default XML namespace to use for imported type mappings.

Remarks

It is not necessary to create an instance of the XmlReflectionImporter class directly.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

XmlReflectionImporter(XmlAttributeOverrides)

Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs

Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides? attributeOverrides);
C#
public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides);

Parameters

attributeOverrides
XmlAttributeOverrides

An object that overrides how the XmlSerializer class serializes mapped types.

Remarks

It is not necessary to create an instance of the XmlReflectionImporter class directly.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

XmlReflectionImporter(XmlAttributeOverrides, String)

Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs
Source:
XmlReflectionImporter.cs

Initializes a new instance of the XmlReflectionImporter class using the specified XML serialization overrides and default XML namespace.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides? attributeOverrides, string? defaultNamespace);
C#
public XmlReflectionImporter(System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace);

Parameters

attributeOverrides
XmlAttributeOverrides

An object that overrides how the XmlSerializer class serializes mapped types.

defaultNamespace
String

The default XML namespace to use for imported type mappings.

Remarks

It is not necessary to create an instance of the XmlReflectionImporter class directly.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1