C# Class MediaPortalWrapper.Filesystem.NativeVFSDirEntry

Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Méthodes publiques

Свойство Type Description
PtrLabel System.IntPtr
PtrPath System.IntPtr
Size long

Méthodes publiques

Méthode Description
Dispose ( ) : void
NativeVFSDirEntry ( string labelStr, string pathStr ) : System
Set ( string labelStr, string pathStr ) : void
ToString ( ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NativeVFSDirEntry() public méthode

public NativeVFSDirEntry ( string labelStr, string pathStr ) : System
labelStr string
pathStr string
Résultat System

Set() public méthode

public Set ( string labelStr, string pathStr ) : void
labelStr string
pathStr string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

PtrLabel public_oe property

public IntPtr,System PtrLabel
Résultat System.IntPtr

PtrPath public_oe property

public IntPtr,System PtrPath
Résultat System.IntPtr

Size public_oe property

public long Size
Résultat long