Share via


Nonremotable Objects

Some objects cannot leave their application domain; they are never marshaled because they do not declare a method of serialization. ** These nonremotable objects are designed for use within the same application domain in which they were created, and are always accessed directly from that application domain. Most base classes in the .NET Framework class library are nonremotable objects.

See Also

.NET Remoting Overview | Remotable and Nonremotable Objects | Remotable Objects | MarshalByRefObject