Click or drag to resize

WindowsFeaturesCheckResult Constructor

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public WindowsFeaturesCheckResult(
	IEnumerable<string> requiredWindowsFeatureNames,
	IEnumerable<WindowsFeature> availableWindowsFeatures
)

Parameters

requiredWindowsFeatureNames
Type: System.Collections.GenericIEnumerableString
Windows feature names that must be installed on the operating system.
availableWindowsFeatures
Type: System.Collections.GenericIEnumerableWindowsFeature
Windows feature available on the operating system.
See Also