System.Deployment.Internal.Isolation.StoreOperationScavenge.StoreOperationScavenge C# (CSharp) Méthode

StoreOperationScavenge() public méthode

public StoreOperationScavenge ( bool Light ) : System
Light bool
Résultat System
        public StoreOperationScavenge(bool Light) : this(Light, 0L, 0L, 0)
        {
        }

Same methods

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