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 ObjRef

package cs.system.runtime.remoting

implements IObjectReference, ISerializable

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

Available on cs

Constructor

finalnew()

finalnew(o:MarshalByRefObject, requestedType:Type)

Variables

ChannelInfo:IChannelInfo

EnvoyInfo:IEnvoyInfo

TypeInfo:IRemotingTypeInfo

URI:String

Methods

GetObjectData(info:SerializationInfo, context:StreamingContext):Void

GetRealObject(context:StreamingContext):Dynamic

finalIsFromThisAppDomain():Bool

finalIsFromThisProcess():Bool

get_ChannelInfo():IChannelInfo

get_EnvoyInfo():IEnvoyInfo

get_TypeInfo():IRemotingTypeInfo

get_URI():String

set_ChannelInfo(value:IChannelInfo):IChannelInfo

set_EnvoyInfo(value:IEnvoyInfo):IEnvoyInfo

set_TypeInfo(value:IRemotingTypeInfo):IRemotingTypeInfo

set_URI(value:String):String

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe