Implements the IsMarshalByRef property and determines whether the Type is marshalled by reference.
[Visual Basic] Overridable Protected Function IsMarshalByRefImpl() As Boolean [C#] protected virtual bool IsMarshalByRefImpl(); [C++] protected: virtual bool IsMarshalByRefImpl(); [JScript] protected function IsMarshalByRefImpl() : Boolean;
true if the Type is marshalled by reference; otherwise, false.
This method can be overridden by a derived class.
Type Class | Type Members | System Namespace | IsMarshalByRef