UNPKG

@tsonic/dotnet-pure

Version:

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

1,160 lines 874 kB
{ "namespace": "System.Net.NetworkInformation", "types": [ { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "tsEmitName": "DuplicateAddressDetectionState", "assemblyName": "System.Net.NetworkInformation", "metadataToken": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::value__System.Int32", "clrName": "value__", "tsEmitName": "value__", "metadataToken": 67108995, "normalizedSignature": "value__|System.Int32|static=false|const=false", "isStatic": false, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" }, { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::InvalidSystem.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "Invalid", "tsEmitName": "Invalid", "metadataToken": 67108996, "normalizedSignature": "Invalid|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" }, { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::TentativeSystem.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "Tentative", "tsEmitName": "Tentative", "metadataToken": 67108997, "normalizedSignature": "Tentative|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" }, { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::DuplicateSystem.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "Duplicate", "tsEmitName": "Duplicate", "metadataToken": 67108998, "normalizedSignature": "Duplicate|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" }, { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::DeprecatedSystem.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "Deprecated", "tsEmitName": "Deprecated", "metadataToken": 67108999, "normalizedSignature": "Deprecated|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" }, { "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.DuplicateAddressDetectionState::PreferredSystem.Net.NetworkInformation.DuplicateAddressDetectionState", "clrName": "Preferred", "tsEmitName": "Preferred", "metadataToken": 67109000, "normalizedSignature": "Preferred|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation" } ], "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.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67108995 } }, { "tsName": "Invalid", "isStatic": true, "tsSignatureId": "Invalid|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "target": { "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67108996 } }, { "tsName": "Tentative", "isStatic": true, "tsSignatureId": "Tentative|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "target": { "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67108997 } }, { "tsName": "Duplicate", "isStatic": true, "tsSignatureId": "Duplicate|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "target": { "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67108998 } }, { "tsName": "Deprecated", "isStatic": true, "tsSignatureId": "Deprecated|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "target": { "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67108999 } }, { "tsName": "Preferred", "isStatic": true, "tsSignatureId": "Preferred|System.Net.NetworkInformation.DuplicateAddressDetectionState|static=true|const=true", "target": { "declaringClrType": "System.Net.NetworkInformation.DuplicateAddressDetectionState", "declaringAssemblyName": "System.Net.NetworkInformation", "metadataToken": 67109000 } } ] }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus", "clrName": "System.Net.NetworkInformation.IPStatus", "tsEmitName": "IPStatus", "assemblyName": "System.Net.Ping", "metadataToken": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::value__System.Int32", "clrName": "value__", "tsEmitName": "value__", "metadataToken": 67108972, "normalizedSignature": "value__|System.Int32|static=false|const=false", "isStatic": false, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::SuccessSystem.Net.NetworkInformation.IPStatus", "clrName": "Success", "tsEmitName": "Success", "metadataToken": 67108973, "normalizedSignature": "Success|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationNetworkUnreachableSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationNetworkUnreachable", "tsEmitName": "DestinationNetworkUnreachable", "metadataToken": 67108974, "normalizedSignature": "DestinationNetworkUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationHostUnreachableSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationHostUnreachable", "tsEmitName": "DestinationHostUnreachable", "metadataToken": 67108975, "normalizedSignature": "DestinationHostUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationProtocolUnreachableSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationProtocolUnreachable", "tsEmitName": "DestinationProtocolUnreachable", "metadataToken": 67108976, "normalizedSignature": "DestinationProtocolUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationPortUnreachableSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationPortUnreachable", "tsEmitName": "DestinationPortUnreachable", "metadataToken": 67108977, "normalizedSignature": "DestinationPortUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationProhibitedSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationProhibited", "tsEmitName": "DestinationProhibited", "metadataToken": 67108978, "normalizedSignature": "DestinationProhibited|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::NoResourcesSystem.Net.NetworkInformation.IPStatus", "clrName": "NoResources", "tsEmitName": "NoResources", "metadataToken": 67108979, "normalizedSignature": "NoResources|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadOptionSystem.Net.NetworkInformation.IPStatus", "clrName": "BadOption", "tsEmitName": "BadOption", "metadataToken": 67108980, "normalizedSignature": "BadOption|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::HardwareErrorSystem.Net.NetworkInformation.IPStatus", "clrName": "HardwareError", "tsEmitName": "HardwareError", "metadataToken": 67108981, "normalizedSignature": "HardwareError|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::PacketTooBigSystem.Net.NetworkInformation.IPStatus", "clrName": "PacketTooBig", "tsEmitName": "PacketTooBig", "metadataToken": 67108982, "normalizedSignature": "PacketTooBig|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TimedOutSystem.Net.NetworkInformation.IPStatus", "clrName": "TimedOut", "tsEmitName": "TimedOut", "metadataToken": 67108983, "normalizedSignature": "TimedOut|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadRouteSystem.Net.NetworkInformation.IPStatus", "clrName": "BadRoute", "tsEmitName": "BadRoute", "metadataToken": 67108984, "normalizedSignature": "BadRoute|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TtlExpiredSystem.Net.NetworkInformation.IPStatus", "clrName": "TtlExpired", "tsEmitName": "TtlExpired", "metadataToken": 67108985, "normalizedSignature": "TtlExpired|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TtlReassemblyTimeExceededSystem.Net.NetworkInformation.IPStatus", "clrName": "TtlReassemblyTimeExceeded", "tsEmitName": "TtlReassemblyTimeExceeded", "metadataToken": 67108986, "normalizedSignature": "TtlReassemblyTimeExceeded|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::ParameterProblemSystem.Net.NetworkInformation.IPStatus", "clrName": "ParameterProblem", "tsEmitName": "ParameterProblem", "metadataToken": 67108987, "normalizedSignature": "ParameterProblem|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::SourceQuenchSystem.Net.NetworkInformation.IPStatus", "clrName": "SourceQuench", "tsEmitName": "SourceQuench", "metadataToken": 67108988, "normalizedSignature": "SourceQuench|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadDestinationSystem.Net.NetworkInformation.IPStatus", "clrName": "BadDestination", "tsEmitName": "BadDestination", "metadataToken": 67108989, "normalizedSignature": "BadDestination|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationUnreachableSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationUnreachable", "tsEmitName": "DestinationUnreachable", "metadataToken": 67108990, "normalizedSignature": "DestinationUnreachable|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::TimeExceededSystem.Net.NetworkInformation.IPStatus", "clrName": "TimeExceeded", "tsEmitName": "TimeExceeded", "metadataToken": 67108991, "normalizedSignature": "TimeExceeded|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::BadHeaderSystem.Net.NetworkInformation.IPStatus", "clrName": "BadHeader", "tsEmitName": "BadHeader", "metadataToken": 67108992, "normalizedSignature": "BadHeader|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::UnrecognizedNextHeaderSystem.Net.NetworkInformation.IPStatus", "clrName": "UnrecognizedNextHeader", "tsEmitName": "UnrecognizedNextHeader", "metadataToken": 67108993, "normalizedSignature": "UnrecognizedNextHeader|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::IcmpErrorSystem.Net.NetworkInformation.IPStatus", "clrName": "IcmpError", "tsEmitName": "IcmpError", "metadataToken": 67108994, "normalizedSignature": "IcmpError|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::DestinationScopeMismatchSystem.Net.NetworkInformation.IPStatus", "clrName": "DestinationScopeMismatch", "tsEmitName": "DestinationScopeMismatch", "metadataToken": 67108995, "normalizedSignature": "DestinationScopeMismatch|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" }, { "stableId": "System.Net.Ping:System.Net.NetworkInformation.IPStatus::UnknownSystem.Net.NetworkInformation.IPStatus", "clrName": "Unknown", "tsEmitName": "Unknown", "metadataToken": 67108996, "normalizedSignature": "Unknown|System.Net.NetworkInformation.IPStatus|static=true|const=true", "isStatic": true, "isReadOnly": false, "declaringClrType": "System.Net.NetworkInformation.IPStatus", "declaringAssemblyName": "System.Net.Ping" } ], "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": { "declarin