Click or drag to resize

Detected Class

Represents the result of a detection.
Inheritance Hierarchy
SystemObject
  Demo3D.NetDetected

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class Detected

The Detected type exposes the following members.

Properties
  NameDescription
Public propertyMessage
Corresponding supporting message (or null).
Public propertyPermanent
The detected state is permanent. Detecting again will always return the same result.
Public propertyState
The detection state.
Top
Methods
  NameDescription
Public methodStatic memberNo
Installation or connection not detected, but might change.
Public methodStatic memberNoPermanent
Detected that the installation or connection doesn't and can't exist, and no point asking again.
Top
Fields
  NameDescription
Public fieldStatic memberCantDetect
Neither yes nor no, but no point asking again.
Public fieldStatic memberCantDetectPermanent
Neither yes nor no, but no point asking again.
Public fieldStatic memberYes
Installation or connection detected, but might change.
Public fieldStatic memberYesPermanent
Installation or connection detected, and no point asking again.
Top
See Also