Microsoft.Tools.WindowsInstaller.Result.Result C# (CSharp) Méthode

Result() private méthode

Creates a new instance of the Result class.
private Result ( ) : System
Résultat System
        internal Result()
        {
            this._rebootInitiated = false;
            this._rebootRequired = false;
        }