package cs.system.runtime.remoting.contexts
Available on csnew ()
read only ContextID:Int
read only ContextProperties:NativeArray<IContextProperty>
DoCallBack (deleg:CrossContextDelegate):Void
Freeze ():Void
GetProperty (name:String):IContextProperty
SetProperty (prop:IContextProperty):Void
ToString ():String
static read only DefaultContext:Context
static AllocateDataSlot ():LocalDataStoreSlot
static AllocateNamedDataSlot (name:String):LocalDataStoreSlot
static FreeNamedDataSlot (name:String):Void
static GetData (slot:LocalDataStoreSlot):Dynamic
static GetNamedDataSlot (name:String):LocalDataStoreSlot
static RegisterDynamicProperty (prop:IDynamicProperty, obj:ContextBoundObject, ctx:Context):Bool
static SetData (slot:LocalDataStoreSlot, data:Dynamic):Void
static UnregisterDynamicProperty (name:String, obj:ContextBoundObject, ctx:Context):Bool
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/runtime/remoting/contexts/Context.html