This documentation is archived and is not being maintained.
Type::GetTypeFromProgID Method
Visual Studio 2010
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.
| 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: