C# 클래스 MediaPortalWrapper.Filesystem.ManagedDirEntry

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsFolder bool
Label string
Path string
Size long

공개 메소드들

메소드 설명
ManagedDirEntry ( string label, string path ) : System

메소드 상세

ManagedDirEntry() 공개 메소드

public ManagedDirEntry ( string label, string path ) : System
label string
path string
리턴 System

프로퍼티 상세

IsFolder 공개적으로 프로퍼티

public bool IsFolder
리턴 bool

Label 공개적으로 프로퍼티

public string Label
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

Size 공개적으로 프로퍼티

public long Size
리턴 long