C# Class LibuvSharp.FileSystemRequest

Inheritance: PermaRequest
Afficher le fichier Open project: txdv/LibuvSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
CallbackDelegate NativeMethods.uv_fs_cb

Protected Properties

Свойство Type Description
fsrequest uv_fs_t*

Méthodes publiques

Méthode Description
Dispose ( bool disposing ) : void
End ( IntPtr ptr ) : void
FileSystemRequest ( ) : System
FileSystemRequest ( string path ) : System
StaticEnd ( IntPtr ptr ) : void

Private Methods

Méthode Description
uv_fs_req_cleanup ( IntPtr req ) : void

Method Details

Dispose() public méthode

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

End() public méthode

public End ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

FileSystemRequest() public méthode

public FileSystemRequest ( ) : System
Résultat System

FileSystemRequest() public méthode

public FileSystemRequest ( string path ) : System
path string
Résultat System

StaticEnd() public static méthode

public static StaticEnd ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

Property Details

CallbackDelegate public_oe static_oe property

public static NativeMethods.uv_fs_cb CallbackDelegate
Résultat NativeMethods.uv_fs_cb

fsrequest protected_oe property

protected uv_fs_t* fsrequest
Résultat uv_fs_t*