C# 클래스 Achilles.Acme.Storage.IO.FileSystemInfo

Common base class for cloud storage FileInfo and DirectoryInfo classes.
파일 보기 프로젝트 열기: Achilles-Software/CloudStorageProvider

공개 메소드들

메소드 설명
Delete ( ) : void
FileSystemInfo ( string path ) : System
Refresh ( ) : void

메소드 상세

Delete() 공개 추상적인 메소드

public abstract Delete ( ) : void
리턴 void

FileSystemInfo() 공개 메소드

public FileSystemInfo ( string path ) : System
path string
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void