NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsMarshalByRefImpl

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;

Return Value

true if the Type is marshalled by reference; otherwise, false.

Remarks

This method can be overridden by a derived class.

See Also

Type Class | Type Members | System Namespace | IsMarshalByRef