10 references to IsNt
System (10)
services\monitoring\system\diagnosticts\Process.cs (4)
872
if (processName.Length == 15 && ProcessManager.
IsNt
&& ProcessManager.IsOSOlderThanXP && !isRemoteMachine) {
1452
if (ProcessManager.
IsNt
) {
1499
if (ProcessManager.
IsNt
) {
2042
if (ProcessManager.
IsNt
) {
services\monitoring\system\diagnosticts\ProcessManager.cs (6)
151
if (!isRemoteMachine &&
IsNt
&& (Environment.OSVersion.Version.Major >= 5)) {
175
if (
IsNt
) {
194
if (
IsNt
)
205
if (
IsNt
) {
239
if (
IsNt
)
255
if (
IsNt
)