C# Class SharpTox.Core.ToxHandle

Represents a handle for an instance of tox.
Inheritance: SafeHandleZeroOrMinusOneIsInvalid
Mostrar archivo Open project: hexafluoride/Detox Class Usage Examples

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Executes tox_kill to free the tox handle.

Private Methods

Method Description
ToxHandle ( ) : System

Method Details

ReleaseHandle() protected method

Executes tox_kill to free the tox handle.
protected ReleaseHandle ( ) : bool
return bool