Exemplo n.º 1
0
 public FileSystemRequest()
     : base(Size)
 {
     fsrequest = (uv_fs_t *)(Handle.ToInt64() + UV.Sizeof(RequestType.UV_REQ));
 }
Exemplo n.º 2
0
 public CallbackPermaRequest(RequestType type)
     : this(UV.Sizeof(type))
 {
 }