C# Class DBus.FileDescriptor

Inheritance: IDisposable
Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
FileDescriptor ( int fd ) : System
OpenAsStream ( bool transferOwnership ) : System.IO.Stream
SetBlocking ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileDescriptor() public méthode

public FileDescriptor ( int fd ) : System
fd int
Résultat System

OpenAsStream() public méthode

public OpenAsStream ( bool transferOwnership ) : System.IO.Stream
transferOwnership bool
Résultat System.IO.Stream

SetBlocking() public méthode

public SetBlocking ( ) : void
Résultat void