C# Class flint.PebbleBundle

Represents a Pebble app bundle (.pbw file).
显示文件 Open project: barometz/flint Class Usage Examples

Public Methods

Method Description
PebbleBundle ( string path ) : System

Create a new PebbleBundle from a .pwb file and parse its metadata.

ToString ( ) : string

Method Details

PebbleBundle() public method

Create a new PebbleBundle from a .pwb file and parse its metadata.
public PebbleBundle ( string path ) : System
path string The relative or full path to the file.
return System

ToString() public method

public ToString ( ) : string
return string