C# Class MediaPortalWrapper.Filesystem.FileFactory

Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
AddFile ( AbstractFile file ) : IntPtr
Remove ( IntPtr key ) : bool
TryGetValue ( IntPtr key, AbstractFile &file ) : bool

Method Details

AddFile() public static method

public static AddFile ( AbstractFile file ) : IntPtr
file AbstractFile
return System.IntPtr

Remove() public static method

public static Remove ( IntPtr key ) : bool
key System.IntPtr
return bool

TryGetValue() public static method

public static TryGetValue ( IntPtr key, AbstractFile &file ) : bool
key System.IntPtr
file AbstractFile
return bool