ConfigXmlDocument::Load Method
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Load(Stream^) | Loads the XML document from the specified stream.(Inherited from XmlDocument.) |
![]() | Load(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads the configuration file.(Overrides XmlDocument::Load(String^).) |
![]() | Load(TextReader^) | Loads the XML document from the specified TextReader.(Inherited from XmlDocument.) |
![]() | Load(XmlReader^) | Loads the XML document from the specified XmlReader.(Inherited from XmlDocument.) |
Show:
