Click or drag to resize

ITrackableObjectFactoryCreateOfTObject Method

Creates a completely new trackable object of the given type

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
TObject CreateOf<TObject>(
	params Object[] args
)
where TObject : class

Parameters

args
Type: SystemObject
Constructor arguments in order, if the whole type has a constructor with arguments.

Type Parameters

TObject
The type of the object to track

Return Value

Type: TObject
The change-trackable object
See Also