Class FuncForeverHandler
Forever Handler for Func. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
public class FuncForeverHandler
- Inheritance
-
FuncForeverHandler
- Inherited Members
Constructors
FuncForeverHandler(Func)
public FuncForeverHandler(Func managed)
Parameters
managed
Func
Fields
NativeCallback
public Func NativeCallback