@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
671 lines • 27.5 kB
JSON
{
"namespace": "System.Runtime.ExceptionServices",
"types": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"clrName": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"tsEmitName": "ExceptionDispatchInfo",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"clrName": "Capture",
"tsEmitName": "capture",
"metadataToken": 100695510,
"canonicalSignature": "(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"normalizedSignature": "Capture|(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw():System.Void",
"clrName": "Throw",
"tsEmitName": "throw_",
"metadataToken": 100695512,
"canonicalSignature": "():System.Void",
"normalizedSignature": "Throw|():System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 0,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw(System.Exception):System.Void",
"clrName": "Throw",
"tsEmitName": "throw_",
"metadataToken": 100695513,
"canonicalSignature": "(System.Exception):System.Void",
"normalizedSignature": "Throw|(System.Exception):System.Void|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SetCurrentStackTrace(System.Exception):System.Exception",
"clrName": "SetCurrentStackTrace",
"tsEmitName": "setCurrentStackTrace",
"metadataToken": 100695514,
"canonicalSignature": "(System.Exception):System.Exception",
"normalizedSignature": "SetCurrentStackTrace|(System.Exception):System.Exception|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SetRemoteStackTrace(System.Exception,System.String):System.Exception",
"clrName": "SetRemoteStackTrace",
"tsEmitName": "setRemoteStackTrace",
"metadataToken": 100695515,
"canonicalSignature": "(System.Exception,System.String):System.Exception",
"normalizedSignature": "SetRemoteStackTrace|(System.Exception,System.String):System.Exception|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SourceException:System.Exception",
"clrName": "SourceException",
"tsEmitName": "sourceException",
"metadataToken": 385879704,
"canonicalSignature": ":System.Exception",
"normalizedSignature": "SourceException|:System.Exception|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "capture",
"isStatic": true,
"tsSignatureId": "Capture|(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695510
}
},
{
"tsName": "throw_",
"isStatic": false,
"tsSignatureId": "Throw|():System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695512
}
},
{
"tsName": "throw_",
"isStatic": true,
"tsSignatureId": "Throw|(System.Exception):System.Void|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695513
}
},
{
"tsName": "setCurrentStackTrace",
"isStatic": true,
"tsSignatureId": "SetCurrentStackTrace|(System.Exception):System.Exception|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695514
}
},
{
"tsName": "setRemoteStackTrace",
"isStatic": true,
"tsSignatureId": "SetRemoteStackTrace|(System.Exception,System.String):System.Exception|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695515
}
},
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "referenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "sourceException",
"isStatic": false,
"tsSignatureId": "SourceException|:System.Exception|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionDispatchInfo",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879704
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"clrName": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"tsEmitName": "FirstChanceExceptionEventArgs",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [],
"properties": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs::Exception:System.Exception",
"clrName": "Exception",
"tsEmitName": "exception",
"metadataToken": 385879705,
"canonicalSignature": ":System.Exception",
"normalizedSignature": "Exception|:System.Exception|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs::.ctor(System.Exception):void",
"metadataToken": 100695519,
"canonicalSignature": "(System.Exception):void",
"normalizedSignature": "constructor|(System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"exposedMethods": [
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "referenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
],
"exposedProperties": [
{
"tsName": "exception",
"isStatic": false,
"tsSignatureId": "Exception|:System.Exception|static=false|accessor=get",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385879705
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|(System.Exception):void|static=false",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695519
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute",
"clrName": "System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute",
"tsEmitName": "HandleProcessCorruptedStateExceptionsAttribute",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute::.ctor():void",
"metadataToken": 100695521,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute",
"declaringAssemblyName": "System.Private.CoreLib"
}
],
"exposedMethods": [
{
"tsName": "getCustomAttributes",
"isStatic": true,
"tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute[]|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663890
}
},
{
"tsName": "getCustomAttributes",
"isStatic": true,
"tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly):System.Attribute[]|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663891
}
},
{
"tsName": "getCustomAttributes",
"isStatic": true,
"tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Boolean):System.Attribute[]|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663892
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663893
}
},
{
"tsName": "isDefined",
"isStatic": true,
"tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type,System.Boolean):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663894
}
},
{
"tsName": "getCustomAttribute",
"isStatic": true,
"tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type):System.Attribute|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663895
}
},
{
"tsName": "getCustomAttribute",
"isStatic": true,
"tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute|static=true",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663896
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663898
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663899
}
},
{
"tsName": "match",
"isStatic": false,
"tsSignatureId": "Match|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663902
}
},
{
"tsName": "isDefaultAttribute",
"isStatic": false,
"tsSignatureId": "IsDefaultAttribute|():System.Boolean|static=false",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100663903
}
},
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "referenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
}
],
"exposedProperties": [
{
"tsName": "typeId",
"isStatic": false,
"tsSignatureId": "TypeId|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Attribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876000
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|():void|static=false",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695521
}
}
]
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionHandling",
"clrName": "System.Runtime.ExceptionServices.ExceptionHandling",
"tsEmitName": "ExceptionHandling",
"assemblyName": "System.Private.CoreLib",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionHandling::SetUnhandledExceptionHandler(System.Func_2[[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
"clrName": "SetUnhandledExceptionHandler",
"tsEmitName": "setUnhandledExceptionHandler",
"metadataToken": 100695517,
"canonicalSignature": "(System.Func_2[[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
"normalizedSignature": "SetUnhandledExceptionHandler|(System.Func_2[[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionHandling",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
},
{
"stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionHandling::RaiseAppDomainUnhandledExceptionEvent(System.Object):System.Void",
"clrName": "RaiseAppDomainUnhandledExceptionEvent",
"tsEmitName": "raiseAppDomainUnhandledExceptionEvent",
"metadataToken": 100695518,
"canonicalSignature": "(System.Object):System.Void",
"normalizedSignature": "RaiseAppDomainUnhandledExceptionEvent|(System.Object):System.Void|static=true",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionHandling",
"declaringAssemblyName": "System.Private.CoreLib",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "setUnhandledExceptionHandler",
"isStatic": true,
"tsSignatureId": "SetUnhandledExceptionHandler|(System.Func_2[[System.Exception,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionHandling",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695517
}
},
{
"tsName": "raiseAppDomainUnhandledExceptionEvent",
"isStatic": true,
"tsSignatureId": "RaiseAppDomainUnhandledExceptionEvent|(System.Object):System.Void|static=true",
"target": {
"declaringClrType": "System.Runtime.ExceptionServices.ExceptionHandling",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100695518
}
},
{
"tsName": "getType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "toString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664830
}
},
{
"tsName": "equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "referenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
},
{
"tsName": "getHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664833
}
}
]
}
]
}