[]
Creates an instance of a component of the specified type.
IComponent CreateComponent(Type componentType)
Type | Name | Description |
---|---|---|
Type | componentType | A Type of the component to create. |
Type | Description |
---|---|
IComponent | An IComponent object of the specified type. |