C# Class IPATools.PlistEditor.PlistInfo

Inheritance: IDisposable
Datei anzeigen Open project: shootsoft/PListEditor Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PlistInfo ( string file = "" ) : System
Read ( ) : bool

Private Methods

Method Description
CreateFileStream ( string path ) : bool
Init ( string file ) : string
Save ( string content, bool isBinaryFormat = false, string path = "" ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PlistInfo() public method

public PlistInfo ( string file = "" ) : System
file string
return System

Read() public method

public Read ( ) : bool
return bool