eDriven Framework API
CreateComponent<(Of <(<'T>)>)> Method (exclusive)
NamespaceseDriven.CoreFrameworkCreateComponent<(Of <<'(T>)>>)(Boolean)
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
C#Visual BasicVisual C++
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
T
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)