DependencyFetchTarget public enum DependencyFetchTarget Enumeration specifying whether Get<T> should return a reference to a global or new instance. Documentation Code GlobalInstance = 0 Return a global instance. NewInstance = 1 Return a new instance.