C# 클래스 Snarf.Nfs.FileSystem.NfsFileAttributes

파일 보기 프로젝트 열기: shellscape/Snarf 1 사용 예제들

공개 메소드들

메소드 설명
CanRead ( String path ) : System.Boolean
CanWrite ( String path ) : System.Boolean
Emit ( NfsPacket &packet ) : bool
GetFileSystemId ( FileInfo file ) : uint
IsDirectory ( string path ) : bool
Load ( String path ) : uint
NfsFileAttributes ( ) : System
NfsFileAttributes ( String path ) : System
Read ( NfsPacket packet ) : bool

비공개 메소드들

메소드 설명
Can ( String path, FileIOPermissionAccess value ) : System.Boolean
GetFileInformationByHandle ( IntPtr hFile, BY_HANDLE_FILE_INFORMATION &lpFileInformation ) : bool

메소드 상세

CanRead() 공개 정적인 메소드

public static CanRead ( String path ) : System.Boolean
path String
리턴 System.Boolean

CanWrite() 공개 정적인 메소드

public static CanWrite ( String path ) : System.Boolean
path String
리턴 System.Boolean

Emit() 공개 메소드

public Emit ( NfsPacket &packet ) : bool
packet NfsPacket
리턴 bool

GetFileSystemId() 공개 메소드

public GetFileSystemId ( FileInfo file ) : uint
file System.IO.FileInfo
리턴 uint

IsDirectory() 공개 정적인 메소드

public static IsDirectory ( string path ) : bool
path string
리턴 bool

Load() 공개 메소드

public Load ( String path ) : uint
path String
리턴 uint

NfsFileAttributes() 공개 메소드

public NfsFileAttributes ( ) : System
리턴 System

NfsFileAttributes() 공개 메소드

public NfsFileAttributes ( String path ) : System
path String
리턴 System

Read() 공개 메소드

public Read ( NfsPacket packet ) : bool
packet NfsPacket
리턴 bool