Click or drag to resize
IClassFactoryRegisterInstance Method
Overload List
  NameDescription
Public methodRegisterInstanceTI(TI)
Registers an implementation of an interface. The instance passed across will be returned on each call to Resolve.
Public methodRegisterInstance(Type, Object)
Registers an implementation of an interface. The instance passed across will be returned on each call to Resolve.
Top
See Also