Type::GetTypeFromProgID Method
.NET Framework (current version)
Gets the type associated with the specified program identifier (ProgID).
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetTypeFromProgID(String^) | Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the Type. |
![]() ![]() | GetTypeFromProgID(String^, Boolean) | Gets the type associated with the specified program identifier (ProgID), specifying whether to throw an exception if an error occurs while loading the type. |
![]() ![]() | GetTypeFromProgID(String^, String^) | Gets the type associated with the specified program identifier (progID) from the specified server, returning null if an error is encountered while loading the type. |
![]() ![]() | GetTypeFromProgID(String^, String^, Boolean) | Gets the type associated with the specified program identifier (progID) from the specified server, specifying whether to throw an exception if an error occurs while loading the type. |
Show:

