ObjectFactory<T> Class

System.Object
   Westwind.Utilities.ObjectFactory<T>

Class Members

MemberDescription
Constructor
CreateObject Returns a standard instance of an object.
public T CreateObject(object[] args)
CreateThreadScopedObject Create an instance scoped to a current thread.
public T CreateThreadScopedObject(object[] args)
GetUniqueObjectKey Returns a unique ID for a given type and parameter signature
public string GetUniqueObjectKey(object[] args)
Namespace: Westwind.Utilities

Assembly: Westwind.Utilities.dll