C# 클래스 libsbml.SBaseExtensionPoint

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SBaseExtensionPoint ( SBaseExtensionPoint rhs ) : System
SBaseExtensionPoint ( string pkgName, int typeCode ) : System
SBaseExtensionPoint ( string pkgName, int typeCode, string elementName ) : System
SBaseExtensionPoint ( string pkgName, int typeCode, string elementName, bool elementOnly ) : System
clone ( ) : SBaseExtensionPoint
getElementName ( ) : string
getPackageName ( ) : string
getTypeCode ( ) : int
isElementOnly ( ) : bool

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SBaseExtensionPoint() 공개 메소드

public SBaseExtensionPoint ( SBaseExtensionPoint rhs ) : System
rhs SBaseExtensionPoint
리턴 System

SBaseExtensionPoint() 공개 메소드

public SBaseExtensionPoint ( string pkgName, int typeCode ) : System
pkgName string
typeCode int
리턴 System

SBaseExtensionPoint() 공개 메소드

public SBaseExtensionPoint ( string pkgName, int typeCode, string elementName ) : System
pkgName string
typeCode int
elementName string
리턴 System

SBaseExtensionPoint() 공개 메소드

public SBaseExtensionPoint ( string pkgName, int typeCode, string elementName, bool elementOnly ) : System
pkgName string
typeCode int
elementName string
elementOnly bool
리턴 System

clone() 공개 메소드

public clone ( ) : SBaseExtensionPoint
리턴 SBaseExtensionPoint

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getPackageName() 공개 메소드

public getPackageName ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

isElementOnly() 공개 메소드

public isElementOnly ( ) : bool
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool