C# Class LibuvSharp.FileSystemRequest

Inheritance: PermaRequest
Exibir arquivo Open project: txdv/LibuvSharp Class Usage Examples

Public Properties

Property Type Description
CallbackDelegate NativeMethods.uv_fs_cb

Protected Properties

Property Type Description
fsrequest uv_fs_t*

Public Methods

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

Private Methods

Method Description
uv_fs_req_cleanup ( IntPtr req ) : void

Method Details

Dispose() public method

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

End() public method

public End ( IntPtr ptr ) : void
ptr System.IntPtr
return void

FileSystemRequest() public method

public FileSystemRequest ( ) : System
return System

FileSystemRequest() public method

public FileSystemRequest ( string path ) : System
path string
return System

StaticEnd() public static method

public static StaticEnd ( IntPtr ptr ) : void
ptr System.IntPtr
return void

Property Details

CallbackDelegate public_oe static_oe property

public static NativeMethods.uv_fs_cb CallbackDelegate
return NativeMethods.uv_fs_cb

fsrequest protected_oe property

protected uv_fs_t* fsrequest
return uv_fs_t*