Class ExceptionHandlerForeverHandler
- Namespace
- JavaScriptCore.Internal
- Assembly
- JavaScriptCore-6.0.dll
Forever Handler for ExceptionHandler. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
public class ExceptionHandlerForeverHandler
- Inheritance
-
ExceptionHandlerForeverHandler
- Inherited Members
Constructors
ExceptionHandlerForeverHandler(ExceptionHandler)
public ExceptionHandlerForeverHandler(ExceptionHandler managed)
Parameters
managed
ExceptionHandler
Fields
NativeCallback
public ExceptionHandler NativeCallback