NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.GetTypeFromProgID

Gets the Type associated with the specified program identifier (progID).

Overload List

Gets the Type associated with the specified program identifier (progID), throwing an exception on error while loading the Type.

[Visual Basic] Overloads Public Shared Function GetTypeFromProgID(String) As Type
[C#] public static Type GetTypeFromProgID(String);
[C++] public: static Type* GetTypeFromProgID(String*);
[JScript] public static function GetTypeFromProgID(String) : Type;

Gets the Type associated with the specified program identifier (progID), specifying whether to throw an exception on error while loading the Type.

[Visual Basic] Overloads Public Shared Function GetTypeFromProgID(String, Boolean) As Type
[C#] public static Type GetTypeFromProgID(String, bool);
[C++] public: static Type* GetTypeFromProgID(String*, bool);
[JScript] public static function GetTypeFromProgID(String, Boolean) : Type;

See Also

Type Class | Type Members | System Namespace