C# 클래스 Mosa.FileSystem.VFS.SymbolicLinkNode

상속: NodeBase
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Create ( string name, VfsNodeType type, object settings ) : IVfsNode

Delete ( IVfsNode child, DirectoryEntry dentry ) : void

Open ( System access, System sharing ) : object

SymbolicLinkNode ( IFileSystem fs, string target )

메소드 상세

Create() 공개 메소드

public Create ( string name, VfsNodeType type, object settings ) : IVfsNode
name string
type VfsNodeType
settings object
리턴 IVfsNode

Delete() 공개 메소드

public Delete ( IVfsNode child, DirectoryEntry dentry ) : void
child IVfsNode
dentry DirectoryEntry
리턴 void

Open() 공개 메소드

public Open ( System access, System sharing ) : object
access System
sharing System
리턴 object

SymbolicLinkNode() 공개 메소드

public SymbolicLinkNode ( IFileSystem fs, string target )
fs IFileSystem
target string