See Also: MarshalByRefObject Members
MarshalByRefObject is the base class for objects that communicate across application domain boundaries by exchanging messages via a proxy. Objects that do not inherit from MarshalByRefObject are implicitly marshal by value. When a remote application references a marshal by value object, a copy of the object is passed across application domain boundaries.