ArcFM Desktop Developer Guide
MarshalByRefReadOnlyCollectionBase Class
Members 


Product Availability
Required Licenses
.NET Assembly
Provides the abstract base class for a strongly typed read-only collection.
Object Model
MarshalByRefReadOnlyCollectionBase Class
Syntax
'Declaration
 
Public MustInherit Class MarshalByRefReadOnlyCollectionBase 
   Inherits System.MarshalByRefObject
'Usage
 
Dim instance As MarshalByRefReadOnlyCollectionBase
public abstract class MarshalByRefReadOnlyCollectionBase : System.MarshalByRefObject 
Remarks
By deriving from MarshalByRefObject, instead of object, this collection can be accessed and modified across AppDomain and remoting boundaries. Otherwise, a serializable collection accessed across an AppDomain or remoting boundary will have "copy/byval" behavior.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Miner.Collections.Remoting.MarshalByRefReadOnlyCollectionBase

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MarshalByRefReadOnlyCollectionBase Members
Miner.Collections.Remoting Namespace

 

 


Send Comment