Component.create Method (Type)
Returns a new instance of the class that uses the specified
parameters and calls the method.
Namespace: Sys
Class: Component
Syntax
public static Component create(Type type)
Parameters
type
Type: System.Type
The type of the component to create.
Return Value
Type: Sys.Component
A new instance of the Component class that uses the specified parameters.
|