Available on cs
staticread onlyDefaultContext:Context
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
staticget_DefaultContext():Context
finalnew()
read onlyContextID:Int
read onlyContextProperties:NativeArray<IContextProperty>
finalDoCallBack(deleg:CrossContextDelegate):Void
Freeze():Void
GetProperty(name:String):IContextProperty
SetProperty(prop:IContextProperty):Void
ToString():String
get_ContextID():Int
get_ContextProperties():NativeArray<IContextProperty>