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.
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;
CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace