Class ReaderType
Way of reading source files
Inheritance
object
ReaderType
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class ReaderType : Enum
Fields
Cpp
Reading XML after MSBuild Visual Studio compiled
Declaration
public const ReaderType Cpp = 1
Field Value
Type | Description |
---|---|
ReaderType |
CSharp
Reading DLL and XML of C# project compiled
Declaration
public const ReaderType CSharp = 2
Field Value
Type | Description |
---|---|
ReaderType |
Delphi
Reading XML after MSBuild RAD Studio compiled
Declaration
public const ReaderType Delphi = 0
Field Value
Type | Description |
---|---|
ReaderType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |