@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,200 lines • 659 kB
JSON
{
"namespace": "System.Diagnostics",
"contributingAssemblies": [
"System.Diagnostics.DiagnosticSource",
"System.Diagnostics.FileVersionInfo",
"System.Diagnostics.Process",
"System.Diagnostics.TextWriterTraceListener",
"System.Diagnostics.TraceSource",
"System.Private.CoreLib"
],
"types": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityIdFormat",
"clrName": "System.Diagnostics.ActivityIdFormat",
"tsEmitName": "ActivityIdFormat",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityIdFormat::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityIdFormat::UnknownSystem.Diagnostics.ActivityIdFormat",
"clrName": "Unknown",
"tsEmitName": "Unknown",
"normalizedSignature": "Unknown|System.Diagnostics.ActivityIdFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityIdFormat::HierarchicalSystem.Diagnostics.ActivityIdFormat",
"clrName": "Hierarchical",
"tsEmitName": "Hierarchical",
"normalizedSignature": "Hierarchical|System.Diagnostics.ActivityIdFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityIdFormat::W3CSystem.Diagnostics.ActivityIdFormat",
"clrName": "W3C",
"tsEmitName": "W3C",
"normalizedSignature": "W3C|System.Diagnostics.ActivityIdFormat|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind",
"clrName": "System.Diagnostics.ActivityKind",
"tsEmitName": "ActivityKind",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::InternalSystem.Diagnostics.ActivityKind",
"clrName": "Internal",
"tsEmitName": "Internal",
"normalizedSignature": "Internal|System.Diagnostics.ActivityKind|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::ServerSystem.Diagnostics.ActivityKind",
"clrName": "Server",
"tsEmitName": "Server",
"normalizedSignature": "Server|System.Diagnostics.ActivityKind|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::ClientSystem.Diagnostics.ActivityKind",
"clrName": "Client",
"tsEmitName": "Client",
"normalizedSignature": "Client|System.Diagnostics.ActivityKind|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::ProducerSystem.Diagnostics.ActivityKind",
"clrName": "Producer",
"tsEmitName": "Producer",
"normalizedSignature": "Producer|System.Diagnostics.ActivityKind|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityKind::ConsumerSystem.Diagnostics.ActivityKind",
"clrName": "Consumer",
"tsEmitName": "Consumer",
"normalizedSignature": "Consumer|System.Diagnostics.ActivityKind|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult",
"clrName": "System.Diagnostics.ActivitySamplingResult",
"tsEmitName": "ActivitySamplingResult",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult::NoneSystem.Diagnostics.ActivitySamplingResult",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Diagnostics.ActivitySamplingResult|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult::PropagationDataSystem.Diagnostics.ActivitySamplingResult",
"clrName": "PropagationData",
"tsEmitName": "PropagationData",
"normalizedSignature": "PropagationData|System.Diagnostics.ActivitySamplingResult|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult::AllDataSystem.Diagnostics.ActivitySamplingResult",
"clrName": "AllData",
"tsEmitName": "AllData",
"normalizedSignature": "AllData|System.Diagnostics.ActivitySamplingResult|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivitySamplingResult::AllDataAndRecordedSystem.Diagnostics.ActivitySamplingResult",
"clrName": "AllDataAndRecorded",
"tsEmitName": "AllDataAndRecorded",
"normalizedSignature": "AllDataAndRecorded|System.Diagnostics.ActivitySamplingResult|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityStatusCode",
"clrName": "System.Diagnostics.ActivityStatusCode",
"tsEmitName": "ActivityStatusCode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityStatusCode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityStatusCode::UnsetSystem.Diagnostics.ActivityStatusCode",
"clrName": "Unset",
"tsEmitName": "Unset",
"normalizedSignature": "Unset|System.Diagnostics.ActivityStatusCode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityStatusCode::OkSystem.Diagnostics.ActivityStatusCode",
"clrName": "Ok",
"tsEmitName": "Ok",
"normalizedSignature": "Ok|System.Diagnostics.ActivityStatusCode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityStatusCode::ErrorSystem.Diagnostics.ActivityStatusCode",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Diagnostics.ActivityStatusCode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityTraceFlags",
"clrName": "System.Diagnostics.ActivityTraceFlags",
"tsEmitName": "ActivityTraceFlags",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityTraceFlags::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityTraceFlags::NoneSystem.Diagnostics.ActivityTraceFlags",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Diagnostics.ActivityTraceFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.DiagnosticSource:System.Diagnostics.ActivityTraceFlags::RecordedSystem.Diagnostics.ActivityTraceFlags",
"clrName": "Recorded",
"tsEmitName": "Recorded",
"normalizedSignature": "Recorded|System.Diagnostics.ActivityTraceFlags|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "System.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"tsEmitName": "DebuggableAttribute_DebuggingModes",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::NoneSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::DefaultSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "Default",
"tsEmitName": "Default",
"normalizedSignature": "Default|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::DisableOptimizationsSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "DisableOptimizations",
"tsEmitName": "DisableOptimizations",
"normalizedSignature": "DisableOptimizations|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::IgnoreSymbolStoreSequencePointsSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "IgnoreSymbolStoreSequencePoints",
"tsEmitName": "IgnoreSymbolStoreSequencePoints",
"normalizedSignature": "IgnoreSymbolStoreSequencePoints|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggableAttribute\u002BDebuggingModes::EnableEditAndContinueSystem.Diagnostics.DebuggableAttribute\u002BDebuggingModes",
"clrName": "EnableEditAndContinue",
"tsEmitName": "EnableEditAndContinue",
"normalizedSignature": "EnableEditAndContinue|System.Diagnostics.DebuggableAttribute\u002BDebuggingModes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState",
"clrName": "System.Diagnostics.DebuggerBrowsableState",
"tsEmitName": "DebuggerBrowsableState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::NeverSystem.Diagnostics.DebuggerBrowsableState",
"clrName": "Never",
"tsEmitName": "Never",
"normalizedSignature": "Never|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::CollapsedSystem.Diagnostics.DebuggerBrowsableState",
"clrName": "Collapsed",
"tsEmitName": "Collapsed",
"normalizedSignature": "Collapsed|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Diagnostics.DebuggerBrowsableState::RootHiddenSystem.Diagnostics.DebuggerBrowsableState",
"clrName": "RootHidden",
"tsEmitName": "RootHidden",
"normalizedSignature": "RootHidden|System.Diagnostics.DebuggerBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass",
"clrName": "System.Diagnostics.ProcessPriorityClass",
"tsEmitName": "ProcessPriorityClass",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::NormalSystem.Diagnostics.ProcessPriorityClass",
"clrName": "Normal",
"tsEmitName": "Normal",
"normalizedSignature": "Normal|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::IdleSystem.Diagnostics.ProcessPriorityClass",
"clrName": "Idle",
"tsEmitName": "Idle",
"normalizedSignature": "Idle|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::HighSystem.Diagnostics.ProcessPriorityClass",
"clrName": "High",
"tsEmitName": "High",
"normalizedSignature": "High|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::RealTimeSystem.Diagnostics.ProcessPriorityClass",
"clrName": "RealTime",
"tsEmitName": "RealTime",
"normalizedSignature": "RealTime|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::BelowNormalSystem.Diagnostics.ProcessPriorityClass",
"clrName": "BelowNormal",
"tsEmitName": "BelowNormal",
"normalizedSignature": "BelowNormal|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessPriorityClass::AboveNormalSystem.Diagnostics.ProcessPriorityClass",
"clrName": "AboveNormal",
"tsEmitName": "AboveNormal",
"normalizedSignature": "AboveNormal|System.Diagnostics.ProcessPriorityClass|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle",
"clrName": "System.Diagnostics.ProcessWindowStyle",
"tsEmitName": "ProcessWindowStyle",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle::NormalSystem.Diagnostics.ProcessWindowStyle",
"clrName": "Normal",
"tsEmitName": "Normal",
"normalizedSignature": "Normal|System.Diagnostics.ProcessWindowStyle|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle::HiddenSystem.Diagnostics.ProcessWindowStyle",
"clrName": "Hidden",
"tsEmitName": "Hidden",
"normalizedSignature": "Hidden|System.Diagnostics.ProcessWindowStyle|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle::MinimizedSystem.Diagnostics.ProcessWindowStyle",
"clrName": "Minimized",
"tsEmitName": "Minimized",
"normalizedSignature": "Minimized|System.Diagnostics.ProcessWindowStyle|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ProcessWindowStyle::MaximizedSystem.Diagnostics.ProcessWindowStyle",
"clrName": "Maximized",
"tsEmitName": "Maximized",
"normalizedSignature": "Maximized|System.Diagnostics.ProcessWindowStyle|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels",
"clrName": "System.Diagnostics.SourceLevels",
"tsEmitName": "SourceLevels",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::OffSystem.Diagnostics.SourceLevels",
"clrName": "Off",
"tsEmitName": "Off",
"normalizedSignature": "Off|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::CriticalSystem.Diagnostics.SourceLevels",
"clrName": "Critical",
"tsEmitName": "Critical",
"normalizedSignature": "Critical|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::ErrorSystem.Diagnostics.SourceLevels",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::WarningSystem.Diagnostics.SourceLevels",
"clrName": "Warning",
"tsEmitName": "Warning",
"normalizedSignature": "Warning|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::InformationSystem.Diagnostics.SourceLevels",
"clrName": "Information",
"tsEmitName": "Information",
"normalizedSignature": "Information|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::VerboseSystem.Diagnostics.SourceLevels",
"clrName": "Verbose",
"tsEmitName": "Verbose",
"normalizedSignature": "Verbose|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::ActivityTracingSystem.Diagnostics.SourceLevels",
"clrName": "ActivityTracing",
"tsEmitName": "ActivityTracing",
"normalizedSignature": "ActivityTracing|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.SourceLevels::AllSystem.Diagnostics.SourceLevels",
"clrName": "All",
"tsEmitName": "All",
"normalizedSignature": "All|System.Diagnostics.SourceLevels|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel",
"clrName": "System.Diagnostics.ThreadPriorityLevel",
"tsEmitName": "ThreadPriorityLevel",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::IdleSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "Idle",
"tsEmitName": "Idle",
"normalizedSignature": "Idle|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::LowestSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "Lowest",
"tsEmitName": "Lowest",
"normalizedSignature": "Lowest|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::BelowNormalSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "BelowNormal",
"tsEmitName": "BelowNormal",
"normalizedSignature": "BelowNormal|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::NormalSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "Normal",
"tsEmitName": "Normal",
"normalizedSignature": "Normal|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::AboveNormalSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "AboveNormal",
"tsEmitName": "AboveNormal",
"normalizedSignature": "AboveNormal|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::HighestSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "Highest",
"tsEmitName": "Highest",
"normalizedSignature": "Highest|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadPriorityLevel::TimeCriticalSystem.Diagnostics.ThreadPriorityLevel",
"clrName": "TimeCritical",
"tsEmitName": "TimeCritical",
"normalizedSignature": "TimeCritical|System.Diagnostics.ThreadPriorityLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState",
"clrName": "System.Diagnostics.ThreadState",
"tsEmitName": "ThreadState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::InitializedSystem.Diagnostics.ThreadState",
"clrName": "Initialized",
"tsEmitName": "Initialized",
"normalizedSignature": "Initialized|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::ReadySystem.Diagnostics.ThreadState",
"clrName": "Ready",
"tsEmitName": "Ready",
"normalizedSignature": "Ready|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::RunningSystem.Diagnostics.ThreadState",
"clrName": "Running",
"tsEmitName": "Running",
"normalizedSignature": "Running|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::StandbySystem.Diagnostics.ThreadState",
"clrName": "Standby",
"tsEmitName": "Standby",
"normalizedSignature": "Standby|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::TerminatedSystem.Diagnostics.ThreadState",
"clrName": "Terminated",
"tsEmitName": "Terminated",
"normalizedSignature": "Terminated|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::WaitSystem.Diagnostics.ThreadState",
"clrName": "Wait",
"tsEmitName": "Wait",
"normalizedSignature": "Wait|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::TransitionSystem.Diagnostics.ThreadState",
"clrName": "Transition",
"tsEmitName": "Transition",
"normalizedSignature": "Transition|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadState::UnknownSystem.Diagnostics.ThreadState",
"clrName": "Unknown",
"tsEmitName": "Unknown",
"normalizedSignature": "Unknown|System.Diagnostics.ThreadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason",
"clrName": "System.Diagnostics.ThreadWaitReason",
"tsEmitName": "ThreadWaitReason",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::ExecutiveSystem.Diagnostics.ThreadWaitReason",
"clrName": "Executive",
"tsEmitName": "Executive",
"normalizedSignature": "Executive|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::FreePageSystem.Diagnostics.ThreadWaitReason",
"clrName": "FreePage",
"tsEmitName": "FreePage",
"normalizedSignature": "FreePage|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::PageInSystem.Diagnostics.ThreadWaitReason",
"clrName": "PageIn",
"tsEmitName": "PageIn",
"normalizedSignature": "PageIn|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::SystemAllocationSystem.Diagnostics.ThreadWaitReason",
"clrName": "SystemAllocation",
"tsEmitName": "SystemAllocation",
"normalizedSignature": "SystemAllocation|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::ExecutionDelaySystem.Diagnostics.ThreadWaitReason",
"clrName": "ExecutionDelay",
"tsEmitName": "ExecutionDelay",
"normalizedSignature": "ExecutionDelay|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::SuspendedSystem.Diagnostics.ThreadWaitReason",
"clrName": "Suspended",
"tsEmitName": "Suspended",
"normalizedSignature": "Suspended|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::UserRequestSystem.Diagnostics.ThreadWaitReason",
"clrName": "UserRequest",
"tsEmitName": "UserRequest",
"normalizedSignature": "UserRequest|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::EventPairHighSystem.Diagnostics.ThreadWaitReason",
"clrName": "EventPairHigh",
"tsEmitName": "EventPairHigh",
"normalizedSignature": "EventPairHigh|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::EventPairLowSystem.Diagnostics.ThreadWaitReason",
"clrName": "EventPairLow",
"tsEmitName": "EventPairLow",
"normalizedSignature": "EventPairLow|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::LpcReceiveSystem.Diagnostics.ThreadWaitReason",
"clrName": "LpcReceive",
"tsEmitName": "LpcReceive",
"normalizedSignature": "LpcReceive|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::LpcReplySystem.Diagnostics.ThreadWaitReason",
"clrName": "LpcReply",
"tsEmitName": "LpcReply",
"normalizedSignature": "LpcReply|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::VirtualMemorySystem.Diagnostics.ThreadWaitReason",
"clrName": "VirtualMemory",
"tsEmitName": "VirtualMemory",
"normalizedSignature": "VirtualMemory|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::PageOutSystem.Diagnostics.ThreadWaitReason",
"clrName": "PageOut",
"tsEmitName": "PageOut",
"normalizedSignature": "PageOut|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.Process:System.Diagnostics.ThreadWaitReason::UnknownSystem.Diagnostics.ThreadWaitReason",
"clrName": "Unknown",
"tsEmitName": "Unknown",
"normalizedSignature": "Unknown|System.Diagnostics.ThreadWaitReason|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType",
"clrName": "System.Diagnostics.TraceEventType",
"tsEmitName": "TraceEventType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::CriticalSystem.Diagnostics.TraceEventType",
"clrName": "Critical",
"tsEmitName": "Critical",
"normalizedSignature": "Critical|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::ErrorSystem.Diagnostics.TraceEventType",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::WarningSystem.Diagnostics.TraceEventType",
"clrName": "Warning",
"tsEmitName": "Warning",
"normalizedSignature": "Warning|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::InformationSystem.Diagnostics.TraceEventType",
"clrName": "Information",
"tsEmitName": "Information",
"normalizedSignature": "Information|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::VerboseSystem.Diagnostics.TraceEventType",
"clrName": "Verbose",
"tsEmitName": "Verbose",
"normalizedSignature": "Verbose|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::StartSystem.Diagnostics.TraceEventType",
"clrName": "Start",
"tsEmitName": "Start",
"normalizedSignature": "Start|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::StopSystem.Diagnostics.TraceEventType",
"clrName": "Stop",
"tsEmitName": "Stop",
"normalizedSignature": "Stop|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::SuspendSystem.Diagnostics.TraceEventType",
"clrName": "Suspend",
"tsEmitName": "Suspend",
"normalizedSignature": "Suspend|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::ResumeSystem.Diagnostics.TraceEventType",
"clrName": "Resume",
"tsEmitName": "Resume",
"normalizedSignature": "Resume|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceEventType::TransferSystem.Diagnostics.TraceEventType",
"clrName": "Transfer",
"tsEmitName": "Transfer",
"normalizedSignature": "Transfer|System.Diagnostics.TraceEventType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel",
"clrName": "System.Diagnostics.TraceLevel",
"tsEmitName": "TraceLevel",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::OffSystem.Diagnostics.TraceLevel",
"clrName": "Off",
"tsEmitName": "Off",
"normalizedSignature": "Off|System.Diagnostics.TraceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::ErrorSystem.Diagnostics.TraceLevel",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Diagnostics.TraceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::WarningSystem.Diagnostics.TraceLevel",
"clrName": "Warning",
"tsEmitName": "Warning",
"normalizedSignature": "Warning|System.Diagnostics.TraceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::InfoSystem.Diagnostics.TraceLevel",
"clrName": "Info",
"tsEmitName": "Info",
"normalizedSignature": "Info|System.Diagnostics.TraceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceLevel::VerboseSystem.Diagnostics.TraceLevel",
"clrName": "Verbose",
"tsEmitName": "Verbose",
"normalizedSignature": "Verbose|System.Diagnostics.TraceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceOptions",
"clrName": "System.Diagnostics.TraceOptions",
"tsEmitName": "TraceOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Diagnostics.TraceSource:System.Diagnostics.TraceOptions::value__System.Int32",
"c