Table of Contents

Class OptionsFuncForeverHandler

Namespace
JavaScriptCore.Internal
Assembly
JavaScriptCore-6.0.dll

Forever Handler for OptionsFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.

public class OptionsFuncForeverHandler
Inheritance
OptionsFuncForeverHandler
Inherited Members

Constructors

OptionsFuncForeverHandler(OptionsFunc)

public OptionsFuncForeverHandler(OptionsFunc managed)

Parameters

managed OptionsFunc

Fields

NativeCallback

public OptionsFunc NativeCallback

Field Value

OptionsFunc