InstanceDescriptor::IsComplete Property
.NET Framework (current version)
Gets a value indicating whether the contents of this InstanceDescriptor completely identify the instance.
Assembly: System (in System.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: