| Visual Basic (Declaration) | |
|---|---|
Public Class Configuration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class Configuration | |
| Managed Extensions for C++ | |
|---|---|
public __gc class Configuration | |
| C++/CLI | |
|---|---|
public ref class Configuration | |
Each ConverterFactory contains a Configuration object which can be modified by the application. Any changes affect all Converter and ConverterResolver objects created subsequently from that ConverterFactory.
Each Converter and ConverterResolver object contains a clone of the Configuration object it inherited when it was created. That clone may also be modified by the application.
The Configuration object is fully thread-safe.
DDTek.XmlConverter.Configuration
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family


