UNPKG

@tsonic/dotnet-pure

Version:

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

1,283 lines 171 kB
{ "namespace": "System.Diagnostics.Contracts", "types": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind", "clrName": "System.Diagnostics.Contracts.ContractFailureKind", "tsEmitName": "ContractFailureKind", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::value__System.Int32", "clrName": "value__", "tsEmitName": "value__", "metadataToken": 67117656, "normalizedSignature": "value__|System.Int32|static=false|const=false", "isStatic": false, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PreconditionSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "Precondition", "tsEmitName": "Precondition", "metadataToken": 67117657, "normalizedSignature": "Precondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "Postcondition", "tsEmitName": "Postcondition", "metadataToken": 67117658, "normalizedSignature": "Postcondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::PostconditionOnExceptionSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "PostconditionOnException", "tsEmitName": "PostconditionOnException", "metadataToken": 67117659, "normalizedSignature": "PostconditionOnException|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::InvariantSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "Invariant", "tsEmitName": "Invariant", "metadataToken": 67117660, "normalizedSignature": "Invariant|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssertSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "Assert", "tsEmitName": "Assert", "metadataToken": 67117661, "normalizedSignature": "Assert|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractFailureKind::AssumeSystem.Diagnostics.Contracts.ContractFailureKind", "clrName": "Assume", "tsEmitName": "Assume", "metadataToken": 67117662, "normalizedSignature": "Assume|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "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.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117656 } }, { "tsName": "Precondition", "isStatic": true, "tsSignatureId": "Precondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117657 } }, { "tsName": "Postcondition", "isStatic": true, "tsSignatureId": "Postcondition|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117658 } }, { "tsName": "PostconditionOnException", "isStatic": true, "tsSignatureId": "PostconditionOnException|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117659 } }, { "tsName": "Invariant", "isStatic": true, "tsSignatureId": "Invariant|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117660 } }, { "tsName": "Assert", "isStatic": true, "tsSignatureId": "Assert|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117661 } }, { "tsName": "Assume", "isStatic": true, "tsSignatureId": "Assume|System.Diagnostics.Contracts.ContractFailureKind|static=true|const=true", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractFailureKind", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 67117662 } } ] }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractAbbreviatorAttribute", "clrName": "System.Diagnostics.Contracts.ContractAbbreviatorAttribute", "tsEmitName": "ContractAbbreviatorAttribute", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractAbbreviatorAttribute::.ctor():void", "metadataToken": 100703167, "canonicalSignature": "():void", "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0, "declaringClrType": "System.Diagnostics.Contracts.ContractAbbreviatorAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "exposedMethods": [ { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663890 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663891 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663892 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663893 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type,System.Boolean):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663894 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663895 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663896 } }, { "tsName": "Equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663898 } }, { "tsName": "GetHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663899 } }, { "tsName": "Match", "isStatic": false, "tsSignatureId": "Match|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663902 } }, { "tsName": "IsDefaultAttribute", "isStatic": false, "tsSignatureId": "IsDefaultAttribute|():System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663903 } }, { "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": 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 } } ], "exposedProperties": [ { "tsName": "TypeId", "isStatic": false, "tsSignatureId": "TypeId|:System.Object|static=false|accessor=get", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385876000 } } ], "exposedConstructors": [ { "isStatic": false, "tsSignatureId": "constructor|():void|static=false", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractAbbreviatorAttribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100703167 } } ] }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractArgumentValidatorAttribute", "clrName": "System.Diagnostics.Contracts.ContractArgumentValidatorAttribute", "tsEmitName": "ContractArgumentValidatorAttribute", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractArgumentValidatorAttribute::.ctor():void", "metadataToken": 100703166, "canonicalSignature": "():void", "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0, "declaringClrType": "System.Diagnostics.Contracts.ContractArgumentValidatorAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "exposedMethods": [ { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663890 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663891 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663892 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663893 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type,System.Boolean):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663894 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663895 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663896 } }, { "tsName": "Equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663898 } }, { "tsName": "GetHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663899 } }, { "tsName": "Match", "isStatic": false, "tsSignatureId": "Match|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663902 } }, { "tsName": "IsDefaultAttribute", "isStatic": false, "tsSignatureId": "IsDefaultAttribute|():System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663903 } }, { "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": 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 } } ], "exposedProperties": [ { "tsName": "TypeId", "isStatic": false, "tsSignatureId": "TypeId|:System.Object|static=false|accessor=get", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385876000 } } ], "exposedConstructors": [ { "isStatic": false, "tsSignatureId": "constructor|():void|static=false", "target": { "declaringClrType": "System.Diagnostics.Contracts.ContractArgumentValidatorAttribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100703166 } } ] }, { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute", "clrName": "System.Diagnostics.Contracts.ContractClassAttribute", "tsEmitName": "ContractClassAttribute", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::TypeContainingContracts:System.Type", "clrName": "TypeContainingContracts", "tsEmitName": "TypeContainingContracts", "metadataToken": 385881085, "canonicalSignature": ":System.Type", "normalizedSignature": "TypeContainingContracts|:System.Type|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Diagnostics.Contracts.ContractClassAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [ { "stableId": "System.Private.CoreLib:System.Diagnostics.Contracts.ContractClassAttribute::.ctor(System.Type):void", "metadataToken": 100703155, "canonicalSignature": "(System.Type):void", "normalizedSignature": "constructor|(System.Type):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Diagnostics.Contracts.ContractClassAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "exposedMethods": [ { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663890 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663891 } }, { "tsName": "GetCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663892 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663893 } }, { "tsName": "IsDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type,System.Boolean):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663894 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663895 } }, { "tsName": "GetCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663896 } }, { "tsName": "Equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663898 } }, { "tsName": "GetHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663899 } }, { "tsName": "Match", "isStatic": false, "tsSignatureId": "Match|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663902 } }, { "tsName": "IsDefaultAttribute", "isStatic": false, "tsSignatureId": "IsDefaultAttribute|():System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663903 } }, { "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": 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 } } ], "exposedProperties": [