C# Class GrabzIt.Screenshots.GrabzItFile

Inheritance: IGrabzItFile
Afficher le fichier Open project: grabzit/grabzit

Méthodes publiques

Méthode Description
GrabzItFile ( byte bytes ) : GrabzIt.COM
Save ( string path ) : void
ToString ( ) : string

Only use this with text based formats such as CSV or JSON otherwise it will return a string that represents a byte array.

Method Details

GrabzItFile() public méthode

public GrabzItFile ( byte bytes ) : GrabzIt.COM
bytes byte
Résultat GrabzIt.COM

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

ToString() public méthode

Only use this with text based formats such as CSV or JSON otherwise it will return a string that represents a byte array.
public ToString ( ) : string
Résultat string