UNPKG

@tsonic/dotnet-pure

Version:

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

230 lines 8.99 kB
{ "namespace": "System.Runtime.ExceptionServices", "contributingAssemblies": [ "System.Private.CoreLib" ], "types": [ { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo", "clrName": "System.Runtime.ExceptionServices.ExceptionDispatchInfo", "tsEmitName": "ExceptionDispatchInfo", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo", "clrName": "Capture", "tsEmitName": "Capture", "normalizedSignature": "Capture|(System.Exception):System.Runtime.ExceptionServices.ExceptionDispatchInfo|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw():System.Void", "clrName": "Throw", "tsEmitName": "Throw", "normalizedSignature": "Throw|():System.Void|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 0, "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw(System.Exception):System.Void", "clrName": "Throw", "tsEmitName": "Throw", "normalizedSignature": "Throw|(System.Exception):System.Void|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SetCurrentStackTrace(System.Exception):System.Exception", "clrName": "SetCurrentStackTrace", "tsEmitName": "SetCurrentStackTrace", "normalizedSignature": "SetCurrentStackTrace|(System.Exception):System.Exception|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SetRemoteStackTrace(System.Exception,System.String):System.Exception", "clrName": "SetRemoteStackTrace", "tsEmitName": "SetRemoteStackTrace", "normalizedSignature": "SetRemoteStackTrace|(System.Exception,System.String):System.Exception|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 2, "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionDispatchInfo::SourceException:System.Exception", "clrName": "SourceException", "tsEmitName": "SourceException", "normalizedSignature": "SourceException|:System.Exception|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false } ], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs", "clrName": "System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs", "tsEmitName": "FirstChanceExceptionEventArgs", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": false, "isStatic": false, "arity": 0, "methods": [], "properties": [ { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs::Exception:System.Exception", "clrName": "Exception", "tsEmitName": "Exception", "normalizedSignature": "Exception|:System.Exception|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false } ], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|(System.Exception):void|static=false", "isStatic": false, "parameterCount": 1 } ] }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute", "clrName": "System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute", "tsEmitName": "HandleProcessCorruptedStateExceptionsAttribute", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 0, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0 } ] }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionHandling", "clrName": "System.Runtime.ExceptionServices.ExceptionHandling", "tsEmitName": "ExceptionHandling", "kind": "StaticNamespace", "accessibility": "Public", "isAbstract": true, "isSealed": true, "isStatic": true, "arity": 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", "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", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Runtime.ExceptionServices.ExceptionHandling::RaiseAppDomainUnhandledExceptionEvent(System.Object):System.Void", "clrName": "RaiseAppDomainUnhandledExceptionEvent", "tsEmitName": "RaiseAppDomainUnhandledExceptionEvent", "normalizedSignature": "RaiseAppDomainUnhandledExceptionEvent|(System.Object):System.Void|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [] } ] }