ThreadCreateEvent.Category Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the thread's category.
public:
property int Category { int get(); };
public:
property int Category { int get(); };
public int Category { get; }
member this.Category : int
Public ReadOnly Property Category As Integer