UNPKG

@tsonic/dotnet-pure

Version:

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

1,234 lines 194 kB
{ "namespace": "System.Formats.Tar", "types": [ { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat", "clrName": "System.Formats.Tar.TarEntryFormat", "tsEmitName": "TarEntryFormat", "assemblyName": "System.Formats.Tar", "metadataToken": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::value__System.Int32", "clrName": "value__", "tsEmitName": "value__", "metadataToken": 67109137, "normalizedSignature": "value__|System.Int32|static=false|const=false", "isStatic": false, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::UnknownSystem.Formats.Tar.TarEntryFormat", "clrName": "Unknown", "tsEmitName": "Unknown", "metadataToken": 67109138, "normalizedSignature": "Unknown|System.Formats.Tar.TarEntryFormat|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::V7System.Formats.Tar.TarEntryFormat", "clrName": "V7", "tsEmitName": "V7", "metadataToken": 67109139, "normalizedSignature": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::UstarSystem.Formats.Tar.TarEntryFormat", "clrName": "Ustar", "tsEmitName": "Ustar", "metadataToken": 67109140, "normalizedSignature": "Ustar|System.Formats.Tar.TarEntryFormat|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::PaxSystem.Formats.Tar.TarEntryFormat", "clrName": "Pax", "tsEmitName": "Pax", "metadataToken": 67109141, "normalizedSignature": "Pax|System.Formats.Tar.TarEntryFormat|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryFormat::GnuSystem.Formats.Tar.TarEntryFormat", "clrName": "Gnu", "tsEmitName": "Gnu", "metadataToken": 67109142, "normalizedSignature": "Gnu|System.Formats.Tar.TarEntryFormat|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar" } ], "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.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109137 } }, { "tsName": "Unknown", "isStatic": true, "tsSignatureId": "Unknown|System.Formats.Tar.TarEntryFormat|static=true|const=true", "target": { "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109138 } }, { "tsName": "V7", "isStatic": true, "tsSignatureId": "V7|System.Formats.Tar.TarEntryFormat|static=true|const=true", "target": { "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109139 } }, { "tsName": "Ustar", "isStatic": true, "tsSignatureId": "Ustar|System.Formats.Tar.TarEntryFormat|static=true|const=true", "target": { "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109140 } }, { "tsName": "Pax", "isStatic": true, "tsSignatureId": "Pax|System.Formats.Tar.TarEntryFormat|static=true|const=true", "target": { "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109141 } }, { "tsName": "Gnu", "isStatic": true, "tsSignatureId": "Gnu|System.Formats.Tar.TarEntryFormat|static=true|const=true", "target": { "declaringClrType": "System.Formats.Tar.TarEntryFormat", "declaringAssemblyName": "System.Formats.Tar", "metadataToken": 67109142 } } ] }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType", "clrName": "System.Formats.Tar.TarEntryType", "tsEmitName": "TarEntryType", "assemblyName": "System.Formats.Tar", "metadataToken": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::value__System.Byte", "clrName": "value__", "tsEmitName": "value__", "metadataToken": 67109145, "normalizedSignature": "value__|System.Byte|static=false|const=false", "isStatic": false, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::RegularFileSystem.Formats.Tar.TarEntryType", "clrName": "RegularFile", "tsEmitName": "RegularFile", "metadataToken": 67109146, "normalizedSignature": "RegularFile|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::HardLinkSystem.Formats.Tar.TarEntryType", "clrName": "HardLink", "tsEmitName": "HardLink", "metadataToken": 67109147, "normalizedSignature": "HardLink|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::SymbolicLinkSystem.Formats.Tar.TarEntryType", "clrName": "SymbolicLink", "tsEmitName": "SymbolicLink", "metadataToken": 67109148, "normalizedSignature": "SymbolicLink|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::CharacterDeviceSystem.Formats.Tar.TarEntryType", "clrName": "CharacterDevice", "tsEmitName": "CharacterDevice", "metadataToken": 67109149, "normalizedSignature": "CharacterDevice|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::BlockDeviceSystem.Formats.Tar.TarEntryType", "clrName": "BlockDevice", "tsEmitName": "BlockDevice", "metadataToken": 67109150, "normalizedSignature": "BlockDevice|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::DirectorySystem.Formats.Tar.TarEntryType", "clrName": "Directory", "tsEmitName": "Directory", "metadataToken": 67109151, "normalizedSignature": "Directory|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::FifoSystem.Formats.Tar.TarEntryType", "clrName": "Fifo", "tsEmitName": "Fifo", "metadataToken": 67109152, "normalizedSignature": "Fifo|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::ContiguousFileSystem.Formats.Tar.TarEntryType", "clrName": "ContiguousFile", "tsEmitName": "ContiguousFile", "metadataToken": 67109153, "normalizedSignature": "ContiguousFile|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::ExtendedAttributesSystem.Formats.Tar.TarEntryType", "clrName": "ExtendedAttributes", "tsEmitName": "ExtendedAttributes", "metadataToken": 67109154, "normalizedSignature": "ExtendedAttributes|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::GlobalExtendedAttributesSystem.Formats.Tar.TarEntryType", "clrName": "GlobalExtendedAttributes", "tsEmitName": "GlobalExtendedAttributes", "metadataToken": 67109155, "normalizedSignature": "GlobalExtendedAttributes|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::DirectoryListSystem.Formats.Tar.TarEntryType", "clrName": "DirectoryList", "tsEmitName": "DirectoryList", "metadataToken": 67109156, "normalizedSignature": "DirectoryList|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::LongLinkSystem.Formats.Tar.TarEntryType", "clrName": "LongLink", "tsEmitName": "LongLink", "metadataToken": 67109157, "normalizedSignature": "LongLink|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::LongPathSystem.Formats.Tar.TarEntryType", "clrName": "LongPath", "tsEmitName": "LongPath", "metadataToken": 67109158, "normalizedSignature": "LongPath|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::MultiVolumeSystem.Formats.Tar.TarEntryType", "clrName": "MultiVolume", "tsEmitName": "MultiVolume", "metadataToken": 67109159, "normalizedSignature": "MultiVolume|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::V7RegularFileSystem.Formats.Tar.TarEntryType", "clrName": "V7RegularFile", "tsEmitName": "V7RegularFile", "metadataToken": 67109160, "normalizedSignature": "V7RegularFile|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::RenamedOrSymlinkedSystem.Formats.Tar.TarEntryType", "clrName": "RenamedOrSymlinked", "tsEmitName": "RenamedOrSymlinked", "metadataToken": 67109161, "normalizedSignature": "RenamedOrSymlinked|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::SparseFileSystem.Formats.Tar.TarEntryType", "clrName": "SparseFile", "tsEmitName": "SparseFile", "metadataToken": 67109162, "normalizedSignature": "SparseFile|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" }, { "stableId": "System.Formats.Tar:System.Formats.Tar.TarEntryType::TapeVolumeSystem.Formats.Tar.TarEntryType", "clrName": "TapeVolume", "tsEmitName": "TapeVolume", "metadataToken": 67109163, "normalizedSignature": "TapeVolume|System.Formats.Tar.TarEntryType|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Formats.Tar.TarEntryType", "declaringAssemblyName": "System.Formats.Tar" } ], "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.