2 references to GetTypeFromCLSID
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
1247
public static Type? GetTypeFromCLSID(Guid clsid) =>
GetTypeFromCLSID
(clsid, null, throwOnError: false);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
565
public static Type? GetTypeFromCLSID(Guid clsid, string? server, bool throwOnError) => Marshal.
GetTypeFromCLSID
(clsid, server, throwOnError);