7 references to IsInstance
System.Management (7)
managementobject.cs (3)
390
else if (GetType() == typeof(ManagementClass) && path.
IsInstance
)
407
if (path.IsClass || path.
IsInstance
)
578
if ((GetType() == typeof(ManagementObject) && newPath.
IsInstance
) ||
managementpath.cs (2)
407
if (IsClass ||
IsInstance
)
429
if (IsClass ||
IsInstance
)
managementquery.cs (2)
1273
if ((p.IsClass || p.
IsInstance
) && (p.NamespacePath.Length==0))
1899
if ((p.IsClass || p.
IsInstance
) && (p.NamespacePath.Length==0))