C# Class SharpUV.UvStat

Show file Open project: gigi81/sharpuv Class Usage Examples

Public Properties

Property Type Description
st_blksize ulong
st_blocks ulong
st_dev ulong
st_flags ulong
st_gen ulong
st_gid ulong
st_ino ulong
st_mode ulong
st_nlink ulong
st_rdev ulong
st_size ulong
st_uid ulong

Private Methods

Method Description
Create ( IntPtr ptr ) : UvStat

Property Details

st_blksize public property

A file system-specific preferred I/O block size for this object. In some file system types, this may vary from file to file.
public ulong st_blksize
return ulong

st_blocks public property

Number of blocks allocated for this object
public ulong st_blocks
return ulong

st_dev public property

Device ID of device containing file
public ulong st_dev
return ulong

st_flags public property

public ulong st_flags
return ulong

st_gen public property

public ulong st_gen
return ulong

st_gid public property

Group ID of file
public ulong st_gid
return ulong

st_ino public property

public ulong st_ino
return ulong

st_mode public property

Mode of file (see FilePermissions)
public ulong st_mode
return ulong

st_nlink public property

Number of hard links to the file
public ulong st_nlink
return ulong

st_rdev public property

Device ID (if file is character or block special)
public ulong st_rdev
return ulong

st_size public property

public ulong st_size
return ulong

st_uid public property

User ID of file
public ulong st_uid
return ulong