Click or drag to resize

FactoryCreateFirst Method

Overload List
  NameDescription
Public methodStatic memberCreateFirstT
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Public methodStatic memberCreateFirstT(Object)
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Public methodStatic memberCreateFirst(String)
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Public methodStatic memberCreateFirst(Type)
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Public methodStatic memberCreateFirst(String, Object)
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Public methodStatic memberCreateFirst(Type, Object)
Creates an instance of the specified type depending on the ComponentAttribute. If multiple implementations are available, the Factory will prefer the implementation with the highest priority.
Top
See Also