UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

1,197 lines (1,196 loc) 799 kB
{ "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",