System.Runtime.Remoting.SoapServices.RegisterInteropXmlType Method

Associates the given XML type name and namespace with the run-time type that should be used for deserialization.

Syntax

public static void RegisterInteropXmlType (string xmlType, string xmlTypeNamespace, Type type)

Parameters

xmlType
The XML type to use in deserialization.
xmlTypeNamespace
The XML namespace to use in deserialization.
type
The run-time Type to use in deserialization.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0