- Namespace
- Microsoft
.Build .Logging - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["BinaryLogRecordKind"]
class Type type-node
Syntax
public enum BinaryLogRecordKind
Fields
| Name | Constant Value | Summary |
|---|---|---|
| BuildFinished | 2 |
static
|
| BuildStarted | 1 |
static
|
| CriticalBuildMessage | 13 |
static
|
| EndOfFile | 0 |
static
|
| Error | 9 |
static
|
| Message | 11 |
static
|
| Project |
15 |
static
|
| Project |
14 |
static
|
| ProjectFinished | 4 |
static
|
| ProjectImportArchive | 17 |
static
|
| ProjectImported | 16 |
static
|
| ProjectStarted | 3 |
static
|
| TargetFinished | 6 |
static
|
| TargetSkipped | 18 |
static
|
| TargetStarted | 5 |
static
|
| TaskCommandLine | 12 |
static
|
| TaskFinished | 8 |
static
|
| TaskStarted | 7 |
static
|
| Warning | 10 |
static
|