XmlReflectionImporter Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The XmlReflectionImporter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ImportTypeMapping(Type) | Generates a mapping to an XML Schema element for a specified .NET Framework type. |
|
ImportTypeMapping(Type, String) | Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace. |
|
ImportTypeMapping(Type, XmlRootAttribute) | Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute. |
|
ImportTypeMapping(Type, XmlRootAttribute, String) | Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace. |
|
IncludeType | Includes mappings for a type for later use when import methods are invoked. |
|
IncludeTypes | Includes mappings for derived types for later use when import methods are invoked. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: