ActivatorFactory<T>

Namespace: uModUtilities

Assembly: uMod.Core.dll

Inheritance ObjectBaseFactoryGenericFactory<T> ActivatorFactory

Implements IFactory, IFactory<T>

Summary

ActivatorFactory class

Constructors

Name

Summary

ActivatorFactory ()

Methods

Name

Summary

Make<T> ()

Make object of generic type

Make (Object[])

Make object of generic type using specified constructor arguments

Make<TResult> (Type, Object[])

Make object of specified type using specified constructor arguments with generic type cast