CxInspectionFlags

Description

[Flags]
enum Tinman.Core.Cx.Inspections.CxInspectionFlags

Enumeration of flags that describe the consequences of a failed inspection.

Public / Constants

None

public constant None → (0:int32)

No flags.

ErrorGenerateAdoc

public constant ErrorGenerateAdoc → (1:int32)

Errors may occur when generating Asciidoc content.

ErrorGenerateCpp

public constant ErrorGenerateCpp → (2:int32)

Errors may occur when generating C++ source code.

ErrorGenerateCs

public constant ErrorGenerateCs → (4:int32)

Errors may occur when generating C# source code.

ErrorCompileAdoc

public constant ErrorCompileAdoc → (8:int32)

Errors may occur when compiling Asciidoc content.

ErrorCompileCpp

public constant ErrorCompileCpp → (16:int32)

Errors may occur when compiling the generated C++ source code.

ErrorCompileCs

public constant ErrorCompileCs → (32:int32)

Errors may occur when compiling the generated C# source code.

ErrorRuntimeCpp

public constant ErrorRuntimeCpp → (64:int32)

Errors may occur when running the compiled C++ source code.

ErrorRuntimeCs

public constant ErrorRuntimeCs → (128:int32)

Errors may occur when running the compiled C# source code.

ErrorInterpreter

public constant ErrorInterpreter → (256:int32)

Errors may occur when executing the PSI model with the Code-X interpreter.

All

public constant All → (511:int32)

All flags.