4 references to APTTYPE
System.Management (4)
System\Management\InteropClasses\WMIInterop.cs (2)
1338WmiNetUtilsHelper.APTTYPE aptType; 1346if (aptType != WmiNetUtilsHelper.APTTYPE.APTTYPE_MTA)
System\Management\ManagementScope.cs (2)
130internal delegate int GetCurrentApartmentType(int vFunc, IntPtr pComThreadingInfo, [Out] out APTTYPE aptType); 427GetCurrentApartmentType_f = (int _, IntPtr __, out APTTYPE ___) => throw new PlatformNotSupportedException(exceptionMessage);