Class CppReader
Reads .XML (which is received from Visual Studio after compiling C++ project)
Inheritance
object
CppReader
Implements
Namespace: BuildSystem.GenDoc.DocFX
Assembly: BuildSystem.GenDoc.DocFX.dll
Syntax
public class CppReader : Object, IReader
Constructors
CppReader(List<string>)
Reads .XML (which is received from Visual Studio after compiling C++ project)
Declaration
public CppReader(List<string> sources)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<><string> | sources | Sources with information to be converted |
Properties
Infos
Information about assemblies - from XML files
Declaration
public List<SourceInfo> Infos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<><SourceInfo> |