C# 클래스 IronPython.Zlib.ZlibModule

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

공개 프로퍼티들

프로퍼티 타입 설명
error IronPython.Runtime.Types.PythonType

비공개 메소드들

메소드 설명
MakeError ( ) : Exception
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
adler32 ( [ data, [ baseValue ) : int
compress ( [ data, [ level ) : string
compressobj ( [ level, [ method, [ wbits, [ memlevel, [ strategy ) : Compress
crc32 ( [ data, [ baseValue ) : int
decompress ( [ data, [ wbits, [ bufsize ) : string
decompressobj ( [ wbits ) : Decompress
zlib_error ( ZStream zst, int err, string msg ) : Exception

프로퍼티 상세

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

public static PythonType,IronPython.Runtime.Types error
리턴 IronPython.Runtime.Types.PythonType