Returns a parameter from the thread start.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public Object Info { get; }

Field Value

A thread parameter which is set in the constructor (XThreadBase(XThreadStart, Object)) or during the thread start (Start(Object)).

Implements

IXThread..::.Info

See Also