C# Class xenwinsvc.HiddenForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: xenserver/win-xenguestagent Class Usage Examples

Public Properties

Property Type Description
started System.Threading.ManualResetEvent

Public Methods

Method Description
HiddenForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HiddenForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
HiddenForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HiddenForm() public method

public HiddenForm ( ) : System
return System

Property Details

started public_oe property

public ManualResetEvent,System.Threading started
return System.Threading.ManualResetEvent