KernelModeTime Property (ExecutionHistoryItem)
In This Topic
The total kernel mode CPU time for this instance, in milliseconds
Syntax
'Declaration
Public ReadOnly Property KernelModeTime As Integer
public int KernelModeTime {get;}
public:
property int KernelModeTime {
int get();
}
See Also