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