@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,197 lines (1,196 loc) • 799 kB
JSON
{
"namespace": "System.Threading.Tasks",
"types": [
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions",
"clrName": "System.Threading.Tasks.ConfigureAwaitOptions",
"tsEmitName": "ConfigureAwaitOptions",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"metadataToken": 67112577,
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions::NoneSystem.Threading.Tasks.ConfigureAwaitOptions",
"clrName": "None",
"tsEmitName": "none",
"metadataToken": 67112578,
"normalizedSignature": "None|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions::ContinueOnCapturedContextSystem.Threading.Tasks.ConfigureAwaitOptions",
"clrName": "ContinueOnCapturedContext",
"tsEmitName": "continueOnCapturedContext",
"metadataToken": 67112579,
"normalizedSignature": "ContinueOnCapturedContext|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions::SuppressThrowingSystem.Threading.Tasks.ConfigureAwaitOptions",
"clrName": "SuppressThrowing",
"tsEmitName": "suppressThrowing",
"metadataToken": 67112580,
"normalizedSignature": "SuppressThrowing|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.ConfigureAwaitOptions::ForceYieldingSystem.Threading.Tasks.ConfigureAwaitOptions",
"clrName": "ForceYielding",
"tsEmitName": "forceYielding",
"metadataToken": 67112581,
"normalizedSignature": "ForceYielding|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getName",
"isStatic": true,
"tsSignatureId": "GetName|(TEnum):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664288
}
},
{
"tsName": "getName",
"isStatic": true,
"tsSignatureId": "GetName|(System.Type,System.Object):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664289
}
},
{
"tsName": "getNames",
"isStatic": true,
"tsSignatureId": "GetNames|():System.String[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664293
}
},
{
"tsName": "getNames",
"isStatic": true,
"tsSignatureId": "GetNames|(System.Type):System.String[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664294
}
},
{
"tsName": "getUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetUnderlyingType|(System.Type):System.Type|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664296
}
},
{
"tsName": "getValues",
"isStatic": true,
"tsSignatureId": "GetValues|():TEnum[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664297
}
},
{
"tsName": "getValues",
"isStatic": true,
"tsSignatureId": "GetValues|(System.Type):System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664298
}
},
{
"tsName": "getValuesAsUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetValuesAsUnderlyingType|():System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664299
}
},
{
"tsName": "getValuesAsUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetValuesAsUnderlyingType|(System.Type):System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664300
}
},
{
"tsName": "hasFlag",
"isStatic": false,
"tsSignatureId": "HasFlag|(System.Enum):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664303
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(TEnum):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664304
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(System.Type,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664306
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664309
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664311
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):TEnum|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664313
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):TEnum|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664315
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664317
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Object\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664319
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],TEnum\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664322
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,TEnum\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664324
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664331
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664332
}
},
{
"tsName": "compareTo",
"isStatic": false,
"tsSignatureId": "CompareTo|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664333
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664334
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|(System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664336
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|(System.String,System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664337
}
},
{
"tsName": "format",
"isStatic": true,
"tsSignatureId": "Format|(System.Type,System.Object,System.String):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664344
}
},
{
"tsName": "tryFormat",
"isStatic": true,
"tsSignatureId": "TryFormat|(TEnum,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664346
}
},
{
"tsName": "getTypeCode",
"isStatic": false,
"tsSignatureId": "GetTypeCode|():System.TypeCode|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664361
}
},
{
"tsName": "toObject",
"isStatic": true,
"tsSignatureId": "ToObject|(System.Type,System.Byte):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664381
}
},
{
"tsName": "tryFormat$view",
"isStatic": false,
"tsSignatureId": "TryFormat|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean|static=false",
"target": {
"declaringClrType": "System.ISpanFormattable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100669347
}
},
{
"tsName": "toBoolean",
"isStatic": false,
"tsSignatureId": "ToBoolean|(System.IFormatProvider):System.Boolean|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668513
}
},
{
"tsName": "toChar",
"isStatic": false,
"tsSignatureId": "ToChar|(System.IFormatProvider):System.Char|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668514
}
},
{
"tsName": "toSByte",
"isStatic": false,
"tsSignatureId": "ToSByte|(System.IFormatProvider):System.SByte|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668515
}
},
{
"tsName": "toByte",
"isStatic": false,
"tsSignatureId": "ToByte|(System.IFormatProvider):System.Byte|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668516
}
},
{
"tsName": "toInt16",
"isStatic": false,
"tsSignatureId": "ToInt16|(System.IFormatProvider):System.Int16|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668517
}
},
{
"tsName": "toUInt16",
"isStatic": false,
"tsSignatureId": "ToUInt16|(System.IFormatProvider):System.UInt16|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668518
}
},
{
"tsName": "toInt32",
"isStatic": false,
"tsSignatureId": "ToInt32|(System.IFormatProvider):System.Int32|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668519
}
},
{
"tsName": "toUInt32",
"isStatic": false,
"tsSignatureId": "ToUInt32|(System.IFormatProvider):System.UInt32|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668520
}
},
{
"tsName": "toInt64",
"isStatic": false,
"tsSignatureId": "ToInt64|(System.IFormatProvider):System.Int64|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668521
}
},
{
"tsName": "toUInt64",
"isStatic": false,
"tsSignatureId": "ToUInt64|(System.IFormatProvider):System.UInt64|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668522
}
},
{
"tsName": "toSingle",
"isStatic": false,
"tsSignatureId": "ToSingle|(System.IFormatProvider):System.Single|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668523
}
},
{
"tsName": "toDouble",
"isStatic": false,
"tsSignatureId": "ToDouble|(System.IFormatProvider):System.Double|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668524
}
},
{
"tsName": "toDecimal",
"isStatic": false,
"tsSignatureId": "ToDecimal|(System.IFormatProvider):System.Decimal|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668525
}
},
{
"tsName": "toDateTime",
"isStatic": false,
"tsSignatureId": "ToDateTime|(System.IFormatProvider):System.DateTime|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668526
}
},
{
"tsName": "toType",
"isStatic": false,
"tsSignatureId": "ToType|(System.Type,System.IFormatProvider):System.Object|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668528
}
},
{
"tsName": "compareTo$view",
"isStatic": false,
"tsSignatureId": "CompareTo|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.IComparable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668510
}
},
{
"tsName": "toString$view",
"isStatic": false,
"tsSignatureId": "ToString|(System.String,System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.IFormattable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668533
}
},
{
"tsName": "getTypeCode$view",
"isStatic": false,
"tsSignatureId": "GetTypeCode|():System.TypeCode|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668512
}
},
{
"tsName": "toString$view",
"isStatic": false,
"tsSignatureId": "ToString|(System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668527
}
},
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "referenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
}
],
"exposedFields": [
{
"tsName": "value__",
"isStatic": false,
"tsSignatureId": "value__|System.Int32|static=false|const=false",
"target": {
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 67112577
}
},
{
"tsName": "none",
"isStatic": true,
"tsSignatureId": "None|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 67112578
}
},
{
"tsName": "continueOnCapturedContext",
"isStatic": true,
"tsSignatureId": "ContinueOnCapturedContext|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 67112579
}
},
{
"tsName": "suppressThrowing",
"isStatic": true,
"tsSignatureId": "SuppressThrowing|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 67112580
}
},
{
"tsName": "forceYielding",
"isStatic": true,
"tsSignatureId": "ForceYielding|System.Threading.Tasks.ConfigureAwaitOptions|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Tasks.ConfigureAwaitOptions",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 67112581
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions",
"clrName": "System.Threading.Tasks.TaskContinuationOptions",
"tsEmitName": "TaskContinuationOptions",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"metadataToken": 67112716,
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::NoneSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "None",
"tsEmitName": "none",
"metadataToken": 67112717,
"normalizedSignature": "None|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::PreferFairnessSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "PreferFairness",
"tsEmitName": "preferFairness",
"metadataToken": 67112718,
"normalizedSignature": "PreferFairness|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::LongRunningSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "LongRunning",
"tsEmitName": "longRunning",
"metadataToken": 67112719,
"normalizedSignature": "LongRunning|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::AttachedToParentSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "AttachedToParent",
"tsEmitName": "attachedToParent",
"metadataToken": 67112720,
"normalizedSignature": "AttachedToParent|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::DenyChildAttachSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "DenyChildAttach",
"tsEmitName": "denyChildAttach",
"metadataToken": 67112721,
"normalizedSignature": "DenyChildAttach|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::HideSchedulerSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "HideScheduler",
"tsEmitName": "hideScheduler",
"metadataToken": 67112722,
"normalizedSignature": "HideScheduler|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::LazyCancellationSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "LazyCancellation",
"tsEmitName": "lazyCancellation",
"metadataToken": 67112723,
"normalizedSignature": "LazyCancellation|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::RunContinuationsAsynchronouslySystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "RunContinuationsAsynchronously",
"tsEmitName": "runContinuationsAsynchronously",
"metadataToken": 67112724,
"normalizedSignature": "RunContinuationsAsynchronously|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::NotOnRanToCompletionSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "NotOnRanToCompletion",
"tsEmitName": "notOnRanToCompletion",
"metadataToken": 67112725,
"normalizedSignature": "NotOnRanToCompletion|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::NotOnFaultedSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "NotOnFaulted",
"tsEmitName": "notOnFaulted",
"metadataToken": 67112726,
"normalizedSignature": "NotOnFaulted|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::NotOnCanceledSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "NotOnCanceled",
"tsEmitName": "notOnCanceled",
"metadataToken": 67112727,
"normalizedSignature": "NotOnCanceled|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::OnlyOnRanToCompletionSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "OnlyOnRanToCompletion",
"tsEmitName": "onlyOnRanToCompletion",
"metadataToken": 67112728,
"normalizedSignature": "OnlyOnRanToCompletion|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::OnlyOnFaultedSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "OnlyOnFaulted",
"tsEmitName": "onlyOnFaulted",
"metadataToken": 67112729,
"normalizedSignature": "OnlyOnFaulted|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::OnlyOnCanceledSystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "OnlyOnCanceled",
"tsEmitName": "onlyOnCanceled",
"metadataToken": 67112730,
"normalizedSignature": "OnlyOnCanceled|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
},
{
"stableId": "System.Private.CoreLib:System.Threading.Tasks.TaskContinuationOptions::ExecuteSynchronouslySystem.Threading.Tasks.TaskContinuationOptions",
"clrName": "ExecuteSynchronously",
"tsEmitName": "executeSynchronously",
"metadataToken": 67112731,
"normalizedSignature": "ExecuteSynchronously|System.Threading.Tasks.TaskContinuationOptions|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Tasks.TaskContinuationOptions",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getName",
"isStatic": true,
"tsSignatureId": "GetName|(TEnum):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664288
}
},
{
"tsName": "getName",
"isStatic": true,
"tsSignatureId": "GetName|(System.Type,System.Object):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664289
}
},
{
"tsName": "getNames",
"isStatic": true,
"tsSignatureId": "GetNames|():System.String[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664293
}
},
{
"tsName": "getNames",
"isStatic": true,
"tsSignatureId": "GetNames|(System.Type):System.String[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664294
}
},
{
"tsName": "getUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetUnderlyingType|(System.Type):System.Type|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664296
}
},
{
"tsName": "getValues",
"isStatic": true,
"tsSignatureId": "GetValues|():TEnum[]|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664297
}
},
{
"tsName": "getValues",
"isStatic": true,
"tsSignatureId": "GetValues|(System.Type):System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664298
}
},
{
"tsName": "getValuesAsUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetValuesAsUnderlyingType|():System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664299
}
},
{
"tsName": "getValuesAsUnderlyingType",
"isStatic": true,
"tsSignatureId": "GetValuesAsUnderlyingType|(System.Type):System.Array|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664300
}
},
{
"tsName": "hasFlag",
"isStatic": false,
"tsSignatureId": "HasFlag|(System.Enum):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664303
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(TEnum):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664304
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(System.Type,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664306
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664309
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664311
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):TEnum|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664313
}
},
{
"tsName": "parse",
"isStatic": true,
"tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):TEnum|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664315
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Object\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664317
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.Type,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Object\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664319
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],TEnum\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664322
}
},
{
"tsName": "tryParse",
"isStatic": true,
"tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,TEnum\u0026):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664324
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664331
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664332
}
},
{
"tsName": "compareTo",
"isStatic": false,
"tsSignatureId": "CompareTo|(System.Object):System.Int32|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664333
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664334
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|(System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664336
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|(System.String,System.IFormatProvider):System.String|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664337
}
},
{
"tsName": "format",
"isStatic": true,
"tsSignatureId": "Format|(System.Type,System.Object,System.String):System.String|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664344
}
},
{
"tsName": "tryFormat",
"isStatic": true,
"tsSignatureId": "TryFormat|(TEnum,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664346
}
},
{
"tsName": "getTypeCode",
"isStatic": false,
"tsSignatureId": "GetTypeCode|():System.TypeCode|static=false",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664361
}
},
{
"tsName": "toObject",
"isStatic": true,
"tsSignatureId": "ToObject|(System.Type,System.Byte):System.Object|static=true",
"target": {
"declaringClrType": "System.Enum",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664381
}
},
{
"tsName": "tryFormat$view",
"isStatic": false,
"tsSignatureId": "TryFormat|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean|static=false",
"target": {
"declaringClrType": "System.ISpanFormattable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100669347
}
},
{
"tsName": "toBoolean",
"isStatic": false,
"tsSignatureId": "ToBoolean|(System.IFormatProvider):System.Boolean|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668513
}
},
{
"tsName": "toChar",
"isStatic": false,
"tsSignatureId": "ToChar|(System.IFormatProvider):System.Char|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668514
}
},
{
"tsName": "toSByte",
"isStatic": false,
"tsSignatureId": "ToSByte|(System.IFormatProvider):System.SByte|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668515
}
},
{
"tsName": "toByte",
"isStatic": false,
"tsSignatureId": "ToByte|(System.IFormatProvider):System.Byte|static=false",
"target": {
"declaringClrType": "System.IConvertible",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668516
}
},
{
"tsName": "toInt16",