C# 클래스 MediaPortalWrapper.Filesystem.NativeVFSDirEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
PtrLabel System.IntPtr
PtrPath System.IntPtr
Size long

공개 메소드들

메소드 설명
Dispose ( ) : void
NativeVFSDirEntry ( string labelStr, string pathStr ) : System
Set ( string labelStr, string pathStr ) : void
ToString ( ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NativeVFSDirEntry() 공개 메소드

public NativeVFSDirEntry ( string labelStr, string pathStr ) : System
labelStr string
pathStr string
리턴 System

Set() 공개 메소드

public Set ( string labelStr, string pathStr ) : void
labelStr string
pathStr string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

PtrLabel 공개적으로 프로퍼티

public IntPtr,System PtrLabel
리턴 System.IntPtr

PtrPath 공개적으로 프로퍼티

public IntPtr,System PtrPath
리턴 System.IntPtr

Size 공개적으로 프로퍼티

public long Size
리턴 long