System.Deployment.Internal.Isolation.StoreOperationScavenge.StoreOperationScavenge C# (CSharp) Method

StoreOperationScavenge() public method

public StoreOperationScavenge ( bool Light ) : System
Light bool
return System
        public StoreOperationScavenge(bool Light) : this(Light, 0L, 0L, 0)
        {
        }

Same methods

StoreOperationScavenge::StoreOperationScavenge ( bool Light, ulong SizeLimit, ulong RunLimit, uint ComponentLimit ) : System
StoreOperationScavenge