ActivatorFactory

Namespace: uModUtilities

Assembly: uMod.Core.dll

Inheritance ObjectBaseFactory ActivatorFactory

Implements IFactory

Summary

A generic object activator

Constructors

Name

Summary

ActivatorFactory (Type)

Create a new ActivatorFactory instance

Methods

Name

Summary

Activate<TResult> ()

Instantiate an object of the specified generic type

Make<TResult> (Type, Object[])

Instantiate an object of the specified type with the specified arguments

Make<TResult> ()

Instantiate an object of the specified generic type