EnvironmentFactory Class
A class for creating a DesktopEnvironment instance.
C# Syntax
public class EnvironmentFactory
System.Object
HP.LFT.SDK.EnvironmentFactory
Name | Description | |
---|---|---|
EnvironmentFactory Constructor | Initializes a new instance of the EnvironmentFactory class. C# Syntax public EnvironmentFactory () |
Name | Description | |
---|---|---|
Get | Locks and returns a specific environment based on the specified capabilities. C# Syntax public static IDesktopEnvironment Get(EnvironmentDescription environmentDescription) Parameters
Returns The requested environment. |