C# 클래스 libsbml.SBMLReader

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
SBMLReader ( ) : System
hasBzip2 ( ) : bool
hasZlib ( ) : bool
operator ( ) : bool
readSBML ( string filename ) : SBMLDocument
readSBMLFromFile ( string filename ) : SBMLDocument
readSBMLFromString ( string xml ) : SBMLDocument

비공개 메소드들

메소드 설명
SBMLReader ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SBMLReader obj ) : HandleRef
getCPtrAndDisown ( SBMLReader obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SBMLReader() 공개 메소드

public SBMLReader ( ) : System
리턴 System

hasBzip2() 공개 정적인 메소드

public static hasBzip2 ( ) : bool
리턴 bool

hasZlib() 공개 정적인 메소드

public static hasZlib ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

readSBML() 공개 메소드

public readSBML ( string filename ) : SBMLDocument
filename string
리턴 SBMLDocument

readSBMLFromFile() 공개 메소드

public readSBMLFromFile ( string filename ) : SBMLDocument
filename string
리턴 SBMLDocument

readSBMLFromString() 공개 메소드

public readSBMLFromString ( string xml ) : SBMLDocument
xml string
리턴 SBMLDocument

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool