C# 클래스 WykopSharp.ByteFile

파일 보기 프로젝트 열기: adiospl/WykopSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxFileSize int

공개 메소드들

메소드 설명
ByteFile ( byte data, string fileName, string mimeType = null ) : System
ByteFile ( string filePath ) : System

메소드 상세

ByteFile() 공개 메소드

public ByteFile ( byte data, string fileName, string mimeType = null ) : System
data byte
fileName string
mimeType string
리턴 System

ByteFile() 공개 메소드

public ByteFile ( string filePath ) : System
filePath string
리턴 System

프로퍼티 상세

MaxFileSize 공개적으로 정적으로 프로퍼티

public static int MaxFileSize
리턴 int