Show / Hide Table of Contents

Interface IAllowApplicationSettings

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowApplicationSettings

Methods

WithName(String)

Declaration
IAllowApplicationSettingsOrOpen WithName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IAllowApplicationSettingsOrOpen

WithParameter(String)

Declaration
IAllowApplicationSettingsOrOpen WithParameter(string parameter)
Parameters
Type Name Description
System.String parameter
Returns
Type Description
IAllowApplicationSettingsOrOpen

WithUseHardware(Boolean)

Declaration
IAllowApplicationSettingsOrOpen WithUseHardware(bool trueFalse)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowApplicationSettingsOrOpen
In This Article
Back to top Generated by DocFX