C# 클래스 BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase

상속: IFileSystemInfo
파일 보기 프로젝트 열기: BlogSharp/Blogsharp

보호된 프로퍼티들

프로퍼티 타입 설명
fileName string

공개 메소드들

메소드 설명
GetRelativePath ( string root ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
FileSystemInfoBase ( string fileName ) : System

메소드 상세

FileSystemInfoBase() 보호된 메소드

protected FileSystemInfoBase ( string fileName ) : System
fileName string
리턴 System

GetRelativePath() 공개 메소드

public GetRelativePath ( string root ) : string
root string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

fileName 보호되어 있는 프로퍼티

protected string fileName
리턴 string