Skip to main content
.NET Framework Class Library
Type..::.GetTypeFromProgID Method





Gets the type associated with the specified program identifier (ProgID).

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberGetTypeFromProgID(String)Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the Type.
Public methodStatic memberGetTypeFromProgID(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.
Public methodStatic memberGetTypeFromProgID(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.
Public methodStatic memberGetTypeFromProgID(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.
Top
Microsoft is conducting an online survey to understand your opinion of the MSDN Web site. If you choose to participate, the online survey will be presented to you when you leave the MSDN Web site.

Would you like to participate?