| InjectAttributeNoPreloading Property |
Gets or sets a value that indicates if the injection should be preloaded. If false the weaver will weave preloading in the static constructor of the class.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public bool NoPreloading { get; set; }
Public Property NoPreloading As Boolean
Get
Set
public:
property bool NoPreloading {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.InjectAttribute.NoPreloading"]
See Also