Instance.IsPointer Property

Gets a value indicating whether this instance is reference.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool IsPointer { get; }

Property Value

Type: Boolean
true if this instance is reference; otherwise, false.

Implements

IInstance.IsPointer

Reference

Instance Class

TwinCAT.Ads.TypeSystem Namespace