Table of Contents

Method IsPointerImpl

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

IsPointerImpl()

When overridden in a derived class, implements the IsPointer property and determines whether the Type is a pointer.

protected override bool IsPointerImpl()

Returns

bool

true if the Type is a pointer; otherwise, false.