AdvancedLauncher.SDK.Management.Windows.ApplicationWindowControl.Dispose C# (CSharp) Method

Dispose() public method

Releases all resources used by the current instance of the ApplicationWindowControl class.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
        }

Same methods

ApplicationWindowControl::Dispose ( bool disposing ) : void