@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
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
}
}
]
}
]
}