DCPConfiguration Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Overload List

  NameDescription
Public methodDCPConfiguration(FileInfo)
Creates a DCPConfiguration object from a DCP file.
Public methodDCPConfiguration(Stream)
Creates a DCPConfiguration object from a DCP byte stream source.
Public methodDCPConfiguration(TextReader)
Creates a DCPConfiguration object from a character stream.
Public methodDCPConfiguration(InputSource)
Creates a DCPConfiguration object from an InputSource.
Public methodDCPConfiguration(FileInfo, Boolean)
Creates a DCPConfiguration object from a DCP file.
Public methodDCPConfiguration(Stream, Boolean)
Creates a DCPConfiguration object from a DCP byte stream source.
Public methodDCPConfiguration(TextReader, Boolean)
Creates a DCPConfiguration object from a character stream.
Public methodDCPConfiguration(InputSource, Boolean)
Creates a DCPConfiguration object from an InputSource.
Back to Top
See Also