C# Class SharpUV.UvHandle

Inheritance: IDisposable
Afficher le fichier Open project: gigi81/sharpuv

Private Properties

Свойство Type Description
CheckError void
OnClose void
UvHandle System
UvHandle System

Méthodes publiques

Méthode Description
Close ( bool dispose = false, Action callback = null ) : void

Closes the stream

Dispose ( ) : void

Dispose the object freeing unmanaged resources allocated

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
InitDelegates ( ) : void
OnClose ( UvArgs args ) : void

Private Methods

Méthode Description
CheckError ( int code ) : void
OnClose ( IntPtr handle ) : void
UvHandle ( Loop loop ) : System
UvHandle ( Loop loop, uv_handle_type handleType ) : System

Method Details

Close() public méthode

Closes the stream
public Close ( bool dispose = false, Action callback = null ) : void
dispose bool
callback Action
Résultat void

Dispose() public méthode

Dispose the object freeing unmanaged resources allocated
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InitDelegates() protected méthode

protected InitDelegates ( ) : void
Résultat void

OnClose() protected méthode

protected OnClose ( UvArgs args ) : void
args UvArgs
Résultat void