C# Class Microsoft.Tools.WindowsInstaller.Result

The results of an operation on a product or patch package.
Show file Open project: heaths/psmsi Class Usage Examples

Public Methods

Method Description
operator ( ) : Result

Combines results while preserving their semantics.

Private Methods

Method Description
Result ( ) : System

Creates a new instance of the Result class.

Method Details

operator() public static method

Combines results while preserving their semantics.
public static operator ( ) : Result
return Result