eDriven Framework API
Creates a component and sticks it to the framework object
If the framework object has not been created, it is being created now

Declaration Syntax
public static Component CreateComponent<T>(
bool exclusive
)
where T : Component
Public Shared Function CreateComponent(Of T As Component) ( _
exclusive As Boolean _
) As Component
public:
generic<typename T>
where T : Component
static Component^ CreateComponent(
bool exclusive
)

Generic Template Parameters

Parameters
- exclusive (Boolean)
- Should only one instance of this script exist in the application?
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)