Context

package cs.system.runtime.remoting.contexts

Available on cs

Static variables

staticread onlyDefaultContext:Context

Static methods

staticAllocateDataSlot():LocalDataStoreSlot

staticAllocateNamedDataSlot(name:String):LocalDataStoreSlot

staticFreeNamedDataSlot(name:String):Void

staticGetData(slot:LocalDataStoreSlot):Dynamic

staticGetNamedDataSlot(name:String):LocalDataStoreSlot

staticRegisterDynamicProperty(prop:IDynamicProperty, obj:ContextBoundObject, ctx:Context):Bool

staticSetData(slot:LocalDataStoreSlot, data:Dynamic):Void

staticUnregisterDynamicProperty(name:String, obj:ContextBoundObject, ctx:Context):Bool

Constructor

finalnew()

Variables

read onlyContextID:Int

read onlyContextProperties:NativeArray<IContextProperty>

Methods

finalDoCallBack(deleg:CrossContextDelegate):Void

Freeze():Void

GetProperty(name:String):IContextProperty

SetProperty(prop:IContextProperty):Void

ToString():String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/runtime/remoting/contexts/Context.html