ModelingToolboxItem.GetType Method
Include Protected Members
Include Inherited Members
Creates an instance of the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Gets the type of the current instance. (Inherited from Object.)
Enables access to the type associated with the toolbox item. (Inherited from ToolboxItem.)
GetType(IDesignerHost, AssemblyName, String, Boolean)
Creates an instance of the specified type, optionally using a specified designer host and assembly name. (Inherited from ToolboxItem.)
Top