C# Class GrabzIt.Screenshots.GrabzItFile

Inheritance: IGrabzItFile
Mostrar archivo Open project: grabzit/grabzit

Public Methods

Method 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 method

public GrabzItFile ( byte bytes ) : GrabzIt.COM
bytes byte
return GrabzIt.COM

Save() public method

public Save ( string path ) : void
path string
return void

ToString() public method

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
return string