Microsoft.Tools.WindowsInstaller.Result.Result C# (CSharp) 메소드

Result() 개인적인 메소드

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