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