@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,276 lines • 111 kB
JSON
{
"namespace": "System.Net.Mime",
"types": [
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding",
"clrName": "System.Net.Mime.TransferEncoding",
"tsEmitName": "TransferEncoding",
"assemblyName": "System.Net.Mail",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"metadataToken": 67109363,
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::UnknownSystem.Net.Mime.TransferEncoding",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"metadataToken": 67109364,
"normalizedSignature": "Unknown|System.Net.Mime.TransferEncoding|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::QuotedPrintableSystem.Net.Mime.TransferEncoding",
"clrName": "QuotedPrintable",
"tsEmitName": "quotedPrintable",
"metadataToken": 67109365,
"normalizedSignature": "QuotedPrintable|System.Net.Mime.TransferEncoding|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::Base64System.Net.Mime.TransferEncoding",
"clrName": "Base64",
"tsEmitName": "base64",
"metadataToken": 67109366,
"normalizedSignature": "Base64|System.Net.Mime.TransferEncoding|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::SevenBitSystem.Net.Mime.TransferEncoding",
"clrName": "SevenBit",
"tsEmitName": "sevenBit",
"metadataToken": 67109367,
"normalizedSignature": "SevenBit|System.Net.Mime.TransferEncoding|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.TransferEncoding::EightBitSystem.Net.Mime.TransferEncoding",
"clrName": "EightBit",
"tsEmitName": "eightBit",
"metadataToken": 67109368,
"normalizedSignature": "EightBit|System.Net.Mime.TransferEncoding|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail"
}
],
"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.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109363
}
},
{
"tsName": "unknown_",
"isStatic": true,
"tsSignatureId": "Unknown|System.Net.Mime.TransferEncoding|static=true|const=true",
"target": {
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109364
}
},
{
"tsName": "quotedPrintable",
"isStatic": true,
"tsSignatureId": "QuotedPrintable|System.Net.Mime.TransferEncoding|static=true|const=true",
"target": {
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109365
}
},
{
"tsName": "base64",
"isStatic": true,
"tsSignatureId": "Base64|System.Net.Mime.TransferEncoding|static=true|const=true",
"target": {
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109366
}
},
{
"tsName": "sevenBit",
"isStatic": true,
"tsSignatureId": "SevenBit|System.Net.Mime.TransferEncoding|static=true|const=true",
"target": {
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109367
}
},
{
"tsName": "eightBit",
"isStatic": true,
"tsSignatureId": "EightBit|System.Net.Mime.TransferEncoding|static=true|const=true",
"target": {
"declaringClrType": "System.Net.Mime.TransferEncoding",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 67109368
}
}
]
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition",
"clrName": "System.Net.Mime.ContentDisposition",
"tsEmitName": "ContentDisposition",
"assemblyName": "System.Net.Mail",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::ToString():System.String",
"clrName": "ToString",
"tsEmitName": "toString",
"metadataToken": 100664147,
"canonicalSignature": "():System.String",
"normalizedSignature": "ToString|():System.String|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::Equals(System.Object):System.Boolean",
"clrName": "Equals",
"tsEmitName": "equals",
"metadataToken": 100664150,
"canonicalSignature": "(System.Object):System.Boolean",
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::GetHashCode():System.Int32",
"clrName": "GetHashCode",
"tsEmitName": "getHashCode",
"metadataToken": 100664151,
"canonicalSignature": "():System.Int32",
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::DispositionType:System.String",
"clrName": "DispositionType",
"tsEmitName": "dispositionType",
"metadataToken": 385876191,
"canonicalSignature": ":System.String",
"normalizedSignature": "DispositionType|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::Parameters:System.Collections.Specialized.StringDictionary",
"clrName": "Parameters",
"tsEmitName": "parameters",
"metadataToken": 385876192,
"canonicalSignature": ":System.Collections.Specialized.StringDictionary",
"normalizedSignature": "Parameters|:System.Collections.Specialized.StringDictionary|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::FileName:System.String",
"clrName": "FileName",
"tsEmitName": "fileName",
"metadataToken": 385876193,
"canonicalSignature": ":System.String",
"normalizedSignature": "FileName|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::CreationDate:System.DateTime",
"clrName": "CreationDate",
"tsEmitName": "creationDate",
"metadataToken": 385876194,
"canonicalSignature": ":System.DateTime",
"normalizedSignature": "CreationDate|:System.DateTime|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::ModificationDate:System.DateTime",
"clrName": "ModificationDate",
"tsEmitName": "modificationDate",
"metadataToken": 385876195,
"canonicalSignature": ":System.DateTime",
"normalizedSignature": "ModificationDate|:System.DateTime|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::Inline:System.Boolean",
"clrName": "Inline",
"tsEmitName": "inline",
"metadataToken": 385876196,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "Inline|:System.Boolean|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::ReadDate:System.DateTime",
"clrName": "ReadDate",
"tsEmitName": "readDate",
"metadataToken": 385876197,
"canonicalSignature": ":System.DateTime",
"normalizedSignature": "ReadDate|:System.DateTime|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::Size:System.Int64",
"clrName": "Size",
"tsEmitName": "size",
"metadataToken": 385876198,
"canonicalSignature": ":System.Int64",
"normalizedSignature": "Size|:System.Int64|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::.ctor():void",
"metadataToken": 100664127,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentDisposition::.ctor(System.String):void",
"metadataToken": 100664128,
"canonicalSignature": "(System.String):void",
"normalizedSignature": "constructor|(System.String):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail"
}
],
"exposedMethods": [
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664147
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664150
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664151
}
},
{
"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
}
}
],
"exposedProperties": [
{
"tsName": "dispositionType",
"isStatic": false,
"tsSignatureId": "DispositionType|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876191
}
},
{
"tsName": "parameters",
"isStatic": false,
"tsSignatureId": "Parameters|:System.Collections.Specialized.StringDictionary|static=false|accessor=get",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876192
}
},
{
"tsName": "fileName",
"isStatic": false,
"tsSignatureId": "FileName|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876193
}
},
{
"tsName": "creationDate",
"isStatic": false,
"tsSignatureId": "CreationDate|:System.DateTime|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876194
}
},
{
"tsName": "modificationDate",
"isStatic": false,
"tsSignatureId": "ModificationDate|:System.DateTime|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876195
}
},
{
"tsName": "inline",
"isStatic": false,
"tsSignatureId": "Inline|:System.Boolean|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876196
}
},
{
"tsName": "readDate",
"isStatic": false,
"tsSignatureId": "ReadDate|:System.DateTime|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876197
}
},
{
"tsName": "size",
"isStatic": false,
"tsSignatureId": "Size|:System.Int64|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876198
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|():void|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664127
}
},
{
"isStatic": false,
"tsSignatureId": "constructor|(System.String):void|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentDisposition",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664128
}
}
]
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType",
"clrName": "System.Net.Mime.ContentType",
"tsEmitName": "ContentType",
"assemblyName": "System.Net.Mail",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::ToString():System.String",
"clrName": "ToString",
"tsEmitName": "toString",
"metadataToken": 100664171,
"canonicalSignature": "():System.String",
"normalizedSignature": "ToString|():System.String|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::Equals(System.Object):System.Boolean",
"clrName": "Equals",
"tsEmitName": "equals",
"metadataToken": 100664174,
"canonicalSignature": "(System.Object):System.Boolean",
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::GetHashCode():System.Int32",
"clrName": "GetHashCode",
"tsEmitName": "getHashCode",
"metadataToken": 100664175,
"canonicalSignature": "():System.Int32",
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::Boundary:System.String",
"clrName": "Boundary",
"tsEmitName": "boundary",
"metadataToken": 385876200,
"canonicalSignature": ":System.String",
"normalizedSignature": "Boundary|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::CharSet:System.String",
"clrName": "CharSet",
"tsEmitName": "charSet",
"metadataToken": 385876201,
"canonicalSignature": ":System.String",
"normalizedSignature": "CharSet|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::MediaType:System.String",
"clrName": "MediaType",
"tsEmitName": "mediaType",
"metadataToken": 385876202,
"canonicalSignature": ":System.String",
"normalizedSignature": "MediaType|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::Name:System.String",
"clrName": "Name",
"tsEmitName": "name",
"metadataToken": 385876203,
"canonicalSignature": ":System.String",
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": true,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::Parameters:System.Collections.Specialized.StringDictionary",
"clrName": "Parameters",
"tsEmitName": "parameters",
"metadataToken": 385876204,
"canonicalSignature": ":System.Collections.Specialized.StringDictionary",
"normalizedSignature": "Parameters|:System.Collections.Specialized.StringDictionary|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::.ctor():void",
"metadataToken": 100664158,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
},
{
"stableId": "System.Net.Mail:System.Net.Mime.ContentType::.ctor(System.String):void",
"metadataToken": 100664159,
"canonicalSignature": "(System.String):void",
"normalizedSignature": "constructor|(System.String):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail"
}
],
"exposedMethods": [
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664171
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664174
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 100664175
}
},
{
"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
}
}
],
"exposedProperties": [
{
"tsName": "boundary",
"isStatic": false,
"tsSignatureId": "Boundary|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876200
}
},
{
"tsName": "charSet",
"isStatic": false,
"tsSignatureId": "CharSet|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876201
}
},
{
"tsName": "mediaType",
"isStatic": false,
"tsSignatureId": "MediaType|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataToken": 385876202
}
},
{
"tsName": "name",
"isStatic": false,
"tsSignatureId": "Name|:System.String|static=false|accessor=getset",
"target": {
"declaringClrType": "System.Net.Mime.ContentType",
"declaringAssemblyName": "System.Net.Mail",
"metadataTok