Type.GetTypeFromProgID Method

Expand
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 1 rated this helpful - Rate this topic
.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.

  Name Description
Public method Static member GetTypeFromProgID(String) Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the Type.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Additions ADD