C# Class AcManager.Plugins.CefSharpPluginWrapper

Inheritance: IPluginWrapper
Show file Open project: gro-ove/actools

Public Methods

Method Description
Disable ( ) : void
Enable ( ) : void
EnsureDisabled ( ) : void
EnsureEnabled ( ) : void

Method Details

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

EnsureDisabled() public static method

public static EnsureDisabled ( ) : void
return void

EnsureEnabled() public static method

public static EnsureEnabled ( ) : void
return void