Type.IsPointerImpl Method
.NET Framework 1.1
When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer.
[Visual Basic] Protected MustOverride Function IsPointerImpl() As Boolean [C#] protected abstract bool IsPointerImpl(); [C++] protected: virtual bool IsPointerImpl() = 0; [JScript] protected abstract function IsPointerImpl() : Boolean;
Return Value
true if the Type is a pointer; 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