Type.GetTypeFromProgID Method
.NET Framework 2.0
Gets the type associated with the specified program identifier (ProgID).
| Name | Description |
|---|---|
| Type.GetTypeFromProgID (String) | Gets the type associated with the specified program identifier (ProgID), returning null if an error is encountered while loading the Type. Supported by the .NET Compact Framework. |
| 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. Supported by the .NET Compact Framework. |
| 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. |
| 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. |
Community Additions
ADD
Show: