Mono Class Library: System.Type Overview | Members

System.Type.IsPointer Property

Gets a bool value that indicates whether the current Type represents a pointer.

public bool IsPointer { get; }

Value

This property is read-only.

true if the current Type represents a pointer; otherwise false.

Remarks

This property is read-only.

If the current instance represents a generic type, or a type parameter of a generic type or method, this property always returns false.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0