C# 클래스 GrabzIt.Screenshots.GrabzItFile

상속: IGrabzItFile
파일 보기 프로젝트 열기: grabzit/grabzit

공개 메소드들

메소드 설명
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