Gets a value indicating whether the Type is marshalled by reference.
[Visual Basic] Public ReadOnly Property IsMarshalByRef As Boolean [C#] public bool IsMarshalByRef {get;} [C++] public: __property bool get_IsMarshalByRef(); [JScript] public function get IsMarshalByRef() : Boolean;
true if the Type is marshalled by reference; otherwise, false.
Type Class | Type Members | System Namespace | IsMarshalByRefImpl