C# Класс GrabzIt.Screenshots.GrabzItFile

Наследование: IGrabzItFile
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GrabzItFile() публичный Метод

public GrabzItFile ( byte bytes ) : GrabzIt.COM
bytes byte
Результат GrabzIt.COM

Save() публичный Метод

public Save ( string path ) : void
path string
Результат void

ToString() публичный Метод

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
Результат string