XmlReflectionImporter Methods
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Xml (in System.Xml.dll)
| 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 it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mappings for information from a Web service method. |
![]() | ImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options. |
![]() | ImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options. |
![]() | ImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean, Boolean, XmlMappingAccess) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mappings for information from a Web service method. |
![]() | ImportTypeMapping(Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a specified .NET Framework type. |
![]() | ImportTypeMapping(Type^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace. |
![]() | ImportTypeMapping(Type^, XmlRootAttribute^) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute. |
![]() | ImportTypeMapping(Type^, XmlRootAttribute^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace. |
![]() | IncludeType(Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Includes mappings for a type for later use when import methods are invoked. |
![]() | IncludeTypes(ICustomAttributeProvider^) | This API supports the product infrastructure and is not intended to be used directly from your code. Includes mappings for derived types for later use when import methods are invoked. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

