@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,349 lines • 4.29 MB
JSON
{
"namespace": "System",
"contributingAssemblies": [
"System.ComponentModel",
"System.ComponentModel.TypeConverter",
"System.Console",
"System.Memory",
"System.Private.CoreLib",
"System.Private.Uri"
],
"types": [
{
"stableId": "System.Private.CoreLib:System.AttributeTargets",
"clrName": "System.AttributeTargets",
"tsEmitName": "AttributeTargets",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::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.AttributeTargets::AssemblySystem.AttributeTargets",
"clrName": "Assembly",
"tsEmitName": "Assembly",
"normalizedSignature": "Assembly|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::ModuleSystem.AttributeTargets",
"clrName": "Module",
"tsEmitName": "Module",
"normalizedSignature": "Module|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::ClassSystem.AttributeTargets",
"clrName": "Class",
"tsEmitName": "Class",
"normalizedSignature": "Class|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::StructSystem.AttributeTargets",
"clrName": "Struct",
"tsEmitName": "Struct",
"normalizedSignature": "Struct|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::EnumSystem.AttributeTargets",
"clrName": "Enum",
"tsEmitName": "Enum",
"normalizedSignature": "Enum|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::ConstructorSystem.AttributeTargets",
"clrName": "Constructor",
"tsEmitName": "Constructor",
"normalizedSignature": "Constructor|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::MethodSystem.AttributeTargets",
"clrName": "Method",
"tsEmitName": "Method",
"normalizedSignature": "Method|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::PropertySystem.AttributeTargets",
"clrName": "Property",
"tsEmitName": "Property",
"normalizedSignature": "Property|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::FieldSystem.AttributeTargets",
"clrName": "Field",
"tsEmitName": "Field",
"normalizedSignature": "Field|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::EventSystem.AttributeTargets",
"clrName": "Event",
"tsEmitName": "Event",
"normalizedSignature": "Event|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::InterfaceSystem.AttributeTargets",
"clrName": "Interface",
"tsEmitName": "Interface",
"normalizedSignature": "Interface|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::ParameterSystem.AttributeTargets",
"clrName": "Parameter",
"tsEmitName": "Parameter",
"normalizedSignature": "Parameter|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::DelegateSystem.AttributeTargets",
"clrName": "Delegate",
"tsEmitName": "Delegate",
"normalizedSignature": "Delegate|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::ReturnValueSystem.AttributeTargets",
"clrName": "ReturnValue",
"tsEmitName": "ReturnValue",
"normalizedSignature": "ReturnValue|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::GenericParameterSystem.AttributeTargets",
"clrName": "GenericParameter",
"tsEmitName": "GenericParameter",
"normalizedSignature": "GenericParameter|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.AttributeTargets::AllSystem.AttributeTargets",
"clrName": "All",
"tsEmitName": "All",
"normalizedSignature": "All|System.AttributeTargets|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.CoreLib:System.Base64FormattingOptions",
"clrName": "System.Base64FormattingOptions",
"tsEmitName": "Base64FormattingOptions",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.Base64FormattingOptions::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.Base64FormattingOptions::NoneSystem.Base64FormattingOptions",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Base64FormattingOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.Base64FormattingOptions::InsertLineBreaksSystem.Base64FormattingOptions",
"clrName": "InsertLineBreaks",
"tsEmitName": "InsertLineBreaks",
"normalizedSignature": "InsertLineBreaks|System.Base64FormattingOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Console:System.ConsoleColor",
"clrName": "System.ConsoleColor",
"tsEmitName": "ConsoleColor",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Console:System.ConsoleColor::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Console:System.ConsoleColor::BlackSystem.ConsoleColor",
"clrName": "Black",
"tsEmitName": "Black",
"normalizedSignature": "Black|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkBlueSystem.ConsoleColor",
"clrName": "DarkBlue",
"tsEmitName": "DarkBlue",
"normalizedSignature": "DarkBlue|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkGreenSystem.ConsoleColor",
"clrName": "DarkGreen",
"tsEmitName": "DarkGreen",
"normalizedSignature": "DarkGreen|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkCyanSystem.ConsoleColor",
"clrName": "DarkCyan",
"tsEmitName": "DarkCyan",
"normalizedSignature": "DarkCyan|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkRedSystem.ConsoleColor",
"clrName": "DarkRed",
"tsEmitName": "DarkRed",
"normalizedSignature": "DarkRed|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkMagentaSystem.ConsoleColor",
"clrName": "DarkMagenta",
"tsEmitName": "DarkMagenta",
"normalizedSignature": "DarkMagenta|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkYellowSystem.ConsoleColor",
"clrName": "DarkYellow",
"tsEmitName": "DarkYellow",
"normalizedSignature": "DarkYellow|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::GraySystem.ConsoleColor",
"clrName": "Gray",
"tsEmitName": "Gray",
"normalizedSignature": "Gray|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::DarkGraySystem.ConsoleColor",
"clrName": "DarkGray",
"tsEmitName": "DarkGray",
"normalizedSignature": "DarkGray|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::BlueSystem.ConsoleColor",
"clrName": "Blue",
"tsEmitName": "Blue",
"normalizedSignature": "Blue|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::GreenSystem.ConsoleColor",
"clrName": "Green",
"tsEmitName": "Green",
"normalizedSignature": "Green|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::CyanSystem.ConsoleColor",
"clrName": "Cyan",
"tsEmitName": "Cyan",
"normalizedSignature": "Cyan|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::RedSystem.ConsoleColor",
"clrName": "Red",
"tsEmitName": "Red",
"normalizedSignature": "Red|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::MagentaSystem.ConsoleColor",
"clrName": "Magenta",
"tsEmitName": "Magenta",
"normalizedSignature": "Magenta|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::YellowSystem.ConsoleColor",
"clrName": "Yellow",
"tsEmitName": "Yellow",
"normalizedSignature": "Yellow|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleColor::WhiteSystem.ConsoleColor",
"clrName": "White",
"tsEmitName": "White",
"normalizedSignature": "White|System.ConsoleColor|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Console:System.ConsoleKey",
"clrName": "System.ConsoleKey",
"tsEmitName": "ConsoleKey",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Console:System.ConsoleKey::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Console:System.ConsoleKey::NoneSystem.ConsoleKey",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::BackspaceSystem.ConsoleKey",
"clrName": "Backspace",
"tsEmitName": "Backspace",
"normalizedSignature": "Backspace|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::TabSystem.ConsoleKey",
"clrName": "Tab",
"tsEmitName": "Tab",
"normalizedSignature": "Tab|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ClearSystem.ConsoleKey",
"clrName": "Clear",
"tsEmitName": "Clear",
"normalizedSignature": "Clear|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::EnterSystem.ConsoleKey",
"clrName": "Enter",
"tsEmitName": "Enter",
"normalizedSignature": "Enter|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PauseSystem.ConsoleKey",
"clrName": "Pause",
"tsEmitName": "Pause",
"normalizedSignature": "Pause|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::EscapeSystem.ConsoleKey",
"clrName": "Escape",
"tsEmitName": "Escape",
"normalizedSignature": "Escape|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SpacebarSystem.ConsoleKey",
"clrName": "Spacebar",
"tsEmitName": "Spacebar",
"normalizedSignature": "Spacebar|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PageUpSystem.ConsoleKey",
"clrName": "PageUp",
"tsEmitName": "PageUp",
"normalizedSignature": "PageUp|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PageDownSystem.ConsoleKey",
"clrName": "PageDown",
"tsEmitName": "PageDown",
"normalizedSignature": "PageDown|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::EndSystem.ConsoleKey",
"clrName": "End",
"tsEmitName": "End",
"normalizedSignature": "End|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::HomeSystem.ConsoleKey",
"clrName": "Home",
"tsEmitName": "Home",
"normalizedSignature": "Home|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::LeftArrowSystem.ConsoleKey",
"clrName": "LeftArrow",
"tsEmitName": "LeftArrow",
"normalizedSignature": "LeftArrow|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::UpArrowSystem.ConsoleKey",
"clrName": "UpArrow",
"tsEmitName": "UpArrow",
"normalizedSignature": "UpArrow|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::RightArrowSystem.ConsoleKey",
"clrName": "RightArrow",
"tsEmitName": "RightArrow",
"normalizedSignature": "RightArrow|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::DownArrowSystem.ConsoleKey",
"clrName": "DownArrow",
"tsEmitName": "DownArrow",
"normalizedSignature": "DownArrow|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SelectSystem.ConsoleKey",
"clrName": "Select",
"tsEmitName": "Select",
"normalizedSignature": "Select|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PrintSystem.ConsoleKey",
"clrName": "Print",
"tsEmitName": "Print",
"normalizedSignature": "Print|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ExecuteSystem.ConsoleKey",
"clrName": "Execute",
"tsEmitName": "Execute",
"normalizedSignature": "Execute|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PrintScreenSystem.ConsoleKey",
"clrName": "PrintScreen",
"tsEmitName": "PrintScreen",
"normalizedSignature": "PrintScreen|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::InsertSystem.ConsoleKey",
"clrName": "Insert",
"tsEmitName": "Insert",
"normalizedSignature": "Insert|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::DeleteSystem.ConsoleKey",
"clrName": "Delete",
"tsEmitName": "Delete",
"normalizedSignature": "Delete|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::HelpSystem.ConsoleKey",
"clrName": "Help",
"tsEmitName": "Help",
"normalizedSignature": "Help|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D0System.ConsoleKey",
"clrName": "D0",
"tsEmitName": "D0",
"normalizedSignature": "D0|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D1System.ConsoleKey",
"clrName": "D1",
"tsEmitName": "D1",
"normalizedSignature": "D1|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D2System.ConsoleKey",
"clrName": "D2",
"tsEmitName": "D2",
"normalizedSignature": "D2|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D3System.ConsoleKey",
"clrName": "D3",
"tsEmitName": "D3",
"normalizedSignature": "D3|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D4System.ConsoleKey",
"clrName": "D4",
"tsEmitName": "D4",
"normalizedSignature": "D4|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D5System.ConsoleKey",
"clrName": "D5",
"tsEmitName": "D5",
"normalizedSignature": "D5|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D6System.ConsoleKey",
"clrName": "D6",
"tsEmitName": "D6",
"normalizedSignature": "D6|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D7System.ConsoleKey",
"clrName": "D7",
"tsEmitName": "D7",
"normalizedSignature": "D7|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D8System.ConsoleKey",
"clrName": "D8",
"tsEmitName": "D8",
"normalizedSignature": "D8|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::D9System.ConsoleKey",
"clrName": "D9",
"tsEmitName": "D9",
"normalizedSignature": "D9|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ASystem.ConsoleKey",
"clrName": "A",
"tsEmitName": "A",
"normalizedSignature": "A|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::BSystem.ConsoleKey",
"clrName": "B",
"tsEmitName": "B",
"normalizedSignature": "B|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::CSystem.ConsoleKey",
"clrName": "C",
"tsEmitName": "C",
"normalizedSignature": "C|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::DSystem.ConsoleKey",
"clrName": "D",
"tsEmitName": "D",
"normalizedSignature": "D|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ESystem.ConsoleKey",
"clrName": "E",
"tsEmitName": "E",
"normalizedSignature": "E|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::FSystem.ConsoleKey",
"clrName": "F",
"tsEmitName": "F",
"normalizedSignature": "F|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::GSystem.ConsoleKey",
"clrName": "G",
"tsEmitName": "G",
"normalizedSignature": "G|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::HSystem.ConsoleKey",
"clrName": "H",
"tsEmitName": "H",
"normalizedSignature": "H|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ISystem.ConsoleKey",
"clrName": "I",
"tsEmitName": "I",
"normalizedSignature": "I|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::JSystem.ConsoleKey",
"clrName": "J",
"tsEmitName": "J",
"normalizedSignature": "J|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::KSystem.ConsoleKey",
"clrName": "K",
"tsEmitName": "K",
"normalizedSignature": "K|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::LSystem.ConsoleKey",
"clrName": "L",
"tsEmitName": "L",
"normalizedSignature": "L|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::MSystem.ConsoleKey",
"clrName": "M",
"tsEmitName": "M",
"normalizedSignature": "M|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NSystem.ConsoleKey",
"clrName": "N",
"tsEmitName": "N",
"normalizedSignature": "N|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::OSystem.ConsoleKey",
"clrName": "O",
"tsEmitName": "O",
"normalizedSignature": "O|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::PSystem.ConsoleKey",
"clrName": "P",
"tsEmitName": "P",
"normalizedSignature": "P|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::QSystem.ConsoleKey",
"clrName": "Q",
"tsEmitName": "Q",
"normalizedSignature": "Q|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::RSystem.ConsoleKey",
"clrName": "R",
"tsEmitName": "R",
"normalizedSignature": "R|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SSystem.ConsoleKey",
"clrName": "S",
"tsEmitName": "S",
"normalizedSignature": "S|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::TSystem.ConsoleKey",
"clrName": "T",
"tsEmitName": "T",
"normalizedSignature": "T|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::USystem.ConsoleKey",
"clrName": "U",
"tsEmitName": "U",
"normalizedSignature": "U|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::VSystem.ConsoleKey",
"clrName": "V",
"tsEmitName": "V",
"normalizedSignature": "V|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::WSystem.ConsoleKey",
"clrName": "W",
"tsEmitName": "W",
"normalizedSignature": "W|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::XSystem.ConsoleKey",
"clrName": "X",
"tsEmitName": "X",
"normalizedSignature": "X|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::YSystem.ConsoleKey",
"clrName": "Y",
"tsEmitName": "Y",
"normalizedSignature": "Y|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ZSystem.ConsoleKey",
"clrName": "Z",
"tsEmitName": "Z",
"normalizedSignature": "Z|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::LeftWindowsSystem.ConsoleKey",
"clrName": "LeftWindows",
"tsEmitName": "LeftWindows",
"normalizedSignature": "LeftWindows|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::RightWindowsSystem.ConsoleKey",
"clrName": "RightWindows",
"tsEmitName": "RightWindows",
"normalizedSignature": "RightWindows|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::ApplicationsSystem.ConsoleKey",
"clrName": "Applications",
"tsEmitName": "Applications",
"normalizedSignature": "Applications|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SleepSystem.ConsoleKey",
"clrName": "Sleep",
"tsEmitName": "Sleep",
"normalizedSignature": "Sleep|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad0System.ConsoleKey",
"clrName": "NumPad0",
"tsEmitName": "NumPad0",
"normalizedSignature": "NumPad0|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad1System.ConsoleKey",
"clrName": "NumPad1",
"tsEmitName": "NumPad1",
"normalizedSignature": "NumPad1|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad2System.ConsoleKey",
"clrName": "NumPad2",
"tsEmitName": "NumPad2",
"normalizedSignature": "NumPad2|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad3System.ConsoleKey",
"clrName": "NumPad3",
"tsEmitName": "NumPad3",
"normalizedSignature": "NumPad3|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad4System.ConsoleKey",
"clrName": "NumPad4",
"tsEmitName": "NumPad4",
"normalizedSignature": "NumPad4|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad5System.ConsoleKey",
"clrName": "NumPad5",
"tsEmitName": "NumPad5",
"normalizedSignature": "NumPad5|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad6System.ConsoleKey",
"clrName": "NumPad6",
"tsEmitName": "NumPad6",
"normalizedSignature": "NumPad6|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad7System.ConsoleKey",
"clrName": "NumPad7",
"tsEmitName": "NumPad7",
"normalizedSignature": "NumPad7|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad8System.ConsoleKey",
"clrName": "NumPad8",
"tsEmitName": "NumPad8",
"normalizedSignature": "NumPad8|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::NumPad9System.ConsoleKey",
"clrName": "NumPad9",
"tsEmitName": "NumPad9",
"normalizedSignature": "NumPad9|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::MultiplySystem.ConsoleKey",
"clrName": "Multiply",
"tsEmitName": "Multiply",
"normalizedSignature": "Multiply|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::AddSystem.ConsoleKey",
"clrName": "Add",
"tsEmitName": "Add",
"normalizedSignature": "Add|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SeparatorSystem.ConsoleKey",
"clrName": "Separator",
"tsEmitName": "Separator",
"normalizedSignature": "Separator|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::SubtractSystem.ConsoleKey",
"clrName": "Subtract",
"tsEmitName": "Subtract",
"normalizedSignature": "Subtract|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::DecimalSystem.ConsoleKey",
"clrName": "Decimal",
"tsEmitName": "Decimal",
"normalizedSignature": "Decimal|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::DivideSystem.ConsoleKey",
"clrName": "Divide",
"tsEmitName": "Divide",
"normalizedSignature": "Divide|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F1System.ConsoleKey",
"clrName": "F1",
"tsEmitName": "F1",
"normalizedSignature": "F1|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F2System.ConsoleKey",
"clrName": "F2",
"tsEmitName": "F2",
"normalizedSignature": "F2|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F3System.ConsoleKey",
"clrName": "F3",
"tsEmitName": "F3",
"normalizedSignature": "F3|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F4System.ConsoleKey",
"clrName": "F4",
"tsEmitName": "F4",
"normalizedSignature": "F4|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F5System.ConsoleKey",
"clrName": "F5",
"tsEmitName": "F5",
"normalizedSignature": "F5|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F6System.ConsoleKey",
"clrName": "F6",
"tsEmitName": "F6",
"normalizedSignature": "F6|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F7System.ConsoleKey",
"clrName": "F7",
"tsEmitName": "F7",
"normalizedSignature": "F7|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F8System.ConsoleKey",
"clrName": "F8",
"tsEmitName": "F8",
"normalizedSignature": "F8|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F9System.ConsoleKey",
"clrName": "F9",
"tsEmitName": "F9",
"normalizedSignature": "F9|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F10System.ConsoleKey",
"clrName": "F10",
"tsEmitName": "F10",
"normalizedSignature": "F10|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F11System.ConsoleKey",
"clrName": "F11",
"tsEmitName": "F11",
"normalizedSignature": "F11|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F12System.ConsoleKey",
"clrName": "F12",
"tsEmitName": "F12",
"normalizedSignature": "F12|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F13System.ConsoleKey",
"clrName": "F13",
"tsEmitName": "F13",
"normalizedSignature": "F13|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F14System.ConsoleKey",
"clrName": "F14",
"tsEmitName": "F14",
"normalizedSignature": "F14|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F15System.ConsoleKey",
"clrName": "F15",
"tsEmitName": "F15",
"normalizedSignature": "F15|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F16System.ConsoleKey",
"clrName": "F16",
"tsEmitName": "F16",
"normalizedSignature": "F16|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F17System.ConsoleKey",
"clrName": "F17",
"tsEmitName": "F17",
"normalizedSignature": "F17|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F18System.ConsoleKey",
"clrName": "F18",
"tsEmitName": "F18",
"normalizedSignature": "F18|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F19System.ConsoleKey",
"clrName": "F19",
"tsEmitName": "F19",
"normalizedSignature": "F19|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F20System.ConsoleKey",
"clrName": "F20",
"tsEmitName": "F20",
"normalizedSignature": "F20|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F21System.ConsoleKey",
"clrName": "F21",
"tsEmitName": "F21",
"normalizedSignature": "F21|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F22System.ConsoleKey",
"clrName": "F22",
"tsEmitName": "F22",
"normalizedSignature": "F22|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F23System.ConsoleKey",
"clrName": "F23",
"tsEmitName": "F23",
"normalizedSignature": "F23|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::F24System.ConsoleKey",
"clrName": "F24",
"tsEmitName": "F24",
"normalizedSignature": "F24|System.ConsoleKey|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Console:System.ConsoleKey::BrowserBackSystem.ConsoleKey",
"clrName": "BrowserBack",
"tsEmitName": "BrowserBack",
"normalizedSignature": "BrowserBack|System.Console