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