@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,267 lines (1,266 loc) • 101 kB
JSON
{
"namespace": "System.Threading.Channels",
"types": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode",
"clrName": "System.Threading.Channels.BoundedChannelFullMode",
"tsEmitName": "BoundedChannelFullMode",
"assemblyName": "System.Threading.Channels",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"metadataToken": 67108936,
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::WaitSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "Wait",
"tsEmitName": "wait",
"metadataToken": 67108937,
"normalizedSignature": "Wait|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropNewestSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropNewest",
"tsEmitName": "dropNewest",
"metadataToken": 67108938,
"normalizedSignature": "DropNewest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropOldestSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropOldest",
"tsEmitName": "dropOldest",
"metadataToken": 67108939,
"normalizedSignature": "DropOldest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropWriteSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropWrite",
"tsEmitName": "dropWrite",
"metadataToken": 67108940,
"normalizedSignature": "DropWrite|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels"
}
],
"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.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 67108936
}
},
{
"tsName": "wait",
"isStatic": true,
"tsSignatureId": "Wait|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 67108937
}
},
{
"tsName": "dropNewest",
"isStatic": true,
"tsSignatureId": "DropNewest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 67108938
}
},
{
"tsName": "dropOldest",
"isStatic": true,
"tsSignatureId": "DropOldest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 67108939
}
},
{
"tsName": "dropWrite",
"isStatic": true,
"tsSignatureId": "DropWrite|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelFullMode",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 67108940
}
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions",
"clrName": "System.Threading.Channels.BoundedChannelOptions",
"tsEmitName": "BoundedChannelOptions",
"assemblyName": "System.Threading.Channels",
"metadataToken": 0,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::Capacity:System.Int32",
"clrName": "Capacity",
"tsEmitName": "capacity",
"metadataToken": 385876007,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::FullMode:System.Threading.Channels.BoundedChannelFullMode",
"clrName": "FullMode",
"tsEmitName": "fullMode",
"metadataToken": 385876008,
"canonicalSignature": ":System.Threading.Channels.BoundedChannelFullMode",
"normalizedSignature": "FullMode|:System.Threading.Channels.BoundedChannelFullMode|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::.ctor(System.Int32):void",
"metadataToken": 100663441,
"canonicalSignature": "(System.Int32):void",
"normalizedSignature": "constructor|(System.Int32):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels"
}
],
"exposedMethods": [
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"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
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "capacity",
"isStatic": false,
"tsSignatureId": "Capacity|:System.Int32|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876007
}
},
{
"tsName": "fullMode",
"isStatic": false,
"tsSignatureId": "FullMode|:System.Threading.Channels.BoundedChannelFullMode|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876008
}
},
{
"tsName": "singleWriter",
"isStatic": false,
"tsSignatureId": "SingleWriter|:System.Boolean|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Threading.Channels.ChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876004
}
},
{
"tsName": "singleReader",
"isStatic": false,
"tsSignatureId": "SingleReader|:System.Boolean|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Threading.Channels.ChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876005
}
},
{
"tsName": "allowSynchronousContinuations",
"isStatic": false,
"tsSignatureId": "AllowSynchronousContinuations|:System.Boolean|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Threading.Channels.ChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876006
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|(System.Int32):void|static=false",
"target": {
"declaringClrType": "System.Threading.Channels.BoundedChannelOptions",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 100663441
}
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00601",
"clrName": "System.Threading.Channels.Channel\u00601",
"tsEmitName": "Channel_1",
"assemblyName": "System.Threading.Channels",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"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
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "reader",
"isStatic": false,
"tsSignatureId": "Reader|:ChannelReader_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876014
}
},
{
"tsName": "writer",
"isStatic": false,
"tsSignatureId": "Writer|:ChannelWriter_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876015
}
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602",
"clrName": "System.Threading.Channels.Channel\u00602",
"tsEmitName": "Channel_2",
"assemblyName": "System.Threading.Channels",
"metadataToken": 0,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Reader:ChannelReader_1",
"clrName": "Reader",
"tsEmitName": "reader",
"metadataToken": 385876014,
"canonicalSignature": ":ChannelReader_1",
"normalizedSignature": "Reader|:ChannelReader_1|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Writer:ChannelWriter_1",
"clrName": "Writer",
"tsEmitName": "writer",
"metadataToken": 385876015,
"canonicalSignature": ":ChannelWriter_1",
"normalizedSignature": "Writer|:ChannelWriter_1|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"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
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "reader",
"isStatic": false,
"tsSignatureId": "Reader|:ChannelReader_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876014
}
},
{
"tsName": "writer",
"isStatic": false,
"tsSignatureId": "Writer|:ChannelWriter_1|static=false|accessor=get",
"target": {
"declaringClrType": "System.Threading.Channels.Channel\u00602",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 385876015
}
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException",
"clrName": "System.Threading.Channels.ChannelClosedException",
"tsEmitName": "ChannelClosedException",
"assemblyName": "System.Threading.Channels",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "getObjectData$view",
"metadataToken": 100682649,
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"emitScope": "ViewOnly",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Runtime.Serialization.ISerializable",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "getObjectData",
"metadataToken": 0,
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::.ctor():void",
"metadataToken": 100663429,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::.ctor(System.String):void",
"metadataToken": 100663430,
"canonicalSignature": "(System.String):void",
"normalizedSignature": "constructor|(System.String):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::.ctor(System.Exception):void",
"metadataToken": 100663431,
"canonicalSignature": "(System.Exception):void",
"normalizedSignature": "constructor|(System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels"
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::.ctor(System.String,System.Exception):void",
"metadataToken": 100663432,
"canonicalSignature": "(System.String,System.Exception):void",
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 2,
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels"
}
],
"exposedMethods": [
{
"tsName": "getObjectData$view",
"isStatic": false,
"tsSignatureId": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.Serialization.ISerializable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100682649
}
},
{
"tsName": "getObjectData",
"isStatic": false,
"tsSignatureId": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"target": {
"declaringClrType": "System.Threading.Channels.ChannelClosedException",
"declaringAssemblyName": "System.Threading.Channels",
"metadataToken": 0
}
},
{
"tsName": "getBaseException",
"isStatic": false,
"tsSignatureId": "GetBaseException|():System.Exception|static=false",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664511
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664518
}
},
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664523
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"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
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "targetSite",
"isStatic": false,
"tsSignatureId": "TargetSite|:System.Reflection.MethodBase|static=false|accessor=get",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876073
}
},
{
"tsName": "message",
"isStatic": false,
"tsSignatureId": "Message|:System.String|static=false|accessor=get",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876076
}
},
{
"tsName": "data",
"isStatic": false,
"tsSignatureId": "Data|:System.Collections.IDictionary|static=false|accessor=get",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876077
}
},
{
"tsName": "innerException",
"isStatic": false,
"tsSignatureId": "InnerException|:System.Exception|static=false|accessor=get",
"target": {
"declaringClrType": "System.Exception",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876078
}