This documentation is archived and is not being maintained.
Type.IsByRefImpl Method
.NET Framework 1.1
When overridden in a derived class, implements the IsByRef property and determines whether the Type is passed by reference.
[Visual Basic] Protected MustOverride Function IsByRefImpl() As Boolean [C#] protected abstract bool IsByRefImpl(); [C++] protected: virtual bool IsByRefImpl() = 0; [JScript] protected abstract function IsByRefImpl() : Boolean;
Return Value
true if the Type is passed by reference; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Show: