C# Class MediaPortalWrapper.Filesystem.NativeVFSDirEntry

Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Public Properties

Property Type Description
PtrLabel System.IntPtr
PtrPath System.IntPtr
Size long

Public Methods

Method Description
Dispose ( ) : void
NativeVFSDirEntry ( string labelStr, string pathStr ) : System
Set ( string labelStr, string pathStr ) : void
ToString ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NativeVFSDirEntry() public method

public NativeVFSDirEntry ( string labelStr, string pathStr ) : System
labelStr string
pathStr string
return System

Set() public method

public Set ( string labelStr, string pathStr ) : void
labelStr string
pathStr string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

PtrLabel public_oe property

public IntPtr,System PtrLabel
return System.IntPtr

PtrPath public_oe property

public IntPtr,System PtrPath
return System.IntPtr

Size public_oe property

public long Size
return long