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