DataSupport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all classes that provide data support XML.
public ref class DataSupport abstract
public abstract class DataSupport
type DataSupport = class
Public MustInherit Class DataSupport
- Inheritance
-
DataSupport
- Derived
Constructors
DataSupport() |
Class constructor. Initializes a new instance of the DataSupport class. |
DataSupport(String, Assembly) |
Class constructor. Initializes a new, parameterized instance of the DataSupport class with an XML resource stored in a managed assembly. |
DataSupport(String, String) |
Initializes a new, parameterized instance of the DataSupport class with XML that is stored as a file at a specific file path on disk. |
Methods
CreateXmlResourceManager(String, Assembly) |
Creates a ResourceManager object instance that is able to read managed resources that end with the .xml file extension. |
CreateXmlResourceManager(String, String) |
Creates a ResourceManager object instance that is able to read XML files from a file at a specific location on disk. |
GetSupportStream(CultureInfo) |
Obtains a Stream object instance for a specified culture. |