C# Class libsbml.MathML

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
MathML ( ) : System
MathML ( SBMLNamespaces sbmlns ) : System
setPrefix ( string prefix ) : void

Private Methods

Method Description
MathML ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MathML obj ) : HandleRef
getCPtrAndDisown ( MathML obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MathML() public method

public MathML ( ) : System
return System

MathML() public method

public MathML ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

setPrefix() public method

public setPrefix ( string prefix ) : void
prefix string
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool