HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class Context

package cs.system.runtime.remoting.contexts

@:nativeGen@:libType@:csNative@:native("System.Runtime.Remoting.Contexts.Context")

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

staticget_DefaultContext():Context

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

get_ContextID():Int

get_ContextProperties():NativeArray<IContextProperty>

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe