1 reference to GetTypeFromProgID
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
574
public static Type? GetTypeFromProgID(string progID, string? server, bool throwOnError) => Marshal.
GetTypeFromProgID
(progID, server, throwOnError);