public interface TypeResolutionStrategy
LoadedTypeInitializers.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TypeResolutionStrategy.ActiveA type resolution strategy that applies all  LoadedTypeInitializeras a part of class loading using reflection. | 
| static class  | TypeResolutionStrategy.DisabledA type resolution strategy that does not allow for explicit loading of a class and that does not inject any code into the type initializer. | 
| static class  | TypeResolutionStrategy.LazyA type resolution strategy that does not apply any  LoadedTypeInitializers but only loads all types. | 
| static class  | TypeResolutionStrategy.PassiveA type resolution strategy that applies all  LoadedTypeInitializerafter class loading using reflection. | 
| static interface  | TypeResolutionStrategy.ResolvedA resolved  TypeResolutionStrategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeResolutionStrategy.Resolved | resolve()Resolves a type resolution strategy for actual application. | 
TypeResolutionStrategy.Resolved resolve()
Copyright © 2014–2023. All rights reserved.