CustomLifestyleAttribute public class CustomLifestyleAttribute : LifestyleAttribute Indicates that the target components wants a custom lifestyle. Documentation Code public Type CustomLifestyleType { get; } public Type LifestyleHandlerType { get; } public CustomLifestyleAttribute(Type customLifestyleType) Initializes a new instance of the CustomLifestyleAttribute class.