[This is preliminary documentation and is subject to change.]

Create a new instance of the WatchedObject class.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public WatchedObject(
	Object value
)

Parameters

value
Type: System..::.Object
The initial value this WatchedObject must have.

See Also