Gets the Type associated with the specified program identifier (progID).
Gets the Type associated with the specified program identifier (progID), throwing an exception on error while loading the Type.
[Visual Basic] Overloads Public Shared Function GetTypeFromProgID(String) As Type
[C#] public static Type GetTypeFromProgID(String);
[C++] public: static Type* GetTypeFromProgID(String*);
[JScript] public static function GetTypeFromProgID(String) : Type;
Gets the Type associated with the specified program identifier (progID), specifying whether to throw an exception on error while loading the Type.
[Visual Basic] Overloads Public Shared Function GetTypeFromProgID(String, Boolean) As Type
[C#] public static Type GetTypeFromProgID(String, bool);
[C++] public: static Type* GetTypeFromProgID(String*, bool);
[JScript] public static function GetTypeFromProgID(String, Boolean) : Type;