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!

CodeStream.GetType

Gets the type of the object matching the specified type name. This method is used by the designer host to load classes and other data types.

Overload List

Gets the type of the object matching the specified type name. This method is used by the designer host to load classes and other data types.

[Visual Basic] Overloads Overridable Public Function GetType(String) As Type
[C#] public virtual Type GetType(String);
[C++] public: virtual Type* GetType(String*);
[JScript] public function GetType(String) : Type;

Gets the type of the object matching the specified type name within the specified assembly. This method will be used by the designer host to load classes and other data types.

[Visual Basic] Overloads Overridable Public Function GetType(String, AssemblyName) As Type
[C#] public virtual Type GetType(String, AssemblyName);
[C++] public: virtual Type* GetType(String*, AssemblyName);
[JScript] public function GetType(String, AssemblyName) : Type;

See Also

CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace