Type.IsMarshalByRef Property
.NET Framework (current version)
Gets a value indicating whether the Type is marshaled by reference.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Type.IsMarshalByRefThe following example demonstrates the IsContextful, IsMarshalByRef, and IsPrimitive properties of the Type class. It checks whether the given type can be hosted in the context, whether it can be marshaled by reference, and whether the type is a primitive data type.
.NET Framework
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Show: