InstanceDescriptor.IsComplete Property

Definition

Gets a value indicating whether the contents of this InstanceDescriptor completely identify the instance.

public:
 property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean

Property Value

true if the instance is completely described; otherwise, false.

Remarks

Typically, an InstanceDescriptor completely describes a particular instance. However, some objects are too complex for a single method or constructor to represent. IsComplete indicates whether an InstanceDescriptor is incomplete, so a user can identify these objects and perform additional processing, if necessary, to further describe their state.

Applies to