ModHostCanBeReclaimed Property |
When true, existing mod hosts that are in an idle state (Unloaded and not loading) may be reclaimed for reuse by
another mod load.
Calls to
CreateNewHost or
Load(Uri, Boolean) may result in host reclaims.
By default, this value is true.
Namespace:
UMod
Assembly:
UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CanBeReclaimed { get; set; }
Property Value
Type:
BooleanSee Also