C# Class NVIDIASurroundToggle.Surround

Show file Open project: falahati/NVIDIASurroundToggler Class Usage Examples

Public Methods

Method Description
Cleanup ( ) : void
DisableSurround ( bool showControls = true ) : bool
EnableSurround ( bool showControls = true ) : bool
IsBusy ( ) : bool
ToggleSurround ( bool showControls = true ) : bool

Private Methods

Method Description
ApplyDisplaySettings ( DisplaySetting settings ) : bool
ApplyExtendedSettings ( ) : void
AutomateControlPanel ( Application application, bool goSurround ) : bool
AutomateSurroundSettings ( Application application ) : bool
ChangeNvidiaDisplayMode ( bool on ) : bool
GetDisplaySettings ( ) : NVIDIASurroundToggle.DisplaySetting[]
GetDisplays ( ) : List
GetNvidiaControlPanelAddress ( ) : string

Method Details

Cleanup() public static method

public static Cleanup ( ) : void
return void

DisableSurround() public static method

public static DisableSurround ( bool showControls = true ) : bool
showControls bool
return bool

EnableSurround() public static method

public static EnableSurround ( bool showControls = true ) : bool
showControls bool
return bool

IsBusy() public static method

public static IsBusy ( ) : bool
return bool

ToggleSurround() public static method

public static ToggleSurround ( bool showControls = true ) : bool
showControls bool
return bool