C# 클래스 flint.PebbleBundle

Represents a Pebble app bundle (.pbw file).
파일 보기 프로젝트 열기: barometz/flint 1 사용 예제들

공개 메소드들

메소드 설명
PebbleBundle ( string path ) : System

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

ToString ( ) : string

메소드 상세

PebbleBundle() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string