RemotableAttribute

Overview

The RemotableAttribute class is a custom attribute which is used to mark a class or an Enum as Remotable. Remotable types can be sent "over the wire" between Remoting SDK clients and servers.

The TypeManager will look for this attribute when searching for matching classes to read from an incoming message.

Location

Properties


ActivatorClass

 

property ActivatorClass: Type read write;

 

Type ActivatorClass { get; set; }

 

Property ActivatorClass() As Type

Instance Methods


constructor

 

constructor

 

RemotableAttribute()

 

Sub New()