1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 4.0.2
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10 
11 namespace libsbml {
12 
13 class libsbmlPINVOKE {
14 
15   protected class SWIGExceptionHelper {
16 
ExceptionDelegate(string message)17     public delegate void ExceptionDelegate(string message);
ExceptionArgumentDelegate(string message, string paramName)18     public delegate void ExceptionArgumentDelegate(string message, string paramName);
19 
20     static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException);
21     static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException);
22     static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException);
23     static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException);
24     static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException);
25     static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException);
26     static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException);
27     static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException);
28     static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException);
29     static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException);
30     static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException);
31 
32     static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException);
33     static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException);
34     static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException);
35 
36     [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="SWIGRegisterExceptionCallbacks_libsbml")]
SWIGRegisterExceptionCallbacks_libsbml( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)37     public static extern void SWIGRegisterExceptionCallbacks_libsbml(
38                                 ExceptionDelegate applicationDelegate,
39                                 ExceptionDelegate arithmeticDelegate,
40                                 ExceptionDelegate divideByZeroDelegate,
41                                 ExceptionDelegate indexOutOfRangeDelegate,
42                                 ExceptionDelegate invalidCastDelegate,
43                                 ExceptionDelegate invalidOperationDelegate,
44                                 ExceptionDelegate ioDelegate,
45                                 ExceptionDelegate nullReferenceDelegate,
46                                 ExceptionDelegate outOfMemoryDelegate,
47                                 ExceptionDelegate overflowDelegate,
48                                 ExceptionDelegate systemExceptionDelegate);
49 
50     [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_libsbml")]
SWIGRegisterExceptionCallbacksArgument_libsbml( ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)51     public static extern void SWIGRegisterExceptionCallbacksArgument_libsbml(
52                                 ExceptionArgumentDelegate argumentDelegate,
53                                 ExceptionArgumentDelegate argumentNullDelegate,
54                                 ExceptionArgumentDelegate argumentOutOfRangeDelegate);
55 
SetPendingApplicationException(string message)56     static void SetPendingApplicationException(string message) {
57       SWIGPendingException.Set(new global::System.ApplicationException(message, SWIGPendingException.Retrieve()));
58     }
SetPendingArithmeticException(string message)59     static void SetPendingArithmeticException(string message) {
60       SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
61     }
SetPendingDivideByZeroException(string message)62     static void SetPendingDivideByZeroException(string message) {
63       SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
64     }
SetPendingIndexOutOfRangeException(string message)65     static void SetPendingIndexOutOfRangeException(string message) {
66       SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
67     }
SetPendingInvalidCastException(string message)68     static void SetPendingInvalidCastException(string message) {
69       SWIGPendingException.Set(new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
70     }
SetPendingInvalidOperationException(string message)71     static void SetPendingInvalidOperationException(string message) {
72       SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
73     }
SetPendingIOException(string message)74     static void SetPendingIOException(string message) {
75       SWIGPendingException.Set(new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
76     }
SetPendingNullReferenceException(string message)77     static void SetPendingNullReferenceException(string message) {
78       SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
79     }
SetPendingOutOfMemoryException(string message)80     static void SetPendingOutOfMemoryException(string message) {
81       SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
82     }
SetPendingOverflowException(string message)83     static void SetPendingOverflowException(string message) {
84       SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
85     }
SetPendingSystemException(string message)86     static void SetPendingSystemException(string message) {
87       SWIGPendingException.Set(new global::System.SystemException(message, SWIGPendingException.Retrieve()));
88     }
89 
SetPendingArgumentException(string message, string paramName)90     static void SetPendingArgumentException(string message, string paramName) {
91       SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
92     }
SetPendingArgumentNullException(string message, string paramName)93     static void SetPendingArgumentNullException(string message, string paramName) {
94       global::System.Exception e = SWIGPendingException.Retrieve();
95       if (e != null) message = message + " Inner Exception: " + e.Message;
96       SWIGPendingException.Set(new global::System.ArgumentNullException(paramName, message));
97     }
SetPendingArgumentOutOfRangeException(string message, string paramName)98     static void SetPendingArgumentOutOfRangeException(string message, string paramName) {
99       global::System.Exception e = SWIGPendingException.Retrieve();
100       if (e != null) message = message + " Inner Exception: " + e.Message;
101       SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
102     }
103 
SWIGExceptionHelper()104     static SWIGExceptionHelper() {
105       SWIGRegisterExceptionCallbacks_libsbml(
106                                 applicationDelegate,
107                                 arithmeticDelegate,
108                                 divideByZeroDelegate,
109                                 indexOutOfRangeDelegate,
110                                 invalidCastDelegate,
111                                 invalidOperationDelegate,
112                                 ioDelegate,
113                                 nullReferenceDelegate,
114                                 outOfMemoryDelegate,
115                                 overflowDelegate,
116                                 systemDelegate);
117 
118       SWIGRegisterExceptionCallbacksArgument_libsbml(
119                                 argumentDelegate,
120                                 argumentNullDelegate,
121                                 argumentOutOfRangeDelegate);
122     }
123   }
124 
125   protected static SWIGExceptionHelper swigExceptionHelper = new SWIGExceptionHelper();
126 
127   public class SWIGPendingException {
128     [global::System.ThreadStatic]
129     private static global::System.Exception pendingException = null;
130     private static int numExceptionsPending = 0;
131     private static global::System.Object exceptionsLock = null;
132 
133     public static bool Pending {
134       get {
135         bool pending = false;
136         if (numExceptionsPending > 0)
137           if (pendingException != null)
138             pending = true;
139         return pending;
140       }
141     }
142 
Set(global::System.Exception e)143     public static void Set(global::System.Exception e) {
144       if (pendingException != null)
145         throw new global::System.ApplicationException("FATAL: An earlier pending exception from unmanaged code was missed and thus not thrown (" + pendingException.ToString() + ")", e);
146       pendingException = e;
147       lock(exceptionsLock) {
148         numExceptionsPending++;
149       }
150     }
151 
Retrieve()152     public static global::System.Exception Retrieve() {
153       global::System.Exception e = null;
154       if (numExceptionsPending > 0) {
155         if (pendingException != null) {
156           e = pendingException;
157           pendingException = null;
158           lock(exceptionsLock) {
159             numExceptionsPending--;
160           }
161         }
162       }
163       return e;
164     }
165 
SWIGPendingException()166     static SWIGPendingException() {
167       exceptionsLock = new global::System.Object();
168     }
169   }
170 
171 
172   protected class SWIGStringHelper {
173 
SWIGStringDelegate(string message)174     public delegate string SWIGStringDelegate(string message);
175     static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
176 
177     [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="SWIGRegisterStringCallback_libsbml")]
SWIGRegisterStringCallback_libsbml(SWIGStringDelegate stringDelegate)178     public static extern void SWIGRegisterStringCallback_libsbml(SWIGStringDelegate stringDelegate);
179 
CreateString(string cString)180     static string CreateString(string cString) {
181       return cString;
182     }
183 
SWIGStringHelper()184     static SWIGStringHelper() {
185       SWIGRegisterStringCallback_libsbml(stringDelegate);
186     }
187   }
188 
189   static protected SWIGStringHelper swigStringHelper = new SWIGStringHelper();
190 
191 
libsbmlPINVOKE()192   static libsbmlPINVOKE() {
193   }
194 
195 
196   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelCreatorList")]
new_ModelCreatorList()197   public static extern global::System.IntPtr new_ModelCreatorList();
198 
199   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ModelCreatorList")]
delete_ModelCreatorList(global::System.Runtime.InteropServices.HandleRef jarg1)200   public static extern void delete_ModelCreatorList(global::System.Runtime.InteropServices.HandleRef jarg1);
201 
202   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreatorList_add")]
ModelCreatorList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)203   public static extern void ModelCreatorList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
204 
205   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreatorList_get")]
ModelCreatorList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)206   public static extern global::System.IntPtr ModelCreatorList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
207 
208   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreatorList_prepend")]
ModelCreatorList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)209   public static extern void ModelCreatorList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
210 
211   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreatorList_remove")]
ModelCreatorList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)212   public static extern global::System.IntPtr ModelCreatorList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
213 
214   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreatorList_getSize")]
ModelCreatorList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)215   public static extern uint ModelCreatorList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
216 
217   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_DateList")]
new_DateList()218   public static extern global::System.IntPtr new_DateList();
219 
220   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_DateList")]
delete_DateList(global::System.Runtime.InteropServices.HandleRef jarg1)221   public static extern void delete_DateList(global::System.Runtime.InteropServices.HandleRef jarg1);
222 
223   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DateList_add")]
DateList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)224   public static extern void DateList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
225 
226   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DateList_get")]
DateList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)227   public static extern global::System.IntPtr DateList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
228 
229   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DateList_prepend")]
DateList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)230   public static extern void DateList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
231 
232   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DateList_remove")]
DateList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)233   public static extern global::System.IntPtr DateList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
234 
235   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DateList_getSize")]
DateList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)236   public static extern uint DateList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
237 
238   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CVTermList")]
new_CVTermList()239   public static extern global::System.IntPtr new_CVTermList();
240 
241   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_CVTermList")]
delete_CVTermList(global::System.Runtime.InteropServices.HandleRef jarg1)242   public static extern void delete_CVTermList(global::System.Runtime.InteropServices.HandleRef jarg1);
243 
244   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTermList_add")]
CVTermList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)245   public static extern void CVTermList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
246 
247   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTermList_get")]
CVTermList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)248   public static extern global::System.IntPtr CVTermList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
249 
250   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTermList_prepend")]
CVTermList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)251   public static extern void CVTermList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
252 
253   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTermList_remove")]
CVTermList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)254   public static extern global::System.IntPtr CVTermList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
255 
256   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTermList_getSize")]
CVTermList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)257   public static extern uint CVTermList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
258 
259   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ASTNodeList")]
new_ASTNodeList()260   public static extern global::System.IntPtr new_ASTNodeList();
261 
262   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ASTNodeList")]
delete_ASTNodeList(global::System.Runtime.InteropServices.HandleRef jarg1)263   public static extern void delete_ASTNodeList(global::System.Runtime.InteropServices.HandleRef jarg1);
264 
265   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeList_add")]
ASTNodeList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)266   public static extern void ASTNodeList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
267 
268   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeList_get")]
ASTNodeList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)269   public static extern global::System.IntPtr ASTNodeList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
270 
271   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeList_prepend")]
ASTNodeList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)272   public static extern void ASTNodeList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
273 
274   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeList_remove")]
ASTNodeList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)275   public static extern global::System.IntPtr ASTNodeList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
276 
277   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeList_getSize")]
ASTNodeList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)278   public static extern uint ASTNodeList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
279 
280   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespacesList")]
new_SBMLNamespacesList()281   public static extern global::System.IntPtr new_SBMLNamespacesList();
282 
283   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLNamespacesList")]
delete_SBMLNamespacesList(global::System.Runtime.InteropServices.HandleRef jarg1)284   public static extern void delete_SBMLNamespacesList(global::System.Runtime.InteropServices.HandleRef jarg1);
285 
286   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespacesList_add")]
SBMLNamespacesList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)287   public static extern void SBMLNamespacesList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
288 
289   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespacesList_get")]
SBMLNamespacesList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)290   public static extern global::System.IntPtr SBMLNamespacesList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
291 
292   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespacesList_prepend")]
SBMLNamespacesList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)293   public static extern void SBMLNamespacesList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
294 
295   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespacesList_remove")]
SBMLNamespacesList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)296   public static extern global::System.IntPtr SBMLNamespacesList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
297 
298   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespacesList_getSize")]
SBMLNamespacesList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)299   public static extern uint SBMLNamespacesList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
300 
301   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBaseList")]
new_SBaseList()302   public static extern global::System.IntPtr new_SBaseList();
303 
304   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBaseList")]
delete_SBaseList(global::System.Runtime.InteropServices.HandleRef jarg1)305   public static extern void delete_SBaseList(global::System.Runtime.InteropServices.HandleRef jarg1);
306 
307   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseList_add")]
SBaseList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)308   public static extern void SBaseList_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
309 
310   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseList_get")]
SBaseList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)311   public static extern global::System.IntPtr SBaseList_get(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
312 
313   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseList_prepend")]
SBaseList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)314   public static extern void SBaseList_prepend(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
315 
316   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseList_remove")]
SBaseList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)317   public static extern global::System.IntPtr SBaseList_remove(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
318 
319   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseList_getSize")]
SBaseList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)320   public static extern uint SBaseList_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
321 
322   protected class SWIGWStringHelper {
323 
SWIGWStringDelegate(IntPtr message)324     public delegate IntPtr SWIGWStringDelegate(IntPtr message);
325     static SWIGWStringDelegate wstringDelegate = new SWIGWStringDelegate(CreateWString);
326 
327     [DllImport("libsbmlcs", EntryPoint="SWIGRegisterWStringCallback_libsbml")]
SWIGRegisterWStringCallback_libsbml(SWIGWStringDelegate wstringDelegate)328     public static extern void SWIGRegisterWStringCallback_libsbml(SWIGWStringDelegate wstringDelegate);
329 
CreateWString([MarshalAs(UnmanagedType.LPWStr)]IntPtr cString)330     static IntPtr CreateWString([MarshalAs(UnmanagedType.LPWStr)]IntPtr cString) {
331       string ustr = System.Runtime.InteropServices.Marshal.PtrToStringUni(cString);
332       return System.Runtime.InteropServices.Marshal.StringToHGlobalUni(ustr);
333     }
334 
SWIGWStringHelper()335     static SWIGWStringHelper() {
336       SWIGRegisterWStringCallback_libsbml(wstringDelegate);
337     }
338   }
339 
340   static protected SWIGWStringHelper swigWStringHelper = new SWIGWStringHelper();
341 
342 
343   class CustomExceptionHelper {
344     // C# delegate for the C/C++ customExceptionCallback
CustomExceptionDelegate(string message, int type)345     public delegate void CustomExceptionDelegate(string message, int type);
346     static CustomExceptionDelegate customDelegate =
347                                    new CustomExceptionDelegate(SetPendingCustomException);
348 
349     [DllImport("libsbmlcs", EntryPoint="CustomExceptionRegisterCallback")]
350     public static extern
CustomExceptionRegisterCallback(CustomExceptionDelegate customCallback)351            void CustomExceptionRegisterCallback(CustomExceptionDelegate customCallback);
352 
SetPendingCustomException(string message, int type)353     static void SetPendingCustomException(string message, int type) {
354       if (type == 0)
355       SWIGPendingException.Set(new SBMLConstructorException(message));
356 	  else
357 		SWIGPendingException.Set(new XMLConstructorException(message));
358     }
359 
CustomExceptionHelper()360     static CustomExceptionHelper() {
361       CustomExceptionRegisterCallback(customDelegate);
362     }
363   }
364 
365   // The following pragma's disable the compiler warning that the variable is
366   // never used.  Don't remove the actual code, though, or you will get
367   // compile-time errors.
368 
369   #pragma warning disable 0414
370   static CustomExceptionHelper exceptionHelper = new CustomExceptionHelper();
371   #pragma warning restore 0414
372 
373 
374   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_OStream__SWIG_0")]
new_OStream__SWIG_0(int jarg1)375   public static extern global::System.IntPtr new_OStream__SWIG_0(int jarg1);
376 
377   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_OStream__SWIG_1")]
new_OStream__SWIG_1()378   public static extern global::System.IntPtr new_OStream__SWIG_1();
379 
380   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_OStream")]
delete_OStream(global::System.Runtime.InteropServices.HandleRef jarg1)381   public static extern void delete_OStream(global::System.Runtime.InteropServices.HandleRef jarg1);
382 
383   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OStream_get_ostream")]
OStream_get_ostream(global::System.Runtime.InteropServices.HandleRef jarg1)384   public static extern global::System.IntPtr OStream_get_ostream(global::System.Runtime.InteropServices.HandleRef jarg1);
385 
386   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OStream_endl")]
OStream_endl(global::System.Runtime.InteropServices.HandleRef jarg1)387   public static extern void OStream_endl(global::System.Runtime.InteropServices.HandleRef jarg1);
388 
389   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_OFStream__SWIG_0")]
new_OFStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2)390   public static extern global::System.IntPtr new_OFStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2);
391 
392   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_OFStream__SWIG_1")]
new_OFStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1)393   public static extern global::System.IntPtr new_OFStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
394 
395   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_OFStream")]
delete_OFStream(global::System.Runtime.InteropServices.HandleRef jarg1)396   public static extern void delete_OFStream(global::System.Runtime.InteropServices.HandleRef jarg1);
397 
398   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OFStream_open__SWIG_0")]
OFStream_open__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)399   public static extern void OFStream_open__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
400 
401   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OFStream_open__SWIG_1")]
OFStream_open__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)402   public static extern void OFStream_open__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
403 
404   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OFStream_close")]
OFStream_close(global::System.Runtime.InteropServices.HandleRef jarg1)405   public static extern void OFStream_close(global::System.Runtime.InteropServices.HandleRef jarg1);
406 
407   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OFStream_is_open")]
OFStream_is_open(global::System.Runtime.InteropServices.HandleRef jarg1)408   public static extern bool OFStream_is_open(global::System.Runtime.InteropServices.HandleRef jarg1);
409 
410   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_OStringStream")]
new_OStringStream()411   public static extern global::System.IntPtr new_OStringStream();
412 
413   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OStringStream_str__SWIG_0")]
414   [return: MarshalAs(UnmanagedType.LPWStr)]
OStringStream_str__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)415   public static extern string OStringStream_str__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
416 
417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OStringStream_str__SWIG_1")]
OStringStream_str__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)418   public static extern void OStringStream_str__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
419 
420   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_OStringStream")]
delete_OStringStream(global::System.Runtime.InteropServices.HandleRef jarg1)421   public static extern void delete_OStringStream(global::System.Runtime.InteropServices.HandleRef jarg1);
422 
423   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getLibSBMLVersion")]
getLibSBMLVersion()424   public static extern int getLibSBMLVersion();
425 
426   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getLibSBMLDottedVersion")]
427   [return: MarshalAs(UnmanagedType.LPWStr)]
getLibSBMLDottedVersion()428   public static extern string getLibSBMLDottedVersion();
429 
430   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getLibSBMLVersionString")]
431   [return: MarshalAs(UnmanagedType.LPWStr)]
getLibSBMLVersionString()432   public static extern string getLibSBMLVersionString();
433 
434   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_isLibSBMLCompiledWith")]
isLibSBMLCompiledWith([MarshalAs(UnmanagedType.LPWStr)]string jarg1)435   public static extern int isLibSBMLCompiledWith([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
436 
437   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getLibSBMLDependencyVersionOf")]
438   [return: MarshalAs(UnmanagedType.LPWStr)]
getLibSBMLDependencyVersionOf([MarshalAs(UnmanagedType.LPWStr)]string jarg1)439   public static extern string getLibSBMLDependencyVersionOf([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
440 
441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OperationReturnValue_toString")]
442   [return: MarshalAs(UnmanagedType.LPWStr)]
OperationReturnValue_toString(int jarg1)443   public static extern string OperationReturnValue_toString(int jarg1);
444 
445   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_IdList__SWIG_0")]
new_IdList__SWIG_0()446   public static extern global::System.IntPtr new_IdList__SWIG_0();
447 
448   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_IdList__SWIG_1")]
new_IdList__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1)449   public static extern global::System.IntPtr new_IdList__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
450 
451   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_append")]
IdList_append(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)452   public static extern void IdList_append(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
453 
454   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_contains")]
IdList_contains(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)455   public static extern bool IdList_contains(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
456 
457   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_empty")]
IdList_empty(global::System.Runtime.InteropServices.HandleRef jarg1)458   public static extern bool IdList_empty(global::System.Runtime.InteropServices.HandleRef jarg1);
459 
460   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_removeIdsBefore")]
IdList_removeIdsBefore(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)461   public static extern void IdList_removeIdsBefore(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
462 
463   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_size")]
IdList_size(global::System.Runtime.InteropServices.HandleRef jarg1)464   public static extern uint IdList_size(global::System.Runtime.InteropServices.HandleRef jarg1);
465 
466   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_clear")]
IdList_clear(global::System.Runtime.InteropServices.HandleRef jarg1)467   public static extern void IdList_clear(global::System.Runtime.InteropServices.HandleRef jarg1);
468 
469   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdList_at")]
470   [return: MarshalAs(UnmanagedType.LPWStr)]
IdList_at(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)471   public static extern string IdList_at(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
472 
473   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_IdList")]
delete_IdList(global::System.Runtime.InteropServices.HandleRef jarg1)474   public static extern void delete_IdList(global::System.Runtime.InteropServices.HandleRef jarg1);
475 
476   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_IdentifierTransformer")]
new_IdentifierTransformer()477   public static extern global::System.IntPtr new_IdentifierTransformer();
478 
479   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_IdentifierTransformer")]
delete_IdentifierTransformer(global::System.Runtime.InteropServices.HandleRef jarg1)480   public static extern void delete_IdentifierTransformer(global::System.Runtime.InteropServices.HandleRef jarg1);
481 
482   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdentifierTransformer_transform")]
IdentifierTransformer_transform(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)483   public static extern int IdentifierTransformer_transform(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
484 
485   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdentifierTransformer_transformSwigExplicitIdentifierTransformer")]
IdentifierTransformer_transformSwigExplicitIdentifierTransformer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)486   public static extern int IdentifierTransformer_transformSwigExplicitIdentifierTransformer(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
487 
488   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_IdentifierTransformer_director_connect")]
IdentifierTransformer_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, IdentifierTransformer.SwigDelegateIdentifierTransformer_0 delegate0)489   public static extern void IdentifierTransformer_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, IdentifierTransformer.SwigDelegateIdentifierTransformer_0 delegate0);
490 
491   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ElementFilter")]
new_ElementFilter()492   public static extern global::System.IntPtr new_ElementFilter();
493 
494   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ElementFilter")]
delete_ElementFilter(global::System.Runtime.InteropServices.HandleRef jarg1)495   public static extern void delete_ElementFilter(global::System.Runtime.InteropServices.HandleRef jarg1);
496 
497   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ElementFilter_filter")]
ElementFilter_filter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)498   public static extern bool ElementFilter_filter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
499 
500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ElementFilter_filterSwigExplicitElementFilter")]
ElementFilter_filterSwigExplicitElementFilter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)501   public static extern bool ElementFilter_filterSwigExplicitElementFilter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
502 
503   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ElementFilter_director_connect")]
ElementFilter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ElementFilter.SwigDelegateElementFilter_0 delegate0)504   public static extern void ElementFilter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, ElementFilter.SwigDelegateElementFilter_0 delegate0);
505 
506   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLReader")]
new_SBMLReader()507   public static extern global::System.IntPtr new_SBMLReader();
508 
509   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLReader")]
delete_SBMLReader(global::System.Runtime.InteropServices.HandleRef jarg1)510   public static extern void delete_SBMLReader(global::System.Runtime.InteropServices.HandleRef jarg1);
511 
512   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReader_readSBML")]
SBMLReader_readSBML(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)513   public static extern global::System.IntPtr SBMLReader_readSBML(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
514 
515   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReader_readSBMLFromFile")]
SBMLReader_readSBMLFromFile(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)516   public static extern global::System.IntPtr SBMLReader_readSBMLFromFile(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
517 
518   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReader_readSBMLFromString")]
SBMLReader_readSBMLFromString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)519   public static extern global::System.IntPtr SBMLReader_readSBMLFromString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
520 
521   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReader_hasZlib")]
SBMLReader_hasZlib()522   public static extern bool SBMLReader_hasZlib();
523 
524   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReader_hasBzip2")]
SBMLReader_hasBzip2()525   public static extern bool SBMLReader_hasBzip2();
526 
527   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_readSBML")]
readSBML([MarshalAs(UnmanagedType.LPWStr)]string jarg1)528   public static extern global::System.IntPtr readSBML([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
529 
530   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_readSBMLFromFile")]
readSBMLFromFile([MarshalAs(UnmanagedType.LPWStr)]string jarg1)531   public static extern global::System.IntPtr readSBMLFromFile([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
532 
533   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_readSBMLFromString")]
readSBMLFromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1)534   public static extern global::System.IntPtr readSBMLFromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
535 
536   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLWriter")]
new_SBMLWriter()537   public static extern global::System.IntPtr new_SBMLWriter();
538 
539   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLWriter")]
delete_SBMLWriter(global::System.Runtime.InteropServices.HandleRef jarg1)540   public static extern void delete_SBMLWriter(global::System.Runtime.InteropServices.HandleRef jarg1);
541 
542   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_setProgramName")]
SBMLWriter_setProgramName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)543   public static extern int SBMLWriter_setProgramName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
544 
545   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_setProgramVersion")]
SBMLWriter_setProgramVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)546   public static extern int SBMLWriter_setProgramVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
547 
548   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_writeSBML__SWIG_0")]
SBMLWriter_writeSBML__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)549   public static extern bool SBMLWriter_writeSBML__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
550 
551   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_writeSBML__SWIG_1")]
SBMLWriter_writeSBML__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)552   public static extern bool SBMLWriter_writeSBML__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
553 
554   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_writeToString")]
555   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLWriter_writeToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)556   public static extern string SBMLWriter_writeToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
557 
558   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_writeSBMLToFile")]
SBMLWriter_writeSBMLToFile(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)559   public static extern bool SBMLWriter_writeSBMLToFile(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
560 
561   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_writeSBMLToString")]
562   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLWriter_writeSBMLToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)563   public static extern string SBMLWriter_writeSBMLToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
564 
565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_hasZlib")]
SBMLWriter_hasZlib()566   public static extern bool SBMLWriter_hasZlib();
567 
568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLWriter_hasBzip2")]
SBMLWriter_hasBzip2()569   public static extern bool SBMLWriter_hasBzip2();
570 
571   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_writeSBML")]
writeSBML(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)572   public static extern int writeSBML(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
573 
574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_writeSBMLToString")]
575   [return: MarshalAs(UnmanagedType.LPWStr)]
writeSBMLToString(global::System.Runtime.InteropServices.HandleRef jarg1)576   public static extern string writeSBMLToString(global::System.Runtime.InteropServices.HandleRef jarg1);
577 
578   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_writeSBMLToFile")]
writeSBMLToFile(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)579   public static extern int writeSBMLToFile(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
580 
581   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTypeCode_toString")]
582   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLTypeCode_toString(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)583   public static extern string SBMLTypeCode_toString(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
584 
585   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBase")]
delete_SBase(global::System.Runtime.InteropServices.HandleRef jarg1)586   public static extern void delete_SBase(global::System.Runtime.InteropServices.HandleRef jarg1);
587 
588   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_clone")]
SBase_clone(global::System.Runtime.InteropServices.HandleRef jarg1)589   public static extern global::System.IntPtr SBase_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
590 
591   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getElementBySId__SWIG_0")]
SBase_getElementBySId__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)592   public static extern global::System.IntPtr SBase_getElementBySId__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
593 
594   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getElementByMetaId__SWIG_0")]
SBase_getElementByMetaId__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)595   public static extern global::System.IntPtr SBase_getElementByMetaId__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
596 
597   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_renameSIdRefs")]
SBase_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)598   public static extern void SBase_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
599 
600   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_renameMetaIdRefs")]
SBase_renameMetaIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)601   public static extern void SBase_renameMetaIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
602 
603   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_renameUnitSIdRefs")]
SBase_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)604   public static extern void SBase_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
605 
606   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_replaceSIDWithFunction")]
SBase_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)607   public static extern void SBase_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
608 
609   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_divideAssignmentsToSIdByFunction")]
SBase_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)610   public static extern void SBase_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
611 
612   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_multiplyAssignmentsToSIdByFunction")]
SBase_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)613   public static extern void SBase_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
614 
615   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getElementFromPluginsBySId")]
SBase_getElementFromPluginsBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)616   public static extern global::System.IntPtr SBase_getElementFromPluginsBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
617 
618   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getElementFromPluginsByMetaId")]
SBase_getElementFromPluginsByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)619   public static extern global::System.IntPtr SBase_getElementFromPluginsByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
620 
621   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasNonstandardIdentifierBeginningWith")]
SBase_hasNonstandardIdentifierBeginningWith(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)622   public static extern bool SBase_hasNonstandardIdentifierBeginningWith(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
623 
624   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_prependStringToAllIdentifiers")]
SBase_prependStringToAllIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)625   public static extern int SBase_prependStringToAllIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
626 
627   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_transformIdentifiers")]
SBase_transformIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)628   public static extern int SBase_transformIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
629 
630   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getMetaId")]
631   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getMetaId(global::System.Runtime.InteropServices.HandleRef jarg1)632   public static extern string SBase_getMetaId(global::System.Runtime.InteropServices.HandleRef jarg1);
633 
634   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getId")]
635   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getId(global::System.Runtime.InteropServices.HandleRef jarg1)636   public static extern string SBase_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
637 
638   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getIdAttribute")]
639   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1)640   public static extern string SBase_getIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1);
641 
642   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getName")]
643   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getName(global::System.Runtime.InteropServices.HandleRef jarg1)644   public static extern string SBase_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
645 
646   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNotes__SWIG_0")]
SBase_getNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)647   public static extern global::System.IntPtr SBase_getNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
648 
649   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNotesString__SWIG_0")]
650   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getNotesString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)651   public static extern string SBase_getNotesString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
652 
653   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getAnnotation__SWIG_0")]
SBase_getAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)654   public static extern global::System.IntPtr SBase_getAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
655 
656   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getAnnotationString__SWIG_0")]
657   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getAnnotationString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)658   public static extern string SBase_getAnnotationString__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
659 
660   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNamespaces")]
SBase_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)661   public static extern global::System.IntPtr SBase_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
662 
663   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getSBMLDocument__SWIG_0")]
SBase_getSBMLDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)664   public static extern global::System.IntPtr SBase_getSBMLDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
665 
666   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getParentSBMLObject__SWIG_0")]
SBase_getParentSBMLObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)667   public static extern global::System.IntPtr SBase_getParentSBMLObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
668 
669   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getAncestorOfType__SWIG_0")]
SBase_getAncestorOfType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)670   public static extern global::System.IntPtr SBase_getAncestorOfType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
671 
672   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getAncestorOfType__SWIG_1")]
SBase_getAncestorOfType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)673   public static extern global::System.IntPtr SBase_getAncestorOfType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
674 
675   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getSBOTerm")]
SBase_getSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1)676   public static extern int SBase_getSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
677 
678   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getSBOTermID")]
679   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getSBOTermID(global::System.Runtime.InteropServices.HandleRef jarg1)680   public static extern string SBase_getSBOTermID(global::System.Runtime.InteropServices.HandleRef jarg1);
681 
682   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getSBOTermAsURL")]
683   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getSBOTermAsURL(global::System.Runtime.InteropServices.HandleRef jarg1)684   public static extern string SBase_getSBOTermAsURL(global::System.Runtime.InteropServices.HandleRef jarg1);
685 
686   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getLine")]
SBase_getLine(global::System.Runtime.InteropServices.HandleRef jarg1)687   public static extern uint SBase_getLine(global::System.Runtime.InteropServices.HandleRef jarg1);
688 
689   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getColumn")]
SBase_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1)690   public static extern uint SBase_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1);
691 
692   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getModelHistory__SWIG_0")]
SBase_getModelHistory__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)693   public static extern global::System.IntPtr SBase_getModelHistory__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
694 
695   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetMetaId")]
SBase_isSetMetaId(global::System.Runtime.InteropServices.HandleRef jarg1)696   public static extern bool SBase_isSetMetaId(global::System.Runtime.InteropServices.HandleRef jarg1);
697 
698   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetId")]
SBase_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)699   public static extern bool SBase_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
700 
701   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetIdAttribute")]
SBase_isSetIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1)702   public static extern bool SBase_isSetIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1);
703 
704   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetName")]
SBase_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)705   public static extern bool SBase_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
706 
707   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetNotes")]
SBase_isSetNotes(global::System.Runtime.InteropServices.HandleRef jarg1)708   public static extern bool SBase_isSetNotes(global::System.Runtime.InteropServices.HandleRef jarg1);
709 
710   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetAnnotation")]
SBase_isSetAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1)711   public static extern bool SBase_isSetAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1);
712 
713   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetSBOTerm")]
SBase_isSetSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1)714   public static extern bool SBase_isSetSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
715 
716   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setMetaId")]
SBase_setMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)717   public static extern int SBase_setMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
718 
719   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetModelHistory")]
SBase_isSetModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1)720   public static extern bool SBase_isSetModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1);
721 
722   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setId")]
SBase_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)723   public static extern int SBase_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
724 
725   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setIdAttribute")]
SBase_setIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)726   public static extern int SBase_setIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
727 
728   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setName")]
SBase_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)729   public static extern int SBase_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
730 
731   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setAnnotation__SWIG_0")]
SBase_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)732   public static extern int SBase_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
733 
734   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setAnnotation__SWIG_1")]
SBase_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)735   public static extern int SBase_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
736 
737   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_appendAnnotation__SWIG_0")]
SBase_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)738   public static extern int SBase_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
739 
740   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_appendAnnotation__SWIG_1")]
SBase_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)741   public static extern int SBase_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
742 
743   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_removeTopLevelAnnotationElement__SWIG_0")]
SBase_removeTopLevelAnnotationElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)744   public static extern int SBase_removeTopLevelAnnotationElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
745 
746   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_removeTopLevelAnnotationElement__SWIG_1")]
SBase_removeTopLevelAnnotationElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)747   public static extern int SBase_removeTopLevelAnnotationElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
748 
749   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_removeTopLevelAnnotationElement__SWIG_2")]
SBase_removeTopLevelAnnotationElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)750   public static extern int SBase_removeTopLevelAnnotationElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
751 
752   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_replaceTopLevelAnnotationElement__SWIG_0")]
SBase_replaceTopLevelAnnotationElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)753   public static extern int SBase_replaceTopLevelAnnotationElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
754 
755   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_replaceTopLevelAnnotationElement__SWIG_1")]
SBase_replaceTopLevelAnnotationElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)756   public static extern int SBase_replaceTopLevelAnnotationElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
757 
758   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setNotes__SWIG_0")]
SBase_setNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)759   public static extern int SBase_setNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
760 
761   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setNotes__SWIG_1")]
SBase_setNotes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)762   public static extern int SBase_setNotes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
763 
764   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setNotes__SWIG_2")]
SBase_setNotes__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)765   public static extern int SBase_setNotes__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
766 
767   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_appendNotes__SWIG_0")]
SBase_appendNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)768   public static extern int SBase_appendNotes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
769 
770   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_appendNotes__SWIG_1")]
SBase_appendNotes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)771   public static extern int SBase_appendNotes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
772 
773   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setModelHistory")]
SBase_setModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)774   public static extern int SBase_setModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
775 
776   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_connectToParent")]
SBase_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)777   public static extern void SBase_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
778 
779   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_connectToChild")]
SBase_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)780   public static extern void SBase_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
781 
782   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setSBOTerm__SWIG_0")]
SBase_setSBOTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)783   public static extern int SBase_setSBOTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
784 
785   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setSBOTerm__SWIG_1")]
SBase_setSBOTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)786   public static extern int SBase_setSBOTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
787 
788   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setNamespaces")]
SBase_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)789   public static extern int SBase_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
790 
791   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetMetaId")]
SBase_unsetMetaId(global::System.Runtime.InteropServices.HandleRef jarg1)792   public static extern int SBase_unsetMetaId(global::System.Runtime.InteropServices.HandleRef jarg1);
793 
794   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetId")]
SBase_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1)795   public static extern int SBase_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1);
796 
797   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetIdAttribute")]
SBase_unsetIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1)798   public static extern int SBase_unsetIdAttribute(global::System.Runtime.InteropServices.HandleRef jarg1);
799 
800   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetName")]
SBase_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)801   public static extern int SBase_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
802 
803   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetNotes")]
SBase_unsetNotes(global::System.Runtime.InteropServices.HandleRef jarg1)804   public static extern int SBase_unsetNotes(global::System.Runtime.InteropServices.HandleRef jarg1);
805 
806   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetAnnotation")]
SBase_unsetAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1)807   public static extern int SBase_unsetAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1);
808 
809   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetSBOTerm")]
SBase_unsetSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1)810   public static extern int SBase_unsetSBOTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
811 
812   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_addCVTerm__SWIG_0")]
SBase_addCVTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)813   public static extern int SBase_addCVTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
814 
815   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_addCVTerm__SWIG_1")]
SBase_addCVTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)816   public static extern int SBase_addCVTerm__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
817 
818   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getCVTerms__SWIG_0")]
SBase_getCVTerms__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)819   public static extern global::System.IntPtr SBase_getCVTerms__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
820 
821   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNumCVTerms")]
SBase_getNumCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1)822   public static extern uint SBase_getNumCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
823 
824   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getCVTerm")]
SBase_getCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)825   public static extern global::System.IntPtr SBase_getCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
826 
827   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetCVTerms")]
SBase_unsetCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1)828   public static extern int SBase_unsetCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
829 
830   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetModelHistory")]
SBase_unsetModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1)831   public static extern int SBase_unsetModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1);
832 
833   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getResourceBiologicalQualifier")]
SBase_getResourceBiologicalQualifier(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)834   public static extern int SBase_getResourceBiologicalQualifier(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
835 
836   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getResourceModelQualifier")]
SBase_getResourceModelQualifier(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)837   public static extern int SBase_getResourceModelQualifier(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
838 
839   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getModel")]
SBase_getModel(global::System.Runtime.InteropServices.HandleRef jarg1)840   public static extern global::System.IntPtr SBase_getModel(global::System.Runtime.InteropServices.HandleRef jarg1);
841 
842   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getLevel")]
SBase_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1)843   public static extern uint SBase_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1);
844 
845   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getVersion")]
SBase_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1)846   public static extern uint SBase_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
847 
848   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPackageCoreVersion")]
SBase_getPackageCoreVersion(global::System.Runtime.InteropServices.HandleRef jarg1)849   public static extern uint SBase_getPackageCoreVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
850 
851   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPackageVersion")]
SBase_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1)852   public static extern uint SBase_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
853 
854   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPackageName")]
855   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)856   public static extern string SBase_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
857 
858   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getTypeCode")]
SBase_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)859   public static extern int SBase_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
860 
861   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasValidLevelVersionNamespaceCombination")]
SBase_hasValidLevelVersionNamespaceCombination(global::System.Runtime.InteropServices.HandleRef jarg1)862   public static extern bool SBase_hasValidLevelVersionNamespaceCombination(global::System.Runtime.InteropServices.HandleRef jarg1);
863 
864   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getElementName")]
865   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)866   public static extern string SBase_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
867 
868   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_toSBML")]
869   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_toSBML(global::System.Runtime.InteropServices.HandleRef jarg1)870   public static extern string SBase_toSBML(global::System.Runtime.InteropServices.HandleRef jarg1);
871 
872   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_toXMLNode")]
SBase_toXMLNode(global::System.Runtime.InteropServices.HandleRef jarg1)873   public static extern global::System.IntPtr SBase_toXMLNode(global::System.Runtime.InteropServices.HandleRef jarg1);
874 
875   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_read__SWIG_0")]
SBase_read__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)876   public static extern void SBase_read__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3);
877 
878   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_read__SWIG_1")]
SBase_read__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)879   public static extern void SBase_read__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
880 
881   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPlugin__SWIG_0")]
SBase_getPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)882   public static extern global::System.IntPtr SBase_getPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
883 
884   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPlugin__SWIG_2")]
SBase_getPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)885   public static extern global::System.IntPtr SBase_getPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
886 
887   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getDisabledPlugin__SWIG_0")]
SBase_getDisabledPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)888   public static extern global::System.IntPtr SBase_getDisabledPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
889 
890   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNumPlugins")]
SBase_getNumPlugins(global::System.Runtime.InteropServices.HandleRef jarg1)891   public static extern uint SBase_getNumPlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
892 
893   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getNumDisabledPlugins")]
SBase_getNumDisabledPlugins(global::System.Runtime.InteropServices.HandleRef jarg1)894   public static extern uint SBase_getNumDisabledPlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
895 
896   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_deleteDisabledPlugins__SWIG_0")]
SBase_deleteDisabledPlugins__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)897   public static extern void SBase_deleteDisabledPlugins__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
898 
899   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_deleteDisabledPlugins__SWIG_1")]
SBase_deleteDisabledPlugins__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)900   public static extern void SBase_deleteDisabledPlugins__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
901 
902   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_enablePackage")]
SBase_enablePackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)903   public static extern int SBase_enablePackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
904 
905   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_disablePackage")]
SBase_disablePackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)906   public static extern int SBase_disablePackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
907 
908   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_enablePackageInternal")]
SBase_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)909   public static extern void SBase_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
910 
911   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isPackageURIEnabled")]
SBase_isPackageURIEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)912   public static extern bool SBase_isPackageURIEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
913 
914   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isPackageEnabled")]
SBase_isPackageEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)915   public static extern bool SBase_isPackageEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
916 
917   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isPkgURIEnabled")]
SBase_isPkgURIEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)918   public static extern bool SBase_isPkgURIEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
919 
920   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isPkgEnabled")]
SBase_isPkgEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)921   public static extern bool SBase_isPkgEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
922 
923   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_writeExtensionElements")]
SBase_writeExtensionElements(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)924   public static extern void SBase_writeExtensionElements(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
925 
926   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_read__SWIG_2")]
SBase_read__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)927   public static extern void SBase_read__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
928 
929   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_write")]
SBase_write(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)930   public static extern void SBase_write(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
931 
932   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasRequiredAttributes")]
SBase_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)933   public static extern bool SBase_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
934 
935   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasRequiredElements")]
SBase_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)936   public static extern bool SBase_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
937 
938   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_checkCompatibility")]
SBase_checkCompatibility(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)939   public static extern int SBase_checkCompatibility(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
940 
941   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_setSBMLNamespacesAndOwn")]
SBase_setSBMLNamespacesAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)942   public static extern void SBase_setSBMLNamespacesAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
943 
944   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getSBMLNamespaces")]
SBase_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)945   public static extern global::System.IntPtr SBase_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
946 
947   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_removeDuplicateAnnotations")]
SBase_removeDuplicateAnnotations(global::System.Runtime.InteropServices.HandleRef jarg1)948   public static extern void SBase_removeDuplicateAnnotations(global::System.Runtime.InteropServices.HandleRef jarg1);
949 
950   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_checkMathMLNamespace")]
951   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_checkMathMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)952   public static extern string SBase_checkMathMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
953 
954   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getDerivedUnitDefinition")]
SBase_getDerivedUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1)955   public static extern global::System.IntPtr SBase_getDerivedUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1);
956 
957   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_containsUndeclaredUnits")]
SBase_containsUndeclaredUnits(global::System.Runtime.InteropServices.HandleRef jarg1)958   public static extern bool SBase_containsUndeclaredUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
959 
960   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_removeFromParentAndDelete")]
SBase_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)961   public static extern int SBase_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
962 
963   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_matchesSBMLNamespaces__SWIG_0")]
SBase_matchesSBMLNamespaces__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)964   public static extern bool SBase_matchesSBMLNamespaces__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
965 
966   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_matchesRequiredSBMLNamespacesForAddition__SWIG_0")]
SBase_matchesRequiredSBMLNamespacesForAddition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)967   public static extern bool SBase_matchesRequiredSBMLNamespacesForAddition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
968 
969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_isSetUserData")]
SBase_isSetUserData(global::System.Runtime.InteropServices.HandleRef jarg1)970   public static extern bool SBase_isSetUserData(global::System.Runtime.InteropServices.HandleRef jarg1);
971 
972   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_unsetUserData")]
SBase_unsetUserData(global::System.Runtime.InteropServices.HandleRef jarg1)973   public static extern int SBase_unsetUserData(global::System.Runtime.InteropServices.HandleRef jarg1);
974 
975   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getURI")]
976   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)977   public static extern string SBase_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
978 
979   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getPrefix")]
980   [return: MarshalAs(UnmanagedType.LPWStr)]
SBase_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)981   public static extern string SBase_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
982 
983   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasOptionalAttributes")]
SBase_hasOptionalAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)984   public static extern bool SBase_hasOptionalAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
985 
986   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_hasOptionalElements")]
SBase_hasOptionalElements(global::System.Runtime.InteropServices.HandleRef jarg1)987   public static extern bool SBase_hasOptionalElements(global::System.Runtime.InteropServices.HandleRef jarg1);
988 
989   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_updateSBMLNamespace")]
SBase_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)990   public static extern void SBase_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
991 
992   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getListOfAllElements__SWIG_0")]
SBase_getListOfAllElements__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)993   public static extern global::System.IntPtr SBase_getListOfAllElements__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
994 
995   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getListOfAllElements__SWIG_1")]
SBase_getListOfAllElements__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)996   public static extern global::System.IntPtr SBase_getListOfAllElements__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
997 
998   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getListOfAllElementsFromPlugins__SWIG_0")]
SBase_getListOfAllElementsFromPlugins__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)999   public static extern global::System.IntPtr SBase_getListOfAllElementsFromPlugins__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1000 
1001   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBase_getListOfAllElementsFromPlugins__SWIG_1")]
SBase_getListOfAllElementsFromPlugins__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1002   public static extern global::System.IntPtr SBase_getListOfAllElementsFromPlugins__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1003 
1004   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOf__SWIG_0")]
new_ListOf__SWIG_0(long jarg1, long jarg2)1005   public static extern global::System.IntPtr new_ListOf__SWIG_0(long jarg1, long jarg2);
1006 
1007   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOf__SWIG_1")]
new_ListOf__SWIG_1(long jarg1)1008   public static extern global::System.IntPtr new_ListOf__SWIG_1(long jarg1);
1009 
1010   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOf__SWIG_2")]
new_ListOf__SWIG_2()1011   public static extern global::System.IntPtr new_ListOf__SWIG_2();
1012 
1013   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOf__SWIG_3")]
new_ListOf__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1)1014   public static extern global::System.IntPtr new_ListOf__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
1015 
1016   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOf")]
delete_ListOf(global::System.Runtime.InteropServices.HandleRef jarg1)1017   public static extern void delete_ListOf(global::System.Runtime.InteropServices.HandleRef jarg1);
1018 
1019   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOf__SWIG_4")]
new_ListOf__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1)1020   public static extern global::System.IntPtr new_ListOf__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1);
1021 
1022   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_clone")]
ListOf_clone(global::System.Runtime.InteropServices.HandleRef jarg1)1023   public static extern global::System.IntPtr ListOf_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
1024 
1025   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_append")]
ListOf_append(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1026   public static extern int ListOf_append(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1027 
1028   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_appendAndOwn")]
ListOf_appendAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1029   public static extern int ListOf_appendAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1030 
1031   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_appendFrom")]
ListOf_appendFrom(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1032   public static extern int ListOf_appendFrom(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1033 
1034   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_insert")]
ListOf_insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1035   public static extern int ListOf_insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1036 
1037   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_insertAndOwn")]
ListOf_insertAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1038   public static extern int ListOf_insertAndOwn(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1039 
1040   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_get__SWIG_0")]
ListOf_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1041   public static extern global::System.IntPtr ListOf_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1042 
1043   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_getElementBySId")]
ListOf_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1044   public static extern global::System.IntPtr ListOf_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1045 
1046   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_getElementByMetaId")]
ListOf_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1047   public static extern global::System.IntPtr ListOf_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1048 
1049   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_clear__SWIG_0")]
ListOf_clear__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1050   public static extern void ListOf_clear__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1051 
1052   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_clear__SWIG_1")]
ListOf_clear__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1053   public static extern void ListOf_clear__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1054 
1055   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_removeFromParentAndDelete")]
ListOf_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)1056   public static extern int ListOf_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
1057 
1058   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_remove")]
ListOf_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1059   public static extern global::System.IntPtr ListOf_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1060 
1061   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_size")]
ListOf_size(global::System.Runtime.InteropServices.HandleRef jarg1)1062   public static extern uint ListOf_size(global::System.Runtime.InteropServices.HandleRef jarg1);
1063 
1064   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_connectToChild")]
ListOf_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)1065   public static extern void ListOf_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
1066 
1067   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_getTypeCode")]
ListOf_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)1068   public static extern int ListOf_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
1069 
1070   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_getItemTypeCode")]
ListOf_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)1071   public static extern int ListOf_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
1072 
1073   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_getElementName")]
1074   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOf_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)1075   public static extern string ListOf_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
1076 
1077   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_enablePackageInternal")]
ListOf_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)1078   public static extern void ListOf_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
1079 
1080   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_updateSBMLNamespace")]
ListOf_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)1081   public static extern void ListOf_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
1082 
1083   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_hasOptionalElements")]
ListOf_hasOptionalElements(global::System.Runtime.InteropServices.HandleRef jarg1)1084   public static extern bool ListOf_hasOptionalElements(global::System.Runtime.InteropServices.HandleRef jarg1);
1085 
1086   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_isExplicitlyListed")]
ListOf_isExplicitlyListed(global::System.Runtime.InteropServices.HandleRef jarg1)1087   public static extern bool ListOf_isExplicitlyListed(global::System.Runtime.InteropServices.HandleRef jarg1);
1088 
1089   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_setExplicitlyListed__SWIG_0")]
ListOf_setExplicitlyListed__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1090   public static extern void ListOf_setExplicitlyListed__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1091 
1092   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_setExplicitlyListed__SWIG_1")]
ListOf_setExplicitlyListed__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1093   public static extern void ListOf_setExplicitlyListed__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1094 
1095   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_sort")]
ListOf_sort(global::System.Runtime.InteropServices.HandleRef jarg1)1096   public static extern void ListOf_sort(global::System.Runtime.InteropServices.HandleRef jarg1);
1097 
1098   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Model__SWIG_0")]
new_Model__SWIG_0(long jarg1, long jarg2)1099   public static extern global::System.IntPtr new_Model__SWIG_0(long jarg1, long jarg2);
1100 
1101   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Model__SWIG_1")]
new_Model__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1102   public static extern global::System.IntPtr new_Model__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1103 
1104   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Model")]
delete_Model(global::System.Runtime.InteropServices.HandleRef jarg1)1105   public static extern void delete_Model(global::System.Runtime.InteropServices.HandleRef jarg1);
1106 
1107   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Model__SWIG_2")]
new_Model__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)1108   public static extern global::System.IntPtr new_Model__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
1109 
1110   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_clone")]
Model_clone(global::System.Runtime.InteropServices.HandleRef jarg1)1111   public static extern global::System.IntPtr Model_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
1112 
1113   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getElementBySId")]
Model_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1114   public static extern global::System.IntPtr Model_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1115 
1116   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getElementByMetaId")]
Model_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1117   public static extern global::System.IntPtr Model_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1118 
1119   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getId")]
1120   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getId(global::System.Runtime.InteropServices.HandleRef jarg1)1121   public static extern string Model_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
1122 
1123   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getName")]
1124   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getName(global::System.Runtime.InteropServices.HandleRef jarg1)1125   public static extern string Model_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
1126 
1127   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSubstanceUnits")]
1128   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1129   public static extern string Model_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1130 
1131   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getTimeUnits")]
1132   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1133   public static extern string Model_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1134 
1135   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getVolumeUnits")]
1136   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1137   public static extern string Model_getVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1138 
1139   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getAreaUnits")]
1140   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1141   public static extern string Model_getAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1142 
1143   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getLengthUnits")]
1144   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1145   public static extern string Model_getLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1146 
1147   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getExtentUnits")]
1148   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1149   public static extern string Model_getExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1150 
1151   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getConversionFactor")]
1152   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)1153   public static extern string Model_getConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
1154 
1155   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetId")]
Model_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)1156   public static extern bool Model_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
1157 
1158   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetName")]
Model_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)1159   public static extern bool Model_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
1160 
1161   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetSubstanceUnits")]
Model_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1162   public static extern bool Model_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1163 
1164   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetTimeUnits")]
Model_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1165   public static extern bool Model_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1166 
1167   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetVolumeUnits")]
Model_isSetVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1168   public static extern bool Model_isSetVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1169 
1170   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetAreaUnits")]
Model_isSetAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1171   public static extern bool Model_isSetAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1172 
1173   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetLengthUnits")]
Model_isSetLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1174   public static extern bool Model_isSetLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1175 
1176   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetExtentUnits")]
Model_isSetExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1177   public static extern bool Model_isSetExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1178 
1179   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isSetConversionFactor")]
Model_isSetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)1180   public static extern bool Model_isSetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
1181 
1182   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setId")]
Model_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1183   public static extern int Model_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1184 
1185   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setName")]
Model_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1186   public static extern int Model_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1187 
1188   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setSubstanceUnits")]
Model_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1189   public static extern int Model_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1190 
1191   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setTimeUnits")]
Model_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1192   public static extern int Model_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1193 
1194   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setVolumeUnits")]
Model_setVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1195   public static extern int Model_setVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1196 
1197   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setAreaUnits")]
Model_setAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1198   public static extern int Model_setAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1199 
1200   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setLengthUnits")]
Model_setLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1201   public static extern int Model_setLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1202 
1203   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setExtentUnits")]
Model_setExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1204   public static extern int Model_setExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1205 
1206   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setConversionFactor")]
Model_setConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1207   public static extern int Model_setConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1208 
1209   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetId")]
Model_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1)1210   public static extern int Model_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1);
1211 
1212   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetName")]
Model_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)1213   public static extern int Model_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
1214 
1215   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetSubstanceUnits")]
Model_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1216   public static extern int Model_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1217 
1218   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetTimeUnits")]
Model_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1219   public static extern int Model_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1220 
1221   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetVolumeUnits")]
Model_unsetVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1222   public static extern int Model_unsetVolumeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1223 
1224   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetAreaUnits")]
Model_unsetAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1225   public static extern int Model_unsetAreaUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1226 
1227   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetLengthUnits")]
Model_unsetLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1228   public static extern int Model_unsetLengthUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1229 
1230   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetExtentUnits")]
Model_unsetExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1231   public static extern int Model_unsetExtentUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1232 
1233   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_unsetConversionFactor")]
Model_unsetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)1234   public static extern int Model_unsetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
1235 
1236   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addFunctionDefinition")]
Model_addFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1237   public static extern int Model_addFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1238 
1239   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addUnitDefinition")]
Model_addUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1240   public static extern int Model_addUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1241 
1242   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addCompartmentType")]
Model_addCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1243   public static extern int Model_addCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1244 
1245   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addSpeciesType")]
Model_addSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1246   public static extern int Model_addSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1247 
1248   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addCompartment")]
Model_addCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1249   public static extern int Model_addCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1250 
1251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addSpecies")]
Model_addSpecies(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1252   public static extern int Model_addSpecies(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1253 
1254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addParameter")]
Model_addParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1255   public static extern int Model_addParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1256 
1257   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addInitialAssignment")]
Model_addInitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1258   public static extern int Model_addInitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1259 
1260   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addRule")]
Model_addRule(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1261   public static extern int Model_addRule(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1262 
1263   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addConstraint")]
Model_addConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1264   public static extern int Model_addConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1265 
1266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addReaction")]
Model_addReaction(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1267   public static extern int Model_addReaction(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1268 
1269   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addEvent")]
Model_addEvent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1270   public static extern int Model_addEvent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1271 
1272   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createFunctionDefinition")]
Model_createFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1)1273   public static extern global::System.IntPtr Model_createFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1);
1274 
1275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createUnitDefinition")]
Model_createUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1)1276   public static extern global::System.IntPtr Model_createUnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1);
1277 
1278   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createUnit")]
Model_createUnit(global::System.Runtime.InteropServices.HandleRef jarg1)1279   public static extern global::System.IntPtr Model_createUnit(global::System.Runtime.InteropServices.HandleRef jarg1);
1280 
1281   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createCompartmentType")]
Model_createCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1)1282   public static extern global::System.IntPtr Model_createCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1);
1283 
1284   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createSpeciesType")]
Model_createSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1)1285   public static extern global::System.IntPtr Model_createSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1);
1286 
1287   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createCompartment")]
Model_createCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)1288   public static extern global::System.IntPtr Model_createCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
1289 
1290   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createSpecies")]
Model_createSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)1291   public static extern global::System.IntPtr Model_createSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
1292 
1293   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createParameter")]
Model_createParameter(global::System.Runtime.InteropServices.HandleRef jarg1)1294   public static extern global::System.IntPtr Model_createParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
1295 
1296   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createInitialAssignment")]
Model_createInitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)1297   public static extern global::System.IntPtr Model_createInitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
1298 
1299   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createAlgebraicRule")]
Model_createAlgebraicRule(global::System.Runtime.InteropServices.HandleRef jarg1)1300   public static extern global::System.IntPtr Model_createAlgebraicRule(global::System.Runtime.InteropServices.HandleRef jarg1);
1301 
1302   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createAssignmentRule")]
Model_createAssignmentRule(global::System.Runtime.InteropServices.HandleRef jarg1)1303   public static extern global::System.IntPtr Model_createAssignmentRule(global::System.Runtime.InteropServices.HandleRef jarg1);
1304 
1305   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createRateRule")]
Model_createRateRule(global::System.Runtime.InteropServices.HandleRef jarg1)1306   public static extern global::System.IntPtr Model_createRateRule(global::System.Runtime.InteropServices.HandleRef jarg1);
1307 
1308   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createConstraint")]
Model_createConstraint(global::System.Runtime.InteropServices.HandleRef jarg1)1309   public static extern global::System.IntPtr Model_createConstraint(global::System.Runtime.InteropServices.HandleRef jarg1);
1310 
1311   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createReaction")]
Model_createReaction(global::System.Runtime.InteropServices.HandleRef jarg1)1312   public static extern global::System.IntPtr Model_createReaction(global::System.Runtime.InteropServices.HandleRef jarg1);
1313 
1314   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createReactant")]
Model_createReactant(global::System.Runtime.InteropServices.HandleRef jarg1)1315   public static extern global::System.IntPtr Model_createReactant(global::System.Runtime.InteropServices.HandleRef jarg1);
1316 
1317   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createProduct")]
Model_createProduct(global::System.Runtime.InteropServices.HandleRef jarg1)1318   public static extern global::System.IntPtr Model_createProduct(global::System.Runtime.InteropServices.HandleRef jarg1);
1319 
1320   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createModifier")]
Model_createModifier(global::System.Runtime.InteropServices.HandleRef jarg1)1321   public static extern global::System.IntPtr Model_createModifier(global::System.Runtime.InteropServices.HandleRef jarg1);
1322 
1323   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createKineticLaw")]
Model_createKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1)1324   public static extern global::System.IntPtr Model_createKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1);
1325 
1326   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createKineticLawParameter")]
Model_createKineticLawParameter(global::System.Runtime.InteropServices.HandleRef jarg1)1327   public static extern global::System.IntPtr Model_createKineticLawParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
1328 
1329   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createKineticLawLocalParameter")]
Model_createKineticLawLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1)1330   public static extern global::System.IntPtr Model_createKineticLawLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
1331 
1332   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createEvent")]
Model_createEvent(global::System.Runtime.InteropServices.HandleRef jarg1)1333   public static extern global::System.IntPtr Model_createEvent(global::System.Runtime.InteropServices.HandleRef jarg1);
1334 
1335   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createEventAssignment")]
Model_createEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)1336   public static extern global::System.IntPtr Model_createEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
1337 
1338   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createTrigger")]
Model_createTrigger(global::System.Runtime.InteropServices.HandleRef jarg1)1339   public static extern global::System.IntPtr Model_createTrigger(global::System.Runtime.InteropServices.HandleRef jarg1);
1340 
1341   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_createDelay")]
Model_createDelay(global::System.Runtime.InteropServices.HandleRef jarg1)1342   public static extern global::System.IntPtr Model_createDelay(global::System.Runtime.InteropServices.HandleRef jarg1);
1343 
1344   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setAnnotation__SWIG_0")]
Model_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1345   public static extern int Model_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1346 
1347   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setAnnotation__SWIG_1")]
Model_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1348   public static extern int Model_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1349 
1350   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_appendAnnotation__SWIG_0")]
Model_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1351   public static extern int Model_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1352 
1353   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_appendAnnotation__SWIG_1")]
Model_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1354   public static extern int Model_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1355 
1356   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfFunctionDefinitions__SWIG_0")]
Model_getListOfFunctionDefinitions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1357   public static extern global::System.IntPtr Model_getListOfFunctionDefinitions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1358 
1359   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfUnitDefinitions__SWIG_0")]
Model_getListOfUnitDefinitions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1360   public static extern global::System.IntPtr Model_getListOfUnitDefinitions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1361 
1362   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfCompartmentTypes__SWIG_0")]
Model_getListOfCompartmentTypes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1363   public static extern global::System.IntPtr Model_getListOfCompartmentTypes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1364 
1365   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfSpeciesTypes__SWIG_0")]
Model_getListOfSpeciesTypes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1366   public static extern global::System.IntPtr Model_getListOfSpeciesTypes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1367 
1368   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfCompartments__SWIG_0")]
Model_getListOfCompartments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1369   public static extern global::System.IntPtr Model_getListOfCompartments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1370 
1371   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfSpecies__SWIG_0")]
Model_getListOfSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1372   public static extern global::System.IntPtr Model_getListOfSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1373 
1374   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfParameters__SWIG_0")]
Model_getListOfParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1375   public static extern global::System.IntPtr Model_getListOfParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1376 
1377   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfInitialAssignments__SWIG_0")]
Model_getListOfInitialAssignments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1378   public static extern global::System.IntPtr Model_getListOfInitialAssignments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1379 
1380   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfRules__SWIG_0")]
Model_getListOfRules__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1381   public static extern global::System.IntPtr Model_getListOfRules__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1382 
1383   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfConstraints__SWIG_0")]
Model_getListOfConstraints__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1384   public static extern global::System.IntPtr Model_getListOfConstraints__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1385 
1386   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfReactions__SWIG_0")]
Model_getListOfReactions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1387   public static extern global::System.IntPtr Model_getListOfReactions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1388 
1389   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getListOfEvents__SWIG_0")]
Model_getListOfEvents__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1390   public static extern global::System.IntPtr Model_getListOfEvents__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1391 
1392   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getFunctionDefinition__SWIG_0")]
Model_getFunctionDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1393   public static extern global::System.IntPtr Model_getFunctionDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1394 
1395   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getFunctionDefinition__SWIG_2")]
Model_getFunctionDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1396   public static extern global::System.IntPtr Model_getFunctionDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1397 
1398   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getUnitDefinition__SWIG_0")]
Model_getUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1399   public static extern global::System.IntPtr Model_getUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1400 
1401   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getUnitDefinition__SWIG_2")]
Model_getUnitDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1402   public static extern global::System.IntPtr Model_getUnitDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1403 
1404   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getCompartmentType__SWIG_0")]
Model_getCompartmentType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1405   public static extern global::System.IntPtr Model_getCompartmentType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1406 
1407   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getCompartmentType__SWIG_2")]
Model_getCompartmentType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1408   public static extern global::System.IntPtr Model_getCompartmentType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1409 
1410   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSpeciesType__SWIG_0")]
Model_getSpeciesType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1411   public static extern global::System.IntPtr Model_getSpeciesType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1412 
1413   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSpeciesType__SWIG_2")]
Model_getSpeciesType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1414   public static extern global::System.IntPtr Model_getSpeciesType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1415 
1416   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getCompartment__SWIG_0")]
Model_getCompartment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1417   public static extern global::System.IntPtr Model_getCompartment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1418 
1419   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getCompartment__SWIG_2")]
Model_getCompartment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1420   public static extern global::System.IntPtr Model_getCompartment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1421 
1422   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSpecies__SWIG_0")]
Model_getSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1423   public static extern global::System.IntPtr Model_getSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1424 
1425   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSpecies__SWIG_2")]
Model_getSpecies__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1426   public static extern global::System.IntPtr Model_getSpecies__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1427 
1428   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getParameter__SWIG_0")]
Model_getParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1429   public static extern global::System.IntPtr Model_getParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1430 
1431   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getParameter__SWIG_2")]
Model_getParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1432   public static extern global::System.IntPtr Model_getParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1433 
1434   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getInitialAssignment__SWIG_0")]
Model_getInitialAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1435   public static extern global::System.IntPtr Model_getInitialAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1436 
1437   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getInitialAssignment__SWIG_2")]
Model_getInitialAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1438   public static extern global::System.IntPtr Model_getInitialAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1439 
1440   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getInitialAssignmentBySymbol__SWIG_0")]
Model_getInitialAssignmentBySymbol__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1441   public static extern global::System.IntPtr Model_getInitialAssignmentBySymbol__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1442 
1443   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getRule__SWIG_0")]
Model_getRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1444   public static extern global::System.IntPtr Model_getRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1445 
1446   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getRule__SWIG_2")]
Model_getRule__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1447   public static extern global::System.IntPtr Model_getRule__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1448 
1449   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getRuleByVariable__SWIG_0")]
Model_getRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1450   public static extern global::System.IntPtr Model_getRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1451 
1452   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getAssignmentRule__SWIG_0")]
Model_getAssignmentRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1453   public static extern global::System.IntPtr Model_getAssignmentRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1454 
1455   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getRateRule__SWIG_0")]
Model_getRateRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1456   public static extern global::System.IntPtr Model_getRateRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1457 
1458   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getAssignmentRuleByVariable__SWIG_0")]
Model_getAssignmentRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1459   public static extern global::System.IntPtr Model_getAssignmentRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1460 
1461   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getRateRuleByVariable__SWIG_0")]
Model_getRateRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1462   public static extern global::System.IntPtr Model_getRateRuleByVariable__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1463 
1464   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getConstraint__SWIG_0")]
Model_getConstraint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1465   public static extern global::System.IntPtr Model_getConstraint__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1466 
1467   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getReaction__SWIG_0")]
Model_getReaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1468   public static extern global::System.IntPtr Model_getReaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1469 
1470   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getReaction__SWIG_2")]
Model_getReaction__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1471   public static extern global::System.IntPtr Model_getReaction__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1472 
1473   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getSpeciesReference__SWIG_0")]
Model_getSpeciesReference__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1474   public static extern global::System.IntPtr Model_getSpeciesReference__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1475 
1476   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getModifierSpeciesReference__SWIG_0")]
Model_getModifierSpeciesReference__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1477   public static extern global::System.IntPtr Model_getModifierSpeciesReference__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1478 
1479   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getEvent__SWIG_0")]
Model_getEvent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1480   public static extern global::System.IntPtr Model_getEvent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1481 
1482   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getEvent__SWIG_2")]
Model_getEvent__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1483   public static extern global::System.IntPtr Model_getEvent__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1484 
1485   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumFunctionDefinitions")]
Model_getNumFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1)1486   public static extern uint Model_getNumFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1);
1487 
1488   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumUnitDefinitions")]
Model_getNumUnitDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1)1489   public static extern uint Model_getNumUnitDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1);
1490 
1491   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumCompartmentTypes")]
Model_getNumCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1)1492   public static extern uint Model_getNumCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
1493 
1494   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumSpeciesTypes")]
Model_getNumSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1)1495   public static extern uint Model_getNumSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
1496 
1497   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumCompartments")]
Model_getNumCompartments(global::System.Runtime.InteropServices.HandleRef jarg1)1498   public static extern uint Model_getNumCompartments(global::System.Runtime.InteropServices.HandleRef jarg1);
1499 
1500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumSpecies")]
Model_getNumSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)1501   public static extern uint Model_getNumSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
1502 
1503   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumSpeciesWithBoundaryCondition")]
Model_getNumSpeciesWithBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1)1504   public static extern uint Model_getNumSpeciesWithBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1);
1505 
1506   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumParameters")]
Model_getNumParameters(global::System.Runtime.InteropServices.HandleRef jarg1)1507   public static extern uint Model_getNumParameters(global::System.Runtime.InteropServices.HandleRef jarg1);
1508 
1509   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumInitialAssignments")]
Model_getNumInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)1510   public static extern uint Model_getNumInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
1511 
1512   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumRules")]
Model_getNumRules(global::System.Runtime.InteropServices.HandleRef jarg1)1513   public static extern uint Model_getNumRules(global::System.Runtime.InteropServices.HandleRef jarg1);
1514 
1515   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumConstraints")]
Model_getNumConstraints(global::System.Runtime.InteropServices.HandleRef jarg1)1516   public static extern uint Model_getNumConstraints(global::System.Runtime.InteropServices.HandleRef jarg1);
1517 
1518   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumReactions")]
Model_getNumReactions(global::System.Runtime.InteropServices.HandleRef jarg1)1519   public static extern uint Model_getNumReactions(global::System.Runtime.InteropServices.HandleRef jarg1);
1520 
1521   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getNumEvents")]
Model_getNumEvents(global::System.Runtime.InteropServices.HandleRef jarg1)1522   public static extern uint Model_getNumEvents(global::System.Runtime.InteropServices.HandleRef jarg1);
1523 
1524   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeFromParentAndDelete")]
Model_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)1525   public static extern int Model_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
1526 
1527   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_renameAllIds__SWIG_0")]
Model_renameAllIds__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1528   public static extern int Model_renameAllIds__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1529 
1530   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_renameAllIds__SWIG_1")]
Model_renameAllIds__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1531   public static extern int Model_renameAllIds__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1532 
1533   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_renameSIdRefs")]
Model_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)1534   public static extern void Model_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
1535 
1536   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_renameUnitSIdRefs")]
Model_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)1537   public static extern void Model_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
1538 
1539   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL1ToL2")]
Model_convertL1ToL2(global::System.Runtime.InteropServices.HandleRef jarg1)1540   public static extern void Model_convertL1ToL2(global::System.Runtime.InteropServices.HandleRef jarg1);
1541 
1542   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL1ToL3__SWIG_0")]
Model_convertL1ToL3__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1543   public static extern void Model_convertL1ToL3__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1544 
1545   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL1ToL3__SWIG_1")]
Model_convertL1ToL3__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1546   public static extern void Model_convertL1ToL3__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1547 
1548   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL2ToL3__SWIG_0")]
Model_convertL2ToL3__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, bool jarg3)1549   public static extern void Model_convertL2ToL3__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, bool jarg3);
1550 
1551   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL2ToL3__SWIG_1")]
Model_convertL2ToL3__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1552   public static extern void Model_convertL2ToL3__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1553 
1554   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL2ToL3__SWIG_2")]
Model_convertL2ToL3__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)1555   public static extern void Model_convertL2ToL3__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
1556 
1557   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL2ToL1__SWIG_0")]
Model_convertL2ToL1__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1558   public static extern void Model_convertL2ToL1__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1559 
1560   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL2ToL1__SWIG_1")]
Model_convertL2ToL1__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1561   public static extern void Model_convertL2ToL1__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1562 
1563   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL3ToL1__SWIG_0")]
Model_convertL3ToL1__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1564   public static extern void Model_convertL3ToL1__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1565 
1566   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL3ToL1__SWIG_1")]
Model_convertL3ToL1__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1567   public static extern void Model_convertL3ToL1__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1568 
1569   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL3ToL2__SWIG_0")]
Model_convertL3ToL2__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1570   public static extern void Model_convertL3ToL2__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1571 
1572   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertL3ToL2__SWIG_1")]
Model_convertL3ToL2__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1573   public static extern void Model_convertL3ToL2__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1574 
1575   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertFromL3V2__SWIG_0")]
Model_convertFromL3V2__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1576   public static extern void Model_convertFromL3V2__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1577 
1578   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertFromL3V2__SWIG_1")]
Model_convertFromL3V2__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1579   public static extern void Model_convertFromL3V2__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1580 
1581   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithFast")]
Model_dealWithFast(global::System.Runtime.InteropServices.HandleRef jarg1)1582   public static extern void Model_dealWithFast(global::System.Runtime.InteropServices.HandleRef jarg1);
1583 
1584   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithL3Fast")]
Model_dealWithL3Fast(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1585   public static extern void Model_dealWithL3Fast(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1586 
1587   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addModifiers")]
Model_addModifiers(global::System.Runtime.InteropServices.HandleRef jarg1)1588   public static extern void Model_addModifiers(global::System.Runtime.InteropServices.HandleRef jarg1);
1589 
1590   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addConstantAttribute")]
Model_addConstantAttribute(global::System.Runtime.InteropServices.HandleRef jarg1)1591   public static extern void Model_addConstantAttribute(global::System.Runtime.InteropServices.HandleRef jarg1);
1592 
1593   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setSpatialDimensions__SWIG_0")]
Model_setSpatialDimensions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)1594   public static extern void Model_setSpatialDimensions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
1595 
1596   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setSpatialDimensions__SWIG_1")]
Model_setSpatialDimensions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1597   public static extern void Model_setSpatialDimensions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1598 
1599   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_addDefinitionsForDefaultUnits")]
Model_addDefinitionsForDefaultUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1600   public static extern void Model_addDefinitionsForDefaultUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1601 
1602   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithDefaultValues")]
Model_dealWithDefaultValues(global::System.Runtime.InteropServices.HandleRef jarg1)1603   public static extern void Model_dealWithDefaultValues(global::System.Runtime.InteropServices.HandleRef jarg1);
1604 
1605   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertParametersToLocals")]
Model_convertParametersToLocals(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)1606   public static extern void Model_convertParametersToLocals(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
1607 
1608   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_setSpeciesReferenceConstantValueAndStoichiometry")]
Model_setSpeciesReferenceConstantValueAndStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1)1609   public static extern void Model_setSpeciesReferenceConstantValueAndStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1);
1610 
1611   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeParameterRuleUnits")]
Model_removeParameterRuleUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1612   public static extern void Model_removeParameterRuleUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1613 
1614   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_convertStoichiometryMath")]
Model_convertStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1)1615   public static extern void Model_convertStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1);
1616 
1617   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_assignRequiredValues")]
Model_assignRequiredValues(global::System.Runtime.InteropServices.HandleRef jarg1)1618   public static extern void Model_assignRequiredValues(global::System.Runtime.InteropServices.HandleRef jarg1);
1619 
1620   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithModelUnits__SWIG_0")]
Model_dealWithModelUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1621   public static extern void Model_dealWithModelUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1622 
1623   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithModelUnits__SWIG_1")]
Model_dealWithModelUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1624   public static extern void Model_dealWithModelUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1625 
1626   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithStoichiometry")]
Model_dealWithStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1)1627   public static extern void Model_dealWithStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1);
1628 
1629   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_dealWithEvents")]
Model_dealWithEvents(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1630   public static extern void Model_dealWithEvents(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1631 
1632   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeSpeciesTypes")]
Model_removeSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1)1633   public static extern void Model_removeSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
1634 
1635   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeCompartmentTypes")]
Model_removeCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1)1636   public static extern void Model_removeCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
1637 
1638   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_connectToChild")]
Model_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)1639   public static extern void Model_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
1640 
1641   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getTypeCode")]
Model_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)1642   public static extern int Model_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
1643 
1644   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getElementName")]
1645   [return: MarshalAs(UnmanagedType.LPWStr)]
Model_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)1646   public static extern string Model_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
1647 
1648   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_populateListFormulaUnitsData")]
Model_populateListFormulaUnitsData(global::System.Runtime.InteropServices.HandleRef jarg1)1649   public static extern void Model_populateListFormulaUnitsData(global::System.Runtime.InteropServices.HandleRef jarg1);
1650 
1651   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isPopulatedListFormulaUnitsData")]
Model_isPopulatedListFormulaUnitsData(global::System.Runtime.InteropServices.HandleRef jarg1)1652   public static extern bool Model_isPopulatedListFormulaUnitsData(global::System.Runtime.InteropServices.HandleRef jarg1);
1653 
1654   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getFormulaUnitsDataForVariable")]
Model_getFormulaUnitsDataForVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1655   public static extern global::System.IntPtr Model_getFormulaUnitsDataForVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1656 
1657   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getFormulaUnitsDataForAssignment")]
Model_getFormulaUnitsDataForAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1658   public static extern global::System.IntPtr Model_getFormulaUnitsDataForAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1659 
1660   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_populateAllElementIdList")]
Model_populateAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1661   public static extern void Model_populateAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1662 
1663   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isPopulatedAllElementIdList")]
Model_isPopulatedAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1664   public static extern bool Model_isPopulatedAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1665 
1666   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getAllElementIdList")]
Model_getAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1667   public static extern global::System.IntPtr Model_getAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1668 
1669   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_clearAllElementIdList")]
Model_clearAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1670   public static extern void Model_clearAllElementIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1671 
1672   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_populateAllElementMetaIdList")]
Model_populateAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1673   public static extern void Model_populateAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1674 
1675   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_isPopulatedAllElementMetaIdList")]
Model_isPopulatedAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1676   public static extern bool Model_isPopulatedAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1677 
1678   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_getAllElementMetaIdList")]
Model_getAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1679   public static extern global::System.IntPtr Model_getAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1680 
1681   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_clearAllElementMetaIdList")]
Model_clearAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1)1682   public static extern void Model_clearAllElementMetaIdList(global::System.Runtime.InteropServices.HandleRef jarg1);
1683 
1684   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_hasRequiredElements")]
Model_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)1685   public static extern bool Model_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
1686 
1687   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeFunctionDefinition__SWIG_0")]
Model_removeFunctionDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1688   public static extern global::System.IntPtr Model_removeFunctionDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1689 
1690   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeFunctionDefinition__SWIG_1")]
Model_removeFunctionDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1691   public static extern global::System.IntPtr Model_removeFunctionDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1692 
1693   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeUnitDefinition__SWIG_0")]
Model_removeUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1694   public static extern global::System.IntPtr Model_removeUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1695 
1696   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeUnitDefinition__SWIG_1")]
Model_removeUnitDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1697   public static extern global::System.IntPtr Model_removeUnitDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1698 
1699   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeCompartmentType__SWIG_0")]
Model_removeCompartmentType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1700   public static extern global::System.IntPtr Model_removeCompartmentType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1701 
1702   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeCompartmentType__SWIG_1")]
Model_removeCompartmentType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1703   public static extern global::System.IntPtr Model_removeCompartmentType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1704 
1705   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeSpeciesType__SWIG_0")]
Model_removeSpeciesType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1706   public static extern global::System.IntPtr Model_removeSpeciesType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1707 
1708   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeSpeciesType__SWIG_1")]
Model_removeSpeciesType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1709   public static extern global::System.IntPtr Model_removeSpeciesType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1710 
1711   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeCompartment__SWIG_0")]
Model_removeCompartment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1712   public static extern global::System.IntPtr Model_removeCompartment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1713 
1714   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeCompartment__SWIG_1")]
Model_removeCompartment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1715   public static extern global::System.IntPtr Model_removeCompartment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1716 
1717   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeSpecies__SWIG_0")]
Model_removeSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1718   public static extern global::System.IntPtr Model_removeSpecies__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1719 
1720   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeSpecies__SWIG_1")]
Model_removeSpecies__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1721   public static extern global::System.IntPtr Model_removeSpecies__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1722 
1723   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeParameter__SWIG_0")]
Model_removeParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1724   public static extern global::System.IntPtr Model_removeParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1725 
1726   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeParameter__SWIG_1")]
Model_removeParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1727   public static extern global::System.IntPtr Model_removeParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1728 
1729   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeInitialAssignment__SWIG_0")]
Model_removeInitialAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1730   public static extern global::System.IntPtr Model_removeInitialAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1731 
1732   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeInitialAssignment__SWIG_1")]
Model_removeInitialAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1733   public static extern global::System.IntPtr Model_removeInitialAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1734 
1735   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeRule__SWIG_0")]
Model_removeRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1736   public static extern global::System.IntPtr Model_removeRule__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1737 
1738   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeRule__SWIG_1")]
Model_removeRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1739   public static extern global::System.IntPtr Model_removeRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1740 
1741   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeRuleByVariable")]
Model_removeRuleByVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1742   public static extern global::System.IntPtr Model_removeRuleByVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1743 
1744   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeConstraint")]
Model_removeConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1745   public static extern global::System.IntPtr Model_removeConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1746 
1747   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeReaction__SWIG_0")]
Model_removeReaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1748   public static extern global::System.IntPtr Model_removeReaction__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1749 
1750   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeReaction__SWIG_1")]
Model_removeReaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1751   public static extern global::System.IntPtr Model_removeReaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1752 
1753   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeEvent__SWIG_0")]
Model_removeEvent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1754   public static extern global::System.IntPtr Model_removeEvent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1755 
1756   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_removeEvent__SWIG_1")]
Model_removeEvent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1757   public static extern global::System.IntPtr Model_removeEvent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1758 
1759   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_appendFrom")]
Model_appendFrom(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1760   public static extern int Model_appendFrom(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1761 
1762   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_enablePackageInternal")]
Model_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)1763   public static extern void Model_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
1764 
1765   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_updateSBMLNamespace")]
Model_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)1766   public static extern void Model_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
1767 
1768   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_renameIDs")]
Model_renameIDs(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)1769   public static extern void Model_renameIDs(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
1770 
1771   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getDefaultLevel")]
SBMLDocument_getDefaultLevel()1772   public static extern uint SBMLDocument_getDefaultLevel();
1773 
1774   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getDefaultVersion")]
SBMLDocument_getDefaultVersion()1775   public static extern uint SBMLDocument_getDefaultVersion();
1776 
1777   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocument__SWIG_0")]
new_SBMLDocument__SWIG_0(long jarg1, long jarg2)1778   public static extern global::System.IntPtr new_SBMLDocument__SWIG_0(long jarg1, long jarg2);
1779 
1780   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocument__SWIG_1")]
new_SBMLDocument__SWIG_1(long jarg1)1781   public static extern global::System.IntPtr new_SBMLDocument__SWIG_1(long jarg1);
1782 
1783   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocument__SWIG_2")]
new_SBMLDocument__SWIG_2()1784   public static extern global::System.IntPtr new_SBMLDocument__SWIG_2();
1785 
1786   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocument__SWIG_3")]
new_SBMLDocument__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1)1787   public static extern global::System.IntPtr new_SBMLDocument__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
1788 
1789   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLDocument")]
delete_SBMLDocument(global::System.Runtime.InteropServices.HandleRef jarg1)1790   public static extern void delete_SBMLDocument(global::System.Runtime.InteropServices.HandleRef jarg1);
1791 
1792   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocument__SWIG_4")]
new_SBMLDocument__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1)1793   public static extern global::System.IntPtr new_SBMLDocument__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1);
1794 
1795   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_clone")]
SBMLDocument_clone(global::System.Runtime.InteropServices.HandleRef jarg1)1796   public static extern global::System.IntPtr SBMLDocument_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
1797 
1798   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isSetModel")]
SBMLDocument_isSetModel(global::System.Runtime.InteropServices.HandleRef jarg1)1799   public static extern bool SBMLDocument_isSetModel(global::System.Runtime.InteropServices.HandleRef jarg1);
1800 
1801   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getModel__SWIG_0")]
SBMLDocument_getModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1802   public static extern global::System.IntPtr SBMLDocument_getModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1803 
1804   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getElementBySId")]
SBMLDocument_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1805   public static extern global::System.IntPtr SBMLDocument_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1806 
1807   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getElementByMetaId")]
SBMLDocument_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1808   public static extern global::System.IntPtr SBMLDocument_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1809 
1810   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_expandFunctionDefinitions")]
SBMLDocument_expandFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1)1811   public static extern bool SBMLDocument_expandFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1);
1812 
1813   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_expandInitialAssignments")]
SBMLDocument_expandInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)1814   public static extern bool SBMLDocument_expandInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
1815 
1816   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setLevelAndVersion__SWIG_0")]
SBMLDocument_setLevelAndVersion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, bool jarg4, bool jarg5)1817   public static extern bool SBMLDocument_setLevelAndVersion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, bool jarg4, bool jarg5);
1818 
1819   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setLevelAndVersion__SWIG_1")]
SBMLDocument_setLevelAndVersion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, bool jarg4)1820   public static extern bool SBMLDocument_setLevelAndVersion__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, bool jarg4);
1821 
1822   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setLevelAndVersion__SWIG_2")]
SBMLDocument_setLevelAndVersion__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)1823   public static extern bool SBMLDocument_setLevelAndVersion__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
1824 
1825   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_updateSBMLNamespace")]
SBMLDocument_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)1826   public static extern void SBMLDocument_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
1827 
1828   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setModel")]
SBMLDocument_setModel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1829   public static extern int SBMLDocument_setModel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1830 
1831   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_createModel__SWIG_0")]
SBMLDocument_createModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1832   public static extern global::System.IntPtr SBMLDocument_createModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1833 
1834   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_createModel__SWIG_1")]
SBMLDocument_createModel__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1835   public static extern global::System.IntPtr SBMLDocument_createModel__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1836 
1837   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setLocationURI")]
SBMLDocument_setLocationURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1838   public static extern void SBMLDocument_setLocationURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1839 
1840   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getLocationURI__SWIG_0")]
1841   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLDocument_getLocationURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1842   public static extern string SBMLDocument_getLocationURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1843 
1844   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setConsistencyChecks")]
SBMLDocument_setConsistencyChecks(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3)1845   public static extern void SBMLDocument_setConsistencyChecks(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3);
1846 
1847   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setConsistencyChecksForConversion")]
SBMLDocument_setConsistencyChecksForConversion(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3)1848   public static extern void SBMLDocument_setConsistencyChecksForConversion(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3);
1849 
1850   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkConsistency")]
SBMLDocument_checkConsistency(global::System.Runtime.InteropServices.HandleRef jarg1)1851   public static extern uint SBMLDocument_checkConsistency(global::System.Runtime.InteropServices.HandleRef jarg1);
1852 
1853   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkConsistencyWithStrictUnits")]
SBMLDocument_checkConsistencyWithStrictUnits(global::System.Runtime.InteropServices.HandleRef jarg1)1854   public static extern uint SBMLDocument_checkConsistencyWithStrictUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
1855 
1856   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_validateSBML")]
SBMLDocument_validateSBML(global::System.Runtime.InteropServices.HandleRef jarg1)1857   public static extern uint SBMLDocument_validateSBML(global::System.Runtime.InteropServices.HandleRef jarg1);
1858 
1859   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkInternalConsistency")]
SBMLDocument_checkInternalConsistency(global::System.Runtime.InteropServices.HandleRef jarg1)1860   public static extern uint SBMLDocument_checkInternalConsistency(global::System.Runtime.InteropServices.HandleRef jarg1);
1861 
1862   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL1Compatibility__SWIG_0")]
SBMLDocument_checkL1Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1863   public static extern uint SBMLDocument_checkL1Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1864 
1865   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL1Compatibility__SWIG_1")]
SBMLDocument_checkL1Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1866   public static extern uint SBMLDocument_checkL1Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1867 
1868   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v1Compatibility__SWIG_0")]
SBMLDocument_checkL2v1Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1869   public static extern uint SBMLDocument_checkL2v1Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1870 
1871   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v1Compatibility__SWIG_1")]
SBMLDocument_checkL2v1Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1872   public static extern uint SBMLDocument_checkL2v1Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1873 
1874   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v2Compatibility__SWIG_0")]
SBMLDocument_checkL2v2Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1875   public static extern uint SBMLDocument_checkL2v2Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1876 
1877   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v2Compatibility__SWIG_1")]
SBMLDocument_checkL2v2Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1878   public static extern uint SBMLDocument_checkL2v2Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1879 
1880   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v3Compatibility__SWIG_0")]
SBMLDocument_checkL2v3Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)1881   public static extern uint SBMLDocument_checkL2v3Compatibility__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
1882 
1883   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v3Compatibility__SWIG_1")]
SBMLDocument_checkL2v3Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1884   public static extern uint SBMLDocument_checkL2v3Compatibility__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1885 
1886   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v4Compatibility")]
SBMLDocument_checkL2v4Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1)1887   public static extern uint SBMLDocument_checkL2v4Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1);
1888 
1889   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL2v5Compatibility")]
SBMLDocument_checkL2v5Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1)1890   public static extern uint SBMLDocument_checkL2v5Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1);
1891 
1892   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL3v1Compatibility")]
SBMLDocument_checkL3v1Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1)1893   public static extern uint SBMLDocument_checkL3v1Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1);
1894 
1895   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_checkL3v2Compatibility")]
SBMLDocument_checkL3v2Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1)1896   public static extern uint SBMLDocument_checkL3v2Compatibility(global::System.Runtime.InteropServices.HandleRef jarg1);
1897 
1898   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getError")]
SBMLDocument_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1899   public static extern global::System.IntPtr SBMLDocument_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1900 
1901   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getErrorWithSeverity")]
SBMLDocument_getErrorWithSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)1902   public static extern global::System.IntPtr SBMLDocument_getErrorWithSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
1903 
1904   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getNumErrors__SWIG_0")]
SBMLDocument_getNumErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1905   public static extern uint SBMLDocument_getNumErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1906 
1907   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getNumErrors__SWIG_1")]
SBMLDocument_getNumErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1908   public static extern uint SBMLDocument_getNumErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1909 
1910   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_printErrors__SWIG_0")]
SBMLDocument_printErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1911   public static extern void SBMLDocument_printErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1912 
1913   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_printErrors__SWIG_1")]
SBMLDocument_printErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)1914   public static extern void SBMLDocument_printErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
1915 
1916   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_printErrors__SWIG_2")]
SBMLDocument_printErrors__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)1917   public static extern void SBMLDocument_printErrors__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3);
1918 
1919   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_connectToChild")]
SBMLDocument_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)1920   public static extern void SBMLDocument_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
1921 
1922   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_convert")]
SBMLDocument_convert(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1923   public static extern int SBMLDocument_convert(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1924 
1925   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_enablePackageInternal")]
SBMLDocument_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)1926   public static extern void SBMLDocument_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
1927 
1928   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getTypeCode")]
SBMLDocument_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)1929   public static extern int SBMLDocument_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
1930 
1931   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getElementName")]
1932   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLDocument_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)1933   public static extern string SBMLDocument_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
1934 
1935   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getErrorLog__SWIG_0")]
SBMLDocument_getErrorLog__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)1936   public static extern global::System.IntPtr SBMLDocument_getErrorLog__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
1937 
1938   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getNamespaces")]
SBMLDocument_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)1939   public static extern global::System.IntPtr SBMLDocument_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
1940 
1941   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_enableDefaultNS")]
SBMLDocument_enableDefaultNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)1942   public static extern int SBMLDocument_enableDefaultNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
1943 
1944   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isEnabledDefaultNS")]
SBMLDocument_isEnabledDefaultNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1945   public static extern bool SBMLDocument_isEnabledDefaultNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1946 
1947   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setPackageRequired")]
SBMLDocument_setPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)1948   public static extern int SBMLDocument_setPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
1949 
1950   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getPackageRequired")]
SBMLDocument_getPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1951   public static extern bool SBMLDocument_getPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1952 
1953   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isSetPackageRequired")]
SBMLDocument_isSetPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1954   public static extern bool SBMLDocument_isSetPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1955 
1956   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isIgnoredPackage")]
SBMLDocument_isIgnoredPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1957   public static extern bool SBMLDocument_isIgnoredPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1958 
1959   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isDisabledIgnoredPackage")]
SBMLDocument_isDisabledIgnoredPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1960   public static extern bool SBMLDocument_isDisabledIgnoredPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1961 
1962   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setPkgRequired")]
SBMLDocument_setPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)1963   public static extern int SBMLDocument_setPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
1964 
1965   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getPkgRequired")]
SBMLDocument_getPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1966   public static extern bool SBMLDocument_getPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1967 
1968   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isSetPkgRequired")]
SBMLDocument_isSetPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1969   public static extern bool SBMLDocument_isSetPkgRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1970 
1971   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_isIgnoredPkg")]
SBMLDocument_isIgnoredPkg(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)1972   public static extern bool SBMLDocument_isIgnoredPkg(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
1973 
1974   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getApplicableValidators")]
SBMLDocument_getApplicableValidators(global::System.Runtime.InteropServices.HandleRef jarg1)1975   public static extern byte SBMLDocument_getApplicableValidators(global::System.Runtime.InteropServices.HandleRef jarg1);
1976 
1977   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getConversionValidators")]
SBMLDocument_getConversionValidators(global::System.Runtime.InteropServices.HandleRef jarg1)1978   public static extern byte SBMLDocument_getConversionValidators(global::System.Runtime.InteropServices.HandleRef jarg1);
1979 
1980   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setApplicableValidators")]
SBMLDocument_setApplicableValidators(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)1981   public static extern void SBMLDocument_setApplicableValidators(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2);
1982 
1983   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_setConversionValidators")]
SBMLDocument_setConversionValidators(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)1984   public static extern void SBMLDocument_setConversionValidators(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2);
1985 
1986   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getNumValidators")]
SBMLDocument_getNumValidators(global::System.Runtime.InteropServices.HandleRef jarg1)1987   public static extern uint SBMLDocument_getNumValidators(global::System.Runtime.InteropServices.HandleRef jarg1);
1988 
1989   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_clearValidators")]
SBMLDocument_clearValidators(global::System.Runtime.InteropServices.HandleRef jarg1)1990   public static extern int SBMLDocument_clearValidators(global::System.Runtime.InteropServices.HandleRef jarg1);
1991 
1992   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_addValidator")]
SBMLDocument_addValidator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)1993   public static extern int SBMLDocument_addValidator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
1994 
1995   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getValidator")]
SBMLDocument_getValidator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)1996   public static extern global::System.IntPtr SBMLDocument_getValidator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
1997 
1998   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_addUnknownPackageRequired")]
SBMLDocument_addUnknownPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)1999   public static extern int SBMLDocument_addUnknownPackageRequired(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
2000 
2001   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_hasUnknownPackage")]
SBMLDocument_hasUnknownPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2002   public static extern bool SBMLDocument_hasUnknownPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2003 
2004   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getNumUnknownPackages")]
SBMLDocument_getNumUnknownPackages(global::System.Runtime.InteropServices.HandleRef jarg1)2005   public static extern int SBMLDocument_getNumUnknownPackages(global::System.Runtime.InteropServices.HandleRef jarg1);
2006 
2007   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getUnknownPackageURI")]
2008   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLDocument_getUnknownPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2009   public static extern string SBMLDocument_getUnknownPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2010 
2011   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_getUnknownPackagePrefix")]
2012   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLDocument_getUnknownPackagePrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2013   public static extern string SBMLDocument_getUnknownPackagePrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2014 
2015   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_FunctionDefinition__SWIG_0")]
new_FunctionDefinition__SWIG_0(long jarg1, long jarg2)2016   public static extern global::System.IntPtr new_FunctionDefinition__SWIG_0(long jarg1, long jarg2);
2017 
2018   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_FunctionDefinition__SWIG_1")]
new_FunctionDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2019   public static extern global::System.IntPtr new_FunctionDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2020 
2021   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_FunctionDefinition")]
delete_FunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1)2022   public static extern void delete_FunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1);
2023 
2024   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_FunctionDefinition__SWIG_2")]
new_FunctionDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2025   public static extern global::System.IntPtr new_FunctionDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2026 
2027   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_clone")]
FunctionDefinition_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2028   public static extern global::System.IntPtr FunctionDefinition_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2029 
2030   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getId")]
2031   [return: MarshalAs(UnmanagedType.LPWStr)]
FunctionDefinition_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2032   public static extern string FunctionDefinition_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2033 
2034   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getName")]
2035   [return: MarshalAs(UnmanagedType.LPWStr)]
FunctionDefinition_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2036   public static extern string FunctionDefinition_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2037 
2038   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getMath")]
FunctionDefinition_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)2039   public static extern global::System.IntPtr FunctionDefinition_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
2040 
2041   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_isSetId")]
FunctionDefinition_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2042   public static extern bool FunctionDefinition_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2043 
2044   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_isSetName")]
FunctionDefinition_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2045   public static extern bool FunctionDefinition_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2046 
2047   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_isSetMath")]
FunctionDefinition_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)2048   public static extern bool FunctionDefinition_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
2049 
2050   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_setId")]
FunctionDefinition_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2051   public static extern int FunctionDefinition_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2052 
2053   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_setName")]
FunctionDefinition_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2054   public static extern int FunctionDefinition_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2055 
2056   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_setMath")]
FunctionDefinition_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2057   public static extern int FunctionDefinition_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2058 
2059   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_unsetName")]
FunctionDefinition_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)2060   public static extern int FunctionDefinition_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2061 
2062   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getArgument__SWIG_0")]
FunctionDefinition_getArgument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2063   public static extern global::System.IntPtr FunctionDefinition_getArgument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2064 
2065   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getArgument__SWIG_1")]
FunctionDefinition_getArgument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2066   public static extern global::System.IntPtr FunctionDefinition_getArgument__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2067 
2068   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getBody__SWIG_0")]
FunctionDefinition_getBody__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)2069   public static extern global::System.IntPtr FunctionDefinition_getBody__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
2070 
2071   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_isSetBody")]
FunctionDefinition_isSetBody(global::System.Runtime.InteropServices.HandleRef jarg1)2072   public static extern bool FunctionDefinition_isSetBody(global::System.Runtime.InteropServices.HandleRef jarg1);
2073 
2074   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getNumArguments")]
FunctionDefinition_getNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1)2075   public static extern uint FunctionDefinition_getNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1);
2076 
2077   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getTypeCode")]
FunctionDefinition_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2078   public static extern int FunctionDefinition_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2079 
2080   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_getElementName")]
2081   [return: MarshalAs(UnmanagedType.LPWStr)]
FunctionDefinition_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2082   public static extern string FunctionDefinition_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2083 
2084   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_hasRequiredAttributes")]
FunctionDefinition_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2085   public static extern bool FunctionDefinition_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2086 
2087   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_hasRequiredElements")]
FunctionDefinition_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)2088   public static extern bool FunctionDefinition_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
2089 
2090   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_renameUnitSIdRefs")]
FunctionDefinition_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)2091   public static extern void FunctionDefinition_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
2092 
2093   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfFunctionDefinitions__SWIG_0")]
new_ListOfFunctionDefinitions__SWIG_0(long jarg1, long jarg2)2094   public static extern global::System.IntPtr new_ListOfFunctionDefinitions__SWIG_0(long jarg1, long jarg2);
2095 
2096   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfFunctionDefinitions__SWIG_1")]
new_ListOfFunctionDefinitions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2097   public static extern global::System.IntPtr new_ListOfFunctionDefinitions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2098 
2099   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_clone")]
ListOfFunctionDefinitions_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2100   public static extern global::System.IntPtr ListOfFunctionDefinitions_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2101 
2102   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_getItemTypeCode")]
ListOfFunctionDefinitions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2103   public static extern int ListOfFunctionDefinitions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2104 
2105   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_getElementName")]
2106   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfFunctionDefinitions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2107   public static extern string ListOfFunctionDefinitions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2108 
2109   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_get__SWIG_0")]
ListOfFunctionDefinitions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2110   public static extern global::System.IntPtr ListOfFunctionDefinitions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2111 
2112   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_get__SWIG_2")]
ListOfFunctionDefinitions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2113   public static extern global::System.IntPtr ListOfFunctionDefinitions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2114 
2115   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_remove__SWIG_0")]
ListOfFunctionDefinitions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2116   public static extern global::System.IntPtr ListOfFunctionDefinitions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2117 
2118   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_remove__SWIG_1")]
ListOfFunctionDefinitions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2119   public static extern global::System.IntPtr ListOfFunctionDefinitions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2120 
2121   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfFunctionDefinitions")]
delete_ListOfFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1)2122   public static extern void delete_ListOfFunctionDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1);
2123 
2124   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitKind_equals")]
UnitKind_equals(int jarg1, int jarg2)2125   public static extern int UnitKind_equals(int jarg1, int jarg2);
2126 
2127   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitKind_forName")]
UnitKind_forName([MarshalAs(UnmanagedType.LPWStr)]string jarg1)2128   public static extern int UnitKind_forName([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
2129 
2130   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitKind_toString")]
2131   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitKind_toString(int jarg1)2132   public static extern string UnitKind_toString(int jarg1);
2133 
2134   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitKind_isValidUnitKindString")]
UnitKind_isValidUnitKindString([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3)2135   public static extern int UnitKind_isValidUnitKindString([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3);
2136 
2137   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Unit__SWIG_0")]
new_Unit__SWIG_0(long jarg1, long jarg2)2138   public static extern global::System.IntPtr new_Unit__SWIG_0(long jarg1, long jarg2);
2139 
2140   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Unit__SWIG_1")]
new_Unit__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2141   public static extern global::System.IntPtr new_Unit__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2142 
2143   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Unit")]
delete_Unit(global::System.Runtime.InteropServices.HandleRef jarg1)2144   public static extern void delete_Unit(global::System.Runtime.InteropServices.HandleRef jarg1);
2145 
2146   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Unit__SWIG_2")]
new_Unit__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2147   public static extern global::System.IntPtr new_Unit__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2148 
2149   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_clone")]
Unit_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2150   public static extern global::System.IntPtr Unit_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2151 
2152   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_initDefaults")]
Unit_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)2153   public static extern void Unit_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
2154 
2155   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getKind")]
Unit_getKind(global::System.Runtime.InteropServices.HandleRef jarg1)2156   public static extern int Unit_getKind(global::System.Runtime.InteropServices.HandleRef jarg1);
2157 
2158   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getExponent")]
Unit_getExponent(global::System.Runtime.InteropServices.HandleRef jarg1)2159   public static extern int Unit_getExponent(global::System.Runtime.InteropServices.HandleRef jarg1);
2160 
2161   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getExponentAsDouble")]
Unit_getExponentAsDouble(global::System.Runtime.InteropServices.HandleRef jarg1)2162   public static extern double Unit_getExponentAsDouble(global::System.Runtime.InteropServices.HandleRef jarg1);
2163 
2164   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getScale")]
Unit_getScale(global::System.Runtime.InteropServices.HandleRef jarg1)2165   public static extern int Unit_getScale(global::System.Runtime.InteropServices.HandleRef jarg1);
2166 
2167   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getMultiplier")]
Unit_getMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1)2168   public static extern double Unit_getMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1);
2169 
2170   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getOffset")]
Unit_getOffset(global::System.Runtime.InteropServices.HandleRef jarg1)2171   public static extern double Unit_getOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
2172 
2173   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isAmpere")]
Unit_isAmpere(global::System.Runtime.InteropServices.HandleRef jarg1)2174   public static extern bool Unit_isAmpere(global::System.Runtime.InteropServices.HandleRef jarg1);
2175 
2176   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isAvogadro")]
Unit_isAvogadro(global::System.Runtime.InteropServices.HandleRef jarg1)2177   public static extern bool Unit_isAvogadro(global::System.Runtime.InteropServices.HandleRef jarg1);
2178 
2179   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isBecquerel")]
Unit_isBecquerel(global::System.Runtime.InteropServices.HandleRef jarg1)2180   public static extern bool Unit_isBecquerel(global::System.Runtime.InteropServices.HandleRef jarg1);
2181 
2182   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isCandela")]
Unit_isCandela(global::System.Runtime.InteropServices.HandleRef jarg1)2183   public static extern bool Unit_isCandela(global::System.Runtime.InteropServices.HandleRef jarg1);
2184 
2185   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isCelsius")]
Unit_isCelsius(global::System.Runtime.InteropServices.HandleRef jarg1)2186   public static extern bool Unit_isCelsius(global::System.Runtime.InteropServices.HandleRef jarg1);
2187 
2188   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isCoulomb")]
Unit_isCoulomb(global::System.Runtime.InteropServices.HandleRef jarg1)2189   public static extern bool Unit_isCoulomb(global::System.Runtime.InteropServices.HandleRef jarg1);
2190 
2191   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isDimensionless")]
Unit_isDimensionless(global::System.Runtime.InteropServices.HandleRef jarg1)2192   public static extern bool Unit_isDimensionless(global::System.Runtime.InteropServices.HandleRef jarg1);
2193 
2194   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isFarad")]
Unit_isFarad(global::System.Runtime.InteropServices.HandleRef jarg1)2195   public static extern bool Unit_isFarad(global::System.Runtime.InteropServices.HandleRef jarg1);
2196 
2197   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isGram")]
Unit_isGram(global::System.Runtime.InteropServices.HandleRef jarg1)2198   public static extern bool Unit_isGram(global::System.Runtime.InteropServices.HandleRef jarg1);
2199 
2200   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isGray")]
Unit_isGray(global::System.Runtime.InteropServices.HandleRef jarg1)2201   public static extern bool Unit_isGray(global::System.Runtime.InteropServices.HandleRef jarg1);
2202 
2203   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isHenry")]
Unit_isHenry(global::System.Runtime.InteropServices.HandleRef jarg1)2204   public static extern bool Unit_isHenry(global::System.Runtime.InteropServices.HandleRef jarg1);
2205 
2206   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isHertz")]
Unit_isHertz(global::System.Runtime.InteropServices.HandleRef jarg1)2207   public static extern bool Unit_isHertz(global::System.Runtime.InteropServices.HandleRef jarg1);
2208 
2209   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isItem")]
Unit_isItem(global::System.Runtime.InteropServices.HandleRef jarg1)2210   public static extern bool Unit_isItem(global::System.Runtime.InteropServices.HandleRef jarg1);
2211 
2212   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isJoule")]
Unit_isJoule(global::System.Runtime.InteropServices.HandleRef jarg1)2213   public static extern bool Unit_isJoule(global::System.Runtime.InteropServices.HandleRef jarg1);
2214 
2215   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isKatal")]
Unit_isKatal(global::System.Runtime.InteropServices.HandleRef jarg1)2216   public static extern bool Unit_isKatal(global::System.Runtime.InteropServices.HandleRef jarg1);
2217 
2218   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isKelvin")]
Unit_isKelvin(global::System.Runtime.InteropServices.HandleRef jarg1)2219   public static extern bool Unit_isKelvin(global::System.Runtime.InteropServices.HandleRef jarg1);
2220 
2221   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isKilogram")]
Unit_isKilogram(global::System.Runtime.InteropServices.HandleRef jarg1)2222   public static extern bool Unit_isKilogram(global::System.Runtime.InteropServices.HandleRef jarg1);
2223 
2224   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isLitre")]
Unit_isLitre(global::System.Runtime.InteropServices.HandleRef jarg1)2225   public static extern bool Unit_isLitre(global::System.Runtime.InteropServices.HandleRef jarg1);
2226 
2227   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isLumen")]
Unit_isLumen(global::System.Runtime.InteropServices.HandleRef jarg1)2228   public static extern bool Unit_isLumen(global::System.Runtime.InteropServices.HandleRef jarg1);
2229 
2230   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isLux")]
Unit_isLux(global::System.Runtime.InteropServices.HandleRef jarg1)2231   public static extern bool Unit_isLux(global::System.Runtime.InteropServices.HandleRef jarg1);
2232 
2233   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isMetre")]
Unit_isMetre(global::System.Runtime.InteropServices.HandleRef jarg1)2234   public static extern bool Unit_isMetre(global::System.Runtime.InteropServices.HandleRef jarg1);
2235 
2236   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isMole")]
Unit_isMole(global::System.Runtime.InteropServices.HandleRef jarg1)2237   public static extern bool Unit_isMole(global::System.Runtime.InteropServices.HandleRef jarg1);
2238 
2239   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isNewton")]
Unit_isNewton(global::System.Runtime.InteropServices.HandleRef jarg1)2240   public static extern bool Unit_isNewton(global::System.Runtime.InteropServices.HandleRef jarg1);
2241 
2242   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isOhm")]
Unit_isOhm(global::System.Runtime.InteropServices.HandleRef jarg1)2243   public static extern bool Unit_isOhm(global::System.Runtime.InteropServices.HandleRef jarg1);
2244 
2245   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isPascal")]
Unit_isPascal(global::System.Runtime.InteropServices.HandleRef jarg1)2246   public static extern bool Unit_isPascal(global::System.Runtime.InteropServices.HandleRef jarg1);
2247 
2248   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isRadian")]
Unit_isRadian(global::System.Runtime.InteropServices.HandleRef jarg1)2249   public static extern bool Unit_isRadian(global::System.Runtime.InteropServices.HandleRef jarg1);
2250 
2251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSecond")]
Unit_isSecond(global::System.Runtime.InteropServices.HandleRef jarg1)2252   public static extern bool Unit_isSecond(global::System.Runtime.InteropServices.HandleRef jarg1);
2253 
2254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSiemens")]
Unit_isSiemens(global::System.Runtime.InteropServices.HandleRef jarg1)2255   public static extern bool Unit_isSiemens(global::System.Runtime.InteropServices.HandleRef jarg1);
2256 
2257   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSievert")]
Unit_isSievert(global::System.Runtime.InteropServices.HandleRef jarg1)2258   public static extern bool Unit_isSievert(global::System.Runtime.InteropServices.HandleRef jarg1);
2259 
2260   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSteradian")]
Unit_isSteradian(global::System.Runtime.InteropServices.HandleRef jarg1)2261   public static extern bool Unit_isSteradian(global::System.Runtime.InteropServices.HandleRef jarg1);
2262 
2263   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isTesla")]
Unit_isTesla(global::System.Runtime.InteropServices.HandleRef jarg1)2264   public static extern bool Unit_isTesla(global::System.Runtime.InteropServices.HandleRef jarg1);
2265 
2266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isVolt")]
Unit_isVolt(global::System.Runtime.InteropServices.HandleRef jarg1)2267   public static extern bool Unit_isVolt(global::System.Runtime.InteropServices.HandleRef jarg1);
2268 
2269   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isWatt")]
Unit_isWatt(global::System.Runtime.InteropServices.HandleRef jarg1)2270   public static extern bool Unit_isWatt(global::System.Runtime.InteropServices.HandleRef jarg1);
2271 
2272   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isWeber")]
Unit_isWeber(global::System.Runtime.InteropServices.HandleRef jarg1)2273   public static extern bool Unit_isWeber(global::System.Runtime.InteropServices.HandleRef jarg1);
2274 
2275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSetKind")]
Unit_isSetKind(global::System.Runtime.InteropServices.HandleRef jarg1)2276   public static extern bool Unit_isSetKind(global::System.Runtime.InteropServices.HandleRef jarg1);
2277 
2278   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSetExponent")]
Unit_isSetExponent(global::System.Runtime.InteropServices.HandleRef jarg1)2279   public static extern bool Unit_isSetExponent(global::System.Runtime.InteropServices.HandleRef jarg1);
2280 
2281   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSetScale")]
Unit_isSetScale(global::System.Runtime.InteropServices.HandleRef jarg1)2282   public static extern bool Unit_isSetScale(global::System.Runtime.InteropServices.HandleRef jarg1);
2283 
2284   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSetMultiplier")]
Unit_isSetMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1)2285   public static extern bool Unit_isSetMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1);
2286 
2287   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isSetOffset")]
Unit_isSetOffset(global::System.Runtime.InteropServices.HandleRef jarg1)2288   public static extern bool Unit_isSetOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
2289 
2290   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setKind")]
Unit_setKind(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2291   public static extern int Unit_setKind(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2292 
2293   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setExponent__SWIG_0")]
Unit_setExponent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2294   public static extern int Unit_setExponent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2295 
2296   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setExponent__SWIG_1")]
Unit_setExponent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2297   public static extern int Unit_setExponent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2298 
2299   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setScale")]
Unit_setScale(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)2300   public static extern int Unit_setScale(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
2301 
2302   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setMultiplier")]
Unit_setMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2303   public static extern int Unit_setMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2304 
2305   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setOffset")]
Unit_setOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2306   public static extern int Unit_setOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2307 
2308   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_unsetKind")]
Unit_unsetKind(global::System.Runtime.InteropServices.HandleRef jarg1)2309   public static extern int Unit_unsetKind(global::System.Runtime.InteropServices.HandleRef jarg1);
2310 
2311   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_unsetExponent")]
Unit_unsetExponent(global::System.Runtime.InteropServices.HandleRef jarg1)2312   public static extern int Unit_unsetExponent(global::System.Runtime.InteropServices.HandleRef jarg1);
2313 
2314   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_unsetScale")]
Unit_unsetScale(global::System.Runtime.InteropServices.HandleRef jarg1)2315   public static extern int Unit_unsetScale(global::System.Runtime.InteropServices.HandleRef jarg1);
2316 
2317   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_unsetMultiplier")]
Unit_unsetMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1)2318   public static extern int Unit_unsetMultiplier(global::System.Runtime.InteropServices.HandleRef jarg1);
2319 
2320   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_unsetOffset")]
Unit_unsetOffset(global::System.Runtime.InteropServices.HandleRef jarg1)2321   public static extern int Unit_unsetOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
2322 
2323   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getTypeCode")]
Unit_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2324   public static extern int Unit_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2325 
2326   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getElementName")]
2327   [return: MarshalAs(UnmanagedType.LPWStr)]
Unit_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2328   public static extern string Unit_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2329 
2330   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isBuiltIn")]
Unit_isBuiltIn([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2)2331   public static extern bool Unit_isBuiltIn([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2);
2332 
2333   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isUnitKind")]
Unit_isUnitKind([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3)2334   public static extern bool Unit_isUnitKind([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3);
2335 
2336   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_areIdentical")]
Unit_areIdentical(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2337   public static extern bool Unit_areIdentical(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2338 
2339   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_areEquivalent")]
Unit_areEquivalent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2340   public static extern bool Unit_areEquivalent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2341 
2342   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_removeScale")]
Unit_removeScale(global::System.Runtime.InteropServices.HandleRef jarg1)2343   public static extern int Unit_removeScale(global::System.Runtime.InteropServices.HandleRef jarg1);
2344 
2345   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_merge")]
Unit_merge(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2346   public static extern void Unit_merge(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2347 
2348   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_convertToSI")]
Unit_convertToSI(global::System.Runtime.InteropServices.HandleRef jarg1)2349   public static extern global::System.IntPtr Unit_convertToSI(global::System.Runtime.InteropServices.HandleRef jarg1);
2350 
2351   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_hasRequiredAttributes")]
Unit_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2352   public static extern bool Unit_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2353 
2354   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_setExponentUnitChecking")]
Unit_setExponentUnitChecking(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2355   public static extern void Unit_setExponentUnitChecking(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2356 
2357   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_getExponentUnitChecking__SWIG_0")]
Unit_getExponentUnitChecking__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)2358   public static extern double Unit_getExponentUnitChecking__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
2359 
2360   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_isUnitChecking__SWIG_0")]
Unit_isUnitChecking__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)2361   public static extern bool Unit_isUnitChecking__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
2362 
2363   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfUnits__SWIG_0")]
new_ListOfUnits__SWIG_0(long jarg1, long jarg2)2364   public static extern global::System.IntPtr new_ListOfUnits__SWIG_0(long jarg1, long jarg2);
2365 
2366   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfUnits__SWIG_1")]
new_ListOfUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2367   public static extern global::System.IntPtr new_ListOfUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2368 
2369   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_clone")]
ListOfUnits_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2370   public static extern global::System.IntPtr ListOfUnits_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2371 
2372   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_getItemTypeCode")]
ListOfUnits_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2373   public static extern int ListOfUnits_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2374 
2375   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_getElementName")]
2376   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfUnits_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2377   public static extern string ListOfUnits_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2378 
2379   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_get__SWIG_0")]
ListOfUnits_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2380   public static extern global::System.IntPtr ListOfUnits_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2381 
2382   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_remove")]
ListOfUnits_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2383   public static extern global::System.IntPtr ListOfUnits_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2384 
2385   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfUnits")]
delete_ListOfUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2386   public static extern void delete_ListOfUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2387 
2388   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_UnitDefinition__SWIG_0")]
new_UnitDefinition__SWIG_0(long jarg1, long jarg2)2389   public static extern global::System.IntPtr new_UnitDefinition__SWIG_0(long jarg1, long jarg2);
2390 
2391   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_UnitDefinition__SWIG_1")]
new_UnitDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2392   public static extern global::System.IntPtr new_UnitDefinition__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2393 
2394   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_UnitDefinition")]
delete_UnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1)2395   public static extern void delete_UnitDefinition(global::System.Runtime.InteropServices.HandleRef jarg1);
2396 
2397   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_UnitDefinition__SWIG_2")]
new_UnitDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2398   public static extern global::System.IntPtr new_UnitDefinition__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2399 
2400   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_clone")]
UnitDefinition_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2401   public static extern global::System.IntPtr UnitDefinition_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2402 
2403   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getElementBySId")]
UnitDefinition_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2404   public static extern global::System.IntPtr UnitDefinition_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2405 
2406   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getElementByMetaId")]
UnitDefinition_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2407   public static extern global::System.IntPtr UnitDefinition_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2408 
2409   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getId")]
2410   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitDefinition_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2411   public static extern string UnitDefinition_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2412 
2413   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getName")]
2414   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitDefinition_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2415   public static extern string UnitDefinition_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2416 
2417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isSetId")]
UnitDefinition_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2418   public static extern bool UnitDefinition_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2419 
2420   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isSetName")]
UnitDefinition_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2421   public static extern bool UnitDefinition_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2422 
2423   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_setId")]
UnitDefinition_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2424   public static extern int UnitDefinition_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2425 
2426   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_setName")]
UnitDefinition_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2427   public static extern int UnitDefinition_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2428 
2429   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_unsetName")]
UnitDefinition_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)2430   public static extern int UnitDefinition_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2431 
2432   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfArea__SWIG_0")]
UnitDefinition_isVariantOfArea__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2433   public static extern bool UnitDefinition_isVariantOfArea__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2434 
2435   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfArea__SWIG_1")]
UnitDefinition_isVariantOfArea__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2436   public static extern bool UnitDefinition_isVariantOfArea__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2437 
2438   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfLength__SWIG_0")]
UnitDefinition_isVariantOfLength__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2439   public static extern bool UnitDefinition_isVariantOfLength__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2440 
2441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfLength__SWIG_1")]
UnitDefinition_isVariantOfLength__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2442   public static extern bool UnitDefinition_isVariantOfLength__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2443 
2444   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfSubstance__SWIG_0")]
UnitDefinition_isVariantOfSubstance__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2445   public static extern bool UnitDefinition_isVariantOfSubstance__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2446 
2447   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfSubstance__SWIG_1")]
UnitDefinition_isVariantOfSubstance__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2448   public static extern bool UnitDefinition_isVariantOfSubstance__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2449 
2450   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfTime__SWIG_0")]
UnitDefinition_isVariantOfTime__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2451   public static extern bool UnitDefinition_isVariantOfTime__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2452 
2453   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfTime__SWIG_1")]
UnitDefinition_isVariantOfTime__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2454   public static extern bool UnitDefinition_isVariantOfTime__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2455 
2456   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfVolume__SWIG_0")]
UnitDefinition_isVariantOfVolume__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2457   public static extern bool UnitDefinition_isVariantOfVolume__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2458 
2459   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfVolume__SWIG_1")]
UnitDefinition_isVariantOfVolume__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2460   public static extern bool UnitDefinition_isVariantOfVolume__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2461 
2462   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfDimensionless__SWIG_0")]
UnitDefinition_isVariantOfDimensionless__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2463   public static extern bool UnitDefinition_isVariantOfDimensionless__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2464 
2465   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfDimensionless__SWIG_1")]
UnitDefinition_isVariantOfDimensionless__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2466   public static extern bool UnitDefinition_isVariantOfDimensionless__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2467 
2468   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfMass__SWIG_0")]
UnitDefinition_isVariantOfMass__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2469   public static extern bool UnitDefinition_isVariantOfMass__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2470 
2471   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfMass__SWIG_1")]
UnitDefinition_isVariantOfMass__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2472   public static extern bool UnitDefinition_isVariantOfMass__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2473 
2474   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfSubstancePerTime__SWIG_0")]
UnitDefinition_isVariantOfSubstancePerTime__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2475   public static extern bool UnitDefinition_isVariantOfSubstancePerTime__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2476 
2477   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_isVariantOfSubstancePerTime__SWIG_1")]
UnitDefinition_isVariantOfSubstancePerTime__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2478   public static extern bool UnitDefinition_isVariantOfSubstancePerTime__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2479 
2480   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_addUnit")]
UnitDefinition_addUnit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2481   public static extern int UnitDefinition_addUnit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2482 
2483   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_createUnit")]
UnitDefinition_createUnit(global::System.Runtime.InteropServices.HandleRef jarg1)2484   public static extern global::System.IntPtr UnitDefinition_createUnit(global::System.Runtime.InteropServices.HandleRef jarg1);
2485 
2486   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getListOfUnits__SWIG_0")]
UnitDefinition_getListOfUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)2487   public static extern global::System.IntPtr UnitDefinition_getListOfUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
2488 
2489   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getUnit__SWIG_0")]
UnitDefinition_getUnit__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2490   public static extern global::System.IntPtr UnitDefinition_getUnit__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2491 
2492   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getNumUnits")]
UnitDefinition_getNumUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2493   public static extern uint UnitDefinition_getNumUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2494 
2495   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_removeUnit")]
UnitDefinition_removeUnit(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2496   public static extern global::System.IntPtr UnitDefinition_removeUnit(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2497 
2498   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_connectToChild")]
UnitDefinition_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)2499   public static extern void UnitDefinition_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
2500 
2501   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_enablePackageInternal")]
UnitDefinition_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)2502   public static extern void UnitDefinition_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
2503 
2504   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_updateSBMLNamespace")]
UnitDefinition_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)2505   public static extern void UnitDefinition_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
2506 
2507   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getTypeCode")]
UnitDefinition_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2508   public static extern int UnitDefinition_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2509 
2510   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_getElementName")]
2511   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitDefinition_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2512   public static extern string UnitDefinition_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2513 
2514   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_simplify")]
UnitDefinition_simplify(global::System.Runtime.InteropServices.HandleRef jarg1)2515   public static extern void UnitDefinition_simplify(global::System.Runtime.InteropServices.HandleRef jarg1);
2516 
2517   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_reorder")]
UnitDefinition_reorder(global::System.Runtime.InteropServices.HandleRef jarg1)2518   public static extern void UnitDefinition_reorder(global::System.Runtime.InteropServices.HandleRef jarg1);
2519 
2520   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_convertToSI")]
UnitDefinition_convertToSI(global::System.Runtime.InteropServices.HandleRef jarg1)2521   public static extern global::System.IntPtr UnitDefinition_convertToSI(global::System.Runtime.InteropServices.HandleRef jarg1);
2522 
2523   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_areIdentical")]
UnitDefinition_areIdentical(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2524   public static extern bool UnitDefinition_areIdentical(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2525 
2526   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_areEquivalent")]
UnitDefinition_areEquivalent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2527   public static extern bool UnitDefinition_areEquivalent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2528 
2529   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_combine")]
UnitDefinition_combine(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2530   public static extern global::System.IntPtr UnitDefinition_combine(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2531 
2532   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_divide")]
UnitDefinition_divide(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)2533   public static extern global::System.IntPtr UnitDefinition_divide(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
2534 
2535   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_printUnits__SWIG_0")]
2536   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitDefinition_printUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2537   public static extern string UnitDefinition_printUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2538 
2539   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_printUnits__SWIG_1")]
2540   [return: MarshalAs(UnmanagedType.LPWStr)]
UnitDefinition_printUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2541   public static extern string UnitDefinition_printUnits__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2542 
2543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_hasRequiredAttributes")]
UnitDefinition_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2544   public static extern bool UnitDefinition_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2545 
2546   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_hasRequiredElements")]
UnitDefinition_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)2547   public static extern bool UnitDefinition_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
2548 
2549   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfUnitDefinitions__SWIG_0")]
new_ListOfUnitDefinitions__SWIG_0(long jarg1, long jarg2)2550   public static extern global::System.IntPtr new_ListOfUnitDefinitions__SWIG_0(long jarg1, long jarg2);
2551 
2552   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfUnitDefinitions__SWIG_1")]
new_ListOfUnitDefinitions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2553   public static extern global::System.IntPtr new_ListOfUnitDefinitions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2554 
2555   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_clone")]
ListOfUnitDefinitions_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2556   public static extern global::System.IntPtr ListOfUnitDefinitions_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2557 
2558   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_getItemTypeCode")]
ListOfUnitDefinitions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2559   public static extern int ListOfUnitDefinitions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2560 
2561   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_getElementName")]
2562   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfUnitDefinitions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2563   public static extern string ListOfUnitDefinitions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2564 
2565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_get__SWIG_0")]
ListOfUnitDefinitions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2566   public static extern global::System.IntPtr ListOfUnitDefinitions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2567 
2568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_get__SWIG_2")]
ListOfUnitDefinitions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2569   public static extern global::System.IntPtr ListOfUnitDefinitions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2570 
2571   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_getElementBySId")]
ListOfUnitDefinitions_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2572   public static extern global::System.IntPtr ListOfUnitDefinitions_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2573 
2574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_remove__SWIG_0")]
ListOfUnitDefinitions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2575   public static extern global::System.IntPtr ListOfUnitDefinitions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2576 
2577   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_remove__SWIG_1")]
ListOfUnitDefinitions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2578   public static extern global::System.IntPtr ListOfUnitDefinitions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2579 
2580   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfUnitDefinitions")]
delete_ListOfUnitDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1)2581   public static extern void delete_ListOfUnitDefinitions(global::System.Runtime.InteropServices.HandleRef jarg1);
2582 
2583   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CompartmentType__SWIG_0")]
new_CompartmentType__SWIG_0(long jarg1, long jarg2)2584   public static extern global::System.IntPtr new_CompartmentType__SWIG_0(long jarg1, long jarg2);
2585 
2586   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CompartmentType__SWIG_1")]
new_CompartmentType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2587   public static extern global::System.IntPtr new_CompartmentType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2588 
2589   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_CompartmentType")]
delete_CompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1)2590   public static extern void delete_CompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1);
2591 
2592   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CompartmentType__SWIG_2")]
new_CompartmentType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2593   public static extern global::System.IntPtr new_CompartmentType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2594 
2595   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_clone")]
CompartmentType_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2596   public static extern global::System.IntPtr CompartmentType_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2597 
2598   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_getId")]
2599   [return: MarshalAs(UnmanagedType.LPWStr)]
CompartmentType_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2600   public static extern string CompartmentType_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2601 
2602   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_getName")]
2603   [return: MarshalAs(UnmanagedType.LPWStr)]
CompartmentType_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2604   public static extern string CompartmentType_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2605 
2606   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_isSetId")]
CompartmentType_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2607   public static extern bool CompartmentType_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2608 
2609   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_isSetName")]
CompartmentType_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2610   public static extern bool CompartmentType_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2611 
2612   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_setId")]
CompartmentType_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2613   public static extern int CompartmentType_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2614 
2615   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_setName")]
CompartmentType_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2616   public static extern int CompartmentType_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2617 
2618   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_unsetName")]
CompartmentType_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)2619   public static extern int CompartmentType_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2620 
2621   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_getTypeCode")]
CompartmentType_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2622   public static extern int CompartmentType_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2623 
2624   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_getElementName")]
2625   [return: MarshalAs(UnmanagedType.LPWStr)]
CompartmentType_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2626   public static extern string CompartmentType_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2627 
2628   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_hasRequiredAttributes")]
CompartmentType_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2629   public static extern bool CompartmentType_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2630 
2631   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfCompartmentTypes__SWIG_0")]
new_ListOfCompartmentTypes__SWIG_0(long jarg1, long jarg2)2632   public static extern global::System.IntPtr new_ListOfCompartmentTypes__SWIG_0(long jarg1, long jarg2);
2633 
2634   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfCompartmentTypes__SWIG_1")]
new_ListOfCompartmentTypes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2635   public static extern global::System.IntPtr new_ListOfCompartmentTypes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2636 
2637   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_clone")]
ListOfCompartmentTypes_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2638   public static extern global::System.IntPtr ListOfCompartmentTypes_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2639 
2640   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_getItemTypeCode")]
ListOfCompartmentTypes_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2641   public static extern int ListOfCompartmentTypes_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2642 
2643   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_getElementName")]
2644   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfCompartmentTypes_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2645   public static extern string ListOfCompartmentTypes_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2646 
2647   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_get__SWIG_0")]
ListOfCompartmentTypes_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2648   public static extern global::System.IntPtr ListOfCompartmentTypes_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2649 
2650   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_get__SWIG_2")]
ListOfCompartmentTypes_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2651   public static extern global::System.IntPtr ListOfCompartmentTypes_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2652 
2653   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_remove__SWIG_0")]
ListOfCompartmentTypes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2654   public static extern global::System.IntPtr ListOfCompartmentTypes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2655 
2656   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_remove__SWIG_1")]
ListOfCompartmentTypes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2657   public static extern global::System.IntPtr ListOfCompartmentTypes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2658 
2659   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfCompartmentTypes")]
delete_ListOfCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1)2660   public static extern void delete_ListOfCompartmentTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
2661 
2662   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesType__SWIG_0")]
new_SpeciesType__SWIG_0(long jarg1, long jarg2)2663   public static extern global::System.IntPtr new_SpeciesType__SWIG_0(long jarg1, long jarg2);
2664 
2665   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesType__SWIG_1")]
new_SpeciesType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2666   public static extern global::System.IntPtr new_SpeciesType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2667 
2668   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SpeciesType")]
delete_SpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1)2669   public static extern void delete_SpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1);
2670 
2671   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesType__SWIG_2")]
new_SpeciesType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2672   public static extern global::System.IntPtr new_SpeciesType__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2673 
2674   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_clone")]
SpeciesType_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2675   public static extern global::System.IntPtr SpeciesType_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2676 
2677   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_getId")]
2678   [return: MarshalAs(UnmanagedType.LPWStr)]
SpeciesType_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2679   public static extern string SpeciesType_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2680 
2681   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_getName")]
2682   [return: MarshalAs(UnmanagedType.LPWStr)]
SpeciesType_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2683   public static extern string SpeciesType_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2684 
2685   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_isSetId")]
SpeciesType_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2686   public static extern bool SpeciesType_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2687 
2688   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_isSetName")]
SpeciesType_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2689   public static extern bool SpeciesType_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2690 
2691   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_setId")]
SpeciesType_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2692   public static extern int SpeciesType_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2693 
2694   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_setName")]
SpeciesType_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2695   public static extern int SpeciesType_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2696 
2697   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_unsetName")]
SpeciesType_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)2698   public static extern int SpeciesType_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2699 
2700   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_getTypeCode")]
SpeciesType_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2701   public static extern int SpeciesType_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2702 
2703   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_getElementName")]
2704   [return: MarshalAs(UnmanagedType.LPWStr)]
SpeciesType_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2705   public static extern string SpeciesType_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2706 
2707   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_hasRequiredAttributes")]
SpeciesType_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2708   public static extern bool SpeciesType_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2709 
2710   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpeciesTypes__SWIG_0")]
new_ListOfSpeciesTypes__SWIG_0(long jarg1, long jarg2)2711   public static extern global::System.IntPtr new_ListOfSpeciesTypes__SWIG_0(long jarg1, long jarg2);
2712 
2713   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpeciesTypes__SWIG_1")]
new_ListOfSpeciesTypes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2714   public static extern global::System.IntPtr new_ListOfSpeciesTypes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2715 
2716   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_clone")]
ListOfSpeciesTypes_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2717   public static extern global::System.IntPtr ListOfSpeciesTypes_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2718 
2719   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_getItemTypeCode")]
ListOfSpeciesTypes_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2720   public static extern int ListOfSpeciesTypes_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2721 
2722   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_getElementName")]
2723   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfSpeciesTypes_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2724   public static extern string ListOfSpeciesTypes_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2725 
2726   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_get__SWIG_0")]
ListOfSpeciesTypes_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2727   public static extern global::System.IntPtr ListOfSpeciesTypes_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2728 
2729   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_get__SWIG_2")]
ListOfSpeciesTypes_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2730   public static extern global::System.IntPtr ListOfSpeciesTypes_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2731 
2732   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_remove__SWIG_0")]
ListOfSpeciesTypes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2733   public static extern global::System.IntPtr ListOfSpeciesTypes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2734 
2735   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_remove__SWIG_1")]
ListOfSpeciesTypes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2736   public static extern global::System.IntPtr ListOfSpeciesTypes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2737 
2738   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfSpeciesTypes")]
delete_ListOfSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1)2739   public static extern void delete_ListOfSpeciesTypes(global::System.Runtime.InteropServices.HandleRef jarg1);
2740 
2741   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Compartment__SWIG_0")]
new_Compartment__SWIG_0(long jarg1, long jarg2)2742   public static extern global::System.IntPtr new_Compartment__SWIG_0(long jarg1, long jarg2);
2743 
2744   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Compartment__SWIG_1")]
new_Compartment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2745   public static extern global::System.IntPtr new_Compartment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2746 
2747   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Compartment")]
delete_Compartment(global::System.Runtime.InteropServices.HandleRef jarg1)2748   public static extern void delete_Compartment(global::System.Runtime.InteropServices.HandleRef jarg1);
2749 
2750   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Compartment__SWIG_2")]
new_Compartment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2751   public static extern global::System.IntPtr new_Compartment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2752 
2753   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_clone")]
Compartment_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2754   public static extern global::System.IntPtr Compartment_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2755 
2756   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_initDefaults")]
Compartment_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)2757   public static extern void Compartment_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
2758 
2759   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getId")]
2760   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2761   public static extern string Compartment_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2762 
2763   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getName")]
2764   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2765   public static extern string Compartment_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2766 
2767   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getCompartmentType")]
2768   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1)2769   public static extern string Compartment_getCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1);
2770 
2771   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getSpatialDimensions")]
Compartment_getSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1)2772   public static extern uint Compartment_getSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1);
2773 
2774   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getSpatialDimensionsAsDouble")]
Compartment_getSpatialDimensionsAsDouble(global::System.Runtime.InteropServices.HandleRef jarg1)2775   public static extern double Compartment_getSpatialDimensionsAsDouble(global::System.Runtime.InteropServices.HandleRef jarg1);
2776 
2777   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getSize")]
Compartment_getSize(global::System.Runtime.InteropServices.HandleRef jarg1)2778   public static extern double Compartment_getSize(global::System.Runtime.InteropServices.HandleRef jarg1);
2779 
2780   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getVolume")]
Compartment_getVolume(global::System.Runtime.InteropServices.HandleRef jarg1)2781   public static extern double Compartment_getVolume(global::System.Runtime.InteropServices.HandleRef jarg1);
2782 
2783   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getUnits")]
2784   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2785   public static extern string Compartment_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2786 
2787   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getOutside")]
2788   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getOutside(global::System.Runtime.InteropServices.HandleRef jarg1)2789   public static extern string Compartment_getOutside(global::System.Runtime.InteropServices.HandleRef jarg1);
2790 
2791   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getConstant")]
Compartment_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1)2792   public static extern bool Compartment_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
2793 
2794   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetId")]
Compartment_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2795   public static extern bool Compartment_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2796 
2797   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetName")]
Compartment_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2798   public static extern bool Compartment_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2799 
2800   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetCompartmentType")]
Compartment_isSetCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1)2801   public static extern bool Compartment_isSetCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1);
2802 
2803   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetSize")]
Compartment_isSetSize(global::System.Runtime.InteropServices.HandleRef jarg1)2804   public static extern bool Compartment_isSetSize(global::System.Runtime.InteropServices.HandleRef jarg1);
2805 
2806   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetVolume")]
Compartment_isSetVolume(global::System.Runtime.InteropServices.HandleRef jarg1)2807   public static extern bool Compartment_isSetVolume(global::System.Runtime.InteropServices.HandleRef jarg1);
2808 
2809   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetUnits")]
Compartment_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2810   public static extern bool Compartment_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2811 
2812   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetOutside")]
Compartment_isSetOutside(global::System.Runtime.InteropServices.HandleRef jarg1)2813   public static extern bool Compartment_isSetOutside(global::System.Runtime.InteropServices.HandleRef jarg1);
2814 
2815   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetSpatialDimensions")]
Compartment_isSetSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1)2816   public static extern bool Compartment_isSetSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1);
2817 
2818   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_isSetConstant")]
Compartment_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)2819   public static extern bool Compartment_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
2820 
2821   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setId")]
Compartment_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2822   public static extern int Compartment_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2823 
2824   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setName")]
Compartment_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2825   public static extern int Compartment_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2826 
2827   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setCompartmentType")]
Compartment_setCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2828   public static extern int Compartment_setCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2829 
2830   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setSpatialDimensions__SWIG_0")]
Compartment_setSpatialDimensions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2831   public static extern int Compartment_setSpatialDimensions__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2832 
2833   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setSpatialDimensions__SWIG_1")]
Compartment_setSpatialDimensions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2834   public static extern int Compartment_setSpatialDimensions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2835 
2836   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setSize")]
Compartment_setSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2837   public static extern int Compartment_setSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2838 
2839   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setVolume")]
Compartment_setVolume(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)2840   public static extern int Compartment_setVolume(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
2841 
2842   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setUnits")]
Compartment_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2843   public static extern int Compartment_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2844 
2845   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setOutside")]
Compartment_setOutside(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2846   public static extern int Compartment_setOutside(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2847 
2848   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_setConstant")]
Compartment_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)2849   public static extern int Compartment_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
2850 
2851   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_renameSIdRefs")]
Compartment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)2852   public static extern void Compartment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
2853 
2854   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_renameUnitSIdRefs")]
Compartment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)2855   public static extern void Compartment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
2856 
2857   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetName")]
Compartment_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)2858   public static extern int Compartment_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2859 
2860   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetCompartmentType")]
Compartment_unsetCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1)2861   public static extern int Compartment_unsetCompartmentType(global::System.Runtime.InteropServices.HandleRef jarg1);
2862 
2863   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetConstant")]
Compartment_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)2864   public static extern int Compartment_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
2865 
2866   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetSize")]
Compartment_unsetSize(global::System.Runtime.InteropServices.HandleRef jarg1)2867   public static extern int Compartment_unsetSize(global::System.Runtime.InteropServices.HandleRef jarg1);
2868 
2869   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetVolume")]
Compartment_unsetVolume(global::System.Runtime.InteropServices.HandleRef jarg1)2870   public static extern int Compartment_unsetVolume(global::System.Runtime.InteropServices.HandleRef jarg1);
2871 
2872   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetUnits")]
Compartment_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2873   public static extern int Compartment_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2874 
2875   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetOutside")]
Compartment_unsetOutside(global::System.Runtime.InteropServices.HandleRef jarg1)2876   public static extern int Compartment_unsetOutside(global::System.Runtime.InteropServices.HandleRef jarg1);
2877 
2878   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_unsetSpatialDimensions")]
Compartment_unsetSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1)2879   public static extern int Compartment_unsetSpatialDimensions(global::System.Runtime.InteropServices.HandleRef jarg1);
2880 
2881   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getDerivedUnitDefinition__SWIG_0")]
Compartment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)2882   public static extern global::System.IntPtr Compartment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
2883 
2884   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getTypeCode")]
Compartment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2885   public static extern int Compartment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2886 
2887   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_getElementName")]
2888   [return: MarshalAs(UnmanagedType.LPWStr)]
Compartment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2889   public static extern string Compartment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2890 
2891   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_hasRequiredAttributes")]
Compartment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)2892   public static extern bool Compartment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
2893 
2894   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfCompartments__SWIG_0")]
new_ListOfCompartments__SWIG_0(long jarg1, long jarg2)2895   public static extern global::System.IntPtr new_ListOfCompartments__SWIG_0(long jarg1, long jarg2);
2896 
2897   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfCompartments__SWIG_1")]
new_ListOfCompartments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2898   public static extern global::System.IntPtr new_ListOfCompartments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2899 
2900   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_clone")]
ListOfCompartments_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2901   public static extern global::System.IntPtr ListOfCompartments_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2902 
2903   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_getItemTypeCode")]
ListOfCompartments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)2904   public static extern int ListOfCompartments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
2905 
2906   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_getElementName")]
2907   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfCompartments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)2908   public static extern string ListOfCompartments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
2909 
2910   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_get__SWIG_0")]
ListOfCompartments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2911   public static extern global::System.IntPtr ListOfCompartments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2912 
2913   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_get__SWIG_2")]
ListOfCompartments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2914   public static extern global::System.IntPtr ListOfCompartments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2915 
2916   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_remove__SWIG_0")]
ListOfCompartments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)2917   public static extern global::System.IntPtr ListOfCompartments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
2918 
2919   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_remove__SWIG_1")]
ListOfCompartments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)2920   public static extern global::System.IntPtr ListOfCompartments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
2921 
2922   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfCompartments")]
delete_ListOfCompartments(global::System.Runtime.InteropServices.HandleRef jarg1)2923   public static extern void delete_ListOfCompartments(global::System.Runtime.InteropServices.HandleRef jarg1);
2924 
2925   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Species__SWIG_0")]
new_Species__SWIG_0(long jarg1, long jarg2)2926   public static extern global::System.IntPtr new_Species__SWIG_0(long jarg1, long jarg2);
2927 
2928   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Species__SWIG_1")]
new_Species__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)2929   public static extern global::System.IntPtr new_Species__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
2930 
2931   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Species")]
delete_Species(global::System.Runtime.InteropServices.HandleRef jarg1)2932   public static extern void delete_Species(global::System.Runtime.InteropServices.HandleRef jarg1);
2933 
2934   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Species__SWIG_2")]
new_Species__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)2935   public static extern global::System.IntPtr new_Species__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
2936 
2937   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_clone")]
Species_clone(global::System.Runtime.InteropServices.HandleRef jarg1)2938   public static extern global::System.IntPtr Species_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
2939 
2940   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_initDefaults")]
Species_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)2941   public static extern void Species_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
2942 
2943   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getId")]
2944   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getId(global::System.Runtime.InteropServices.HandleRef jarg1)2945   public static extern string Species_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
2946 
2947   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getName")]
2948   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getName(global::System.Runtime.InteropServices.HandleRef jarg1)2949   public static extern string Species_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
2950 
2951   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getSpeciesType")]
2952   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1)2953   public static extern string Species_getSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1);
2954 
2955   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getCompartment")]
2956   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)2957   public static extern string Species_getCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
2958 
2959   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getInitialAmount")]
Species_getInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1)2960   public static extern double Species_getInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1);
2961 
2962   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getInitialConcentration")]
Species_getInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1)2963   public static extern double Species_getInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1);
2964 
2965   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getSubstanceUnits")]
2966   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2967   public static extern string Species_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2968 
2969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getSpatialSizeUnits")]
2970   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2971   public static extern string Species_getSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2972 
2973   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getUnits")]
2974   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2975   public static extern string Species_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2976 
2977   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getHasOnlySubstanceUnits")]
Species_getHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)2978   public static extern bool Species_getHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
2979 
2980   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getBoundaryCondition")]
Species_getBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1)2981   public static extern bool Species_getBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1);
2982 
2983   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getCharge")]
Species_getCharge(global::System.Runtime.InteropServices.HandleRef jarg1)2984   public static extern int Species_getCharge(global::System.Runtime.InteropServices.HandleRef jarg1);
2985 
2986   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getConstant")]
Species_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1)2987   public static extern bool Species_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
2988 
2989   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getConversionFactor")]
2990   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)2991   public static extern string Species_getConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
2992 
2993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetId")]
Species_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)2994   public static extern bool Species_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
2995 
2996   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetName")]
Species_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)2997   public static extern bool Species_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
2998 
2999   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetSpeciesType")]
Species_isSetSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1)3000   public static extern bool Species_isSetSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1);
3001 
3002   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetCompartment")]
Species_isSetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)3003   public static extern bool Species_isSetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
3004 
3005   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetInitialAmount")]
Species_isSetInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1)3006   public static extern bool Species_isSetInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1);
3007 
3008   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetInitialConcentration")]
Species_isSetInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1)3009   public static extern bool Species_isSetInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1);
3010 
3011   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetSubstanceUnits")]
Species_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3012   public static extern bool Species_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3013 
3014   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetSpatialSizeUnits")]
Species_isSetSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3015   public static extern bool Species_isSetSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3016 
3017   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetUnits")]
Species_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3018   public static extern bool Species_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3019 
3020   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetCharge")]
Species_isSetCharge(global::System.Runtime.InteropServices.HandleRef jarg1)3021   public static extern bool Species_isSetCharge(global::System.Runtime.InteropServices.HandleRef jarg1);
3022 
3023   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetConversionFactor")]
Species_isSetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)3024   public static extern bool Species_isSetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
3025 
3026   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetBoundaryCondition")]
Species_isSetBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1)3027   public static extern bool Species_isSetBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1);
3028 
3029   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetHasOnlySubstanceUnits")]
Species_isSetHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3030   public static extern bool Species_isSetHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3031 
3032   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_isSetConstant")]
Species_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3033   public static extern bool Species_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3034 
3035   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setId")]
Species_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3036   public static extern int Species_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3037 
3038   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setName")]
Species_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3039   public static extern int Species_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3040 
3041   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setSpeciesType")]
Species_setSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3042   public static extern int Species_setSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3043 
3044   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setCompartment")]
Species_setCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3045   public static extern int Species_setCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3046 
3047   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setInitialAmount")]
Species_setInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)3048   public static extern int Species_setInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
3049 
3050   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setInitialConcentration")]
Species_setInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)3051   public static extern int Species_setInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
3052 
3053   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setSubstanceUnits")]
Species_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3054   public static extern int Species_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3055 
3056   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setSpatialSizeUnits")]
Species_setSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3057   public static extern int Species_setSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3058 
3059   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setUnits")]
Species_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3060   public static extern int Species_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3061 
3062   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setHasOnlySubstanceUnits")]
Species_setHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3063   public static extern int Species_setHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3064 
3065   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setBoundaryCondition")]
Species_setBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3066   public static extern int Species_setBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3067 
3068   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setCharge")]
Species_setCharge(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)3069   public static extern int Species_setCharge(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
3070 
3071   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setConstant")]
Species_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3072   public static extern int Species_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3073 
3074   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_setConversionFactor")]
Species_setConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3075   public static extern int Species_setConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3076 
3077   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetName")]
Species_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)3078   public static extern int Species_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
3079 
3080   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetConstant")]
Species_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3081   public static extern int Species_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3082 
3083   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetSpeciesType")]
Species_unsetSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1)3084   public static extern int Species_unsetSpeciesType(global::System.Runtime.InteropServices.HandleRef jarg1);
3085 
3086   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetInitialAmount")]
Species_unsetInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1)3087   public static extern int Species_unsetInitialAmount(global::System.Runtime.InteropServices.HandleRef jarg1);
3088 
3089   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetInitialConcentration")]
Species_unsetInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1)3090   public static extern int Species_unsetInitialConcentration(global::System.Runtime.InteropServices.HandleRef jarg1);
3091 
3092   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetSubstanceUnits")]
Species_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3093   public static extern int Species_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3094 
3095   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetSpatialSizeUnits")]
Species_unsetSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3096   public static extern int Species_unsetSpatialSizeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3097 
3098   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetUnits")]
Species_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3099   public static extern int Species_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3100 
3101   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetCharge")]
Species_unsetCharge(global::System.Runtime.InteropServices.HandleRef jarg1)3102   public static extern int Species_unsetCharge(global::System.Runtime.InteropServices.HandleRef jarg1);
3103 
3104   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetConversionFactor")]
Species_unsetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1)3105   public static extern int Species_unsetConversionFactor(global::System.Runtime.InteropServices.HandleRef jarg1);
3106 
3107   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetCompartment")]
Species_unsetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)3108   public static extern int Species_unsetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
3109 
3110   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetBoundaryCondition")]
Species_unsetBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1)3111   public static extern int Species_unsetBoundaryCondition(global::System.Runtime.InteropServices.HandleRef jarg1);
3112 
3113   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_unsetHasOnlySubstanceUnits")]
Species_unsetHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3114   public static extern int Species_unsetHasOnlySubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3115 
3116   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getDerivedUnitDefinition__SWIG_0")]
Species_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3117   public static extern global::System.IntPtr Species_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3118 
3119   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getTypeCode")]
Species_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3120   public static extern int Species_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3121 
3122   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_getElementName")]
3123   [return: MarshalAs(UnmanagedType.LPWStr)]
Species_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3124   public static extern string Species_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3125 
3126   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_hasRequiredAttributes")]
Species_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3127   public static extern bool Species_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3128 
3129   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_renameSIdRefs")]
Species_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3130   public static extern void Species_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3131 
3132   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_renameUnitSIdRefs")]
Species_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3133   public static extern void Species_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3134 
3135   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpecies__SWIG_0")]
new_ListOfSpecies__SWIG_0(long jarg1, long jarg2)3136   public static extern global::System.IntPtr new_ListOfSpecies__SWIG_0(long jarg1, long jarg2);
3137 
3138   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpecies__SWIG_1")]
new_ListOfSpecies__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3139   public static extern global::System.IntPtr new_ListOfSpecies__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3140 
3141   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_clone")]
ListOfSpecies_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3142   public static extern global::System.IntPtr ListOfSpecies_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3143 
3144   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_getItemTypeCode")]
ListOfSpecies_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3145   public static extern int ListOfSpecies_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3146 
3147   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_getElementName")]
3148   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfSpecies_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3149   public static extern string ListOfSpecies_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3150 
3151   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_get__SWIG_0")]
ListOfSpecies_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3152   public static extern global::System.IntPtr ListOfSpecies_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3153 
3154   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_get__SWIG_2")]
ListOfSpecies_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3155   public static extern global::System.IntPtr ListOfSpecies_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3156 
3157   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_remove__SWIG_0")]
ListOfSpecies_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3158   public static extern global::System.IntPtr ListOfSpecies_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3159 
3160   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_remove__SWIG_1")]
ListOfSpecies_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3161   public static extern global::System.IntPtr ListOfSpecies_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3162 
3163   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfSpecies")]
delete_ListOfSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)3164   public static extern void delete_ListOfSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
3165 
3166   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Parameter__SWIG_0")]
new_Parameter__SWIG_0(long jarg1, long jarg2)3167   public static extern global::System.IntPtr new_Parameter__SWIG_0(long jarg1, long jarg2);
3168 
3169   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Parameter__SWIG_1")]
new_Parameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3170   public static extern global::System.IntPtr new_Parameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3171 
3172   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Parameter")]
delete_Parameter(global::System.Runtime.InteropServices.HandleRef jarg1)3173   public static extern void delete_Parameter(global::System.Runtime.InteropServices.HandleRef jarg1);
3174 
3175   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Parameter__SWIG_2")]
new_Parameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)3176   public static extern global::System.IntPtr new_Parameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
3177 
3178   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_clone")]
Parameter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3179   public static extern global::System.IntPtr Parameter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3180 
3181   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_initDefaults")]
Parameter_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)3182   public static extern void Parameter_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
3183 
3184   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getId")]
3185   [return: MarshalAs(UnmanagedType.LPWStr)]
Parameter_getId(global::System.Runtime.InteropServices.HandleRef jarg1)3186   public static extern string Parameter_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
3187 
3188   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getName")]
3189   [return: MarshalAs(UnmanagedType.LPWStr)]
Parameter_getName(global::System.Runtime.InteropServices.HandleRef jarg1)3190   public static extern string Parameter_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
3191 
3192   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getValue")]
Parameter_getValue(global::System.Runtime.InteropServices.HandleRef jarg1)3193   public static extern double Parameter_getValue(global::System.Runtime.InteropServices.HandleRef jarg1);
3194 
3195   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getUnits")]
3196   [return: MarshalAs(UnmanagedType.LPWStr)]
Parameter_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3197   public static extern string Parameter_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3198 
3199   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getConstant")]
Parameter_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3200   public static extern bool Parameter_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3201 
3202   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_isSetId")]
Parameter_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)3203   public static extern bool Parameter_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
3204 
3205   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_isSetName")]
Parameter_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)3206   public static extern bool Parameter_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
3207 
3208   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_isSetValue")]
Parameter_isSetValue(global::System.Runtime.InteropServices.HandleRef jarg1)3209   public static extern bool Parameter_isSetValue(global::System.Runtime.InteropServices.HandleRef jarg1);
3210 
3211   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_isSetUnits")]
Parameter_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3212   public static extern bool Parameter_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3213 
3214   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_isSetConstant")]
Parameter_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3215   public static extern bool Parameter_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3216 
3217   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setId")]
Parameter_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3218   public static extern int Parameter_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3219 
3220   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setName")]
Parameter_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3221   public static extern int Parameter_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3222 
3223   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setValue")]
Parameter_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)3224   public static extern int Parameter_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
3225 
3226   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setUnits")]
Parameter_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3227   public static extern int Parameter_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3228 
3229   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setConstant")]
Parameter_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3230   public static extern int Parameter_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3231 
3232   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_unsetName")]
Parameter_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)3233   public static extern int Parameter_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
3234 
3235   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_unsetConstant")]
Parameter_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3236   public static extern int Parameter_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3237 
3238   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_unsetValue")]
Parameter_unsetValue(global::System.Runtime.InteropServices.HandleRef jarg1)3239   public static extern int Parameter_unsetValue(global::System.Runtime.InteropServices.HandleRef jarg1);
3240 
3241   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_unsetUnits")]
Parameter_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3242   public static extern int Parameter_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3243 
3244   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getDerivedUnitDefinition__SWIG_0")]
Parameter_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3245   public static extern global::System.IntPtr Parameter_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3246 
3247   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getTypeCode")]
Parameter_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3248   public static extern int Parameter_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3249 
3250   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_getElementName")]
3251   [return: MarshalAs(UnmanagedType.LPWStr)]
Parameter_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3252   public static extern string Parameter_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3253 
3254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_hasRequiredAttributes")]
Parameter_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3255   public static extern bool Parameter_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3256 
3257   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_renameUnitSIdRefs")]
Parameter_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3258   public static extern void Parameter_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3259 
3260   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_setCalculatingUnits")]
Parameter_setCalculatingUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3261   public static extern void Parameter_setCalculatingUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3262 
3263   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfParameters__SWIG_0")]
new_ListOfParameters__SWIG_0(long jarg1, long jarg2)3264   public static extern global::System.IntPtr new_ListOfParameters__SWIG_0(long jarg1, long jarg2);
3265 
3266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfParameters__SWIG_1")]
new_ListOfParameters__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3267   public static extern global::System.IntPtr new_ListOfParameters__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3268 
3269   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_clone")]
ListOfParameters_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3270   public static extern global::System.IntPtr ListOfParameters_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3271 
3272   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_getItemTypeCode")]
ListOfParameters_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3273   public static extern int ListOfParameters_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3274 
3275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_getElementName")]
3276   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfParameters_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3277   public static extern string ListOfParameters_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3278 
3279   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_get__SWIG_0")]
ListOfParameters_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3280   public static extern global::System.IntPtr ListOfParameters_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3281 
3282   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_get__SWIG_2")]
ListOfParameters_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3283   public static extern global::System.IntPtr ListOfParameters_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3284 
3285   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_remove__SWIG_0")]
ListOfParameters_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3286   public static extern global::System.IntPtr ListOfParameters_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3287 
3288   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_remove__SWIG_1")]
ListOfParameters_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3289   public static extern global::System.IntPtr ListOfParameters_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3290 
3291   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfParameters")]
delete_ListOfParameters(global::System.Runtime.InteropServices.HandleRef jarg1)3292   public static extern void delete_ListOfParameters(global::System.Runtime.InteropServices.HandleRef jarg1);
3293 
3294   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_LocalParameter__SWIG_0")]
new_LocalParameter__SWIG_0(long jarg1, long jarg2)3295   public static extern global::System.IntPtr new_LocalParameter__SWIG_0(long jarg1, long jarg2);
3296 
3297   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_LocalParameter__SWIG_1")]
new_LocalParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3298   public static extern global::System.IntPtr new_LocalParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3299 
3300   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_LocalParameter")]
delete_LocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1)3301   public static extern void delete_LocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
3302 
3303   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_LocalParameter__SWIG_2")]
new_LocalParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)3304   public static extern global::System.IntPtr new_LocalParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
3305 
3306   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_LocalParameter__SWIG_3")]
new_LocalParameter__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1)3307   public static extern global::System.IntPtr new_LocalParameter__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
3308 
3309   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_clone")]
LocalParameter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3310   public static extern global::System.IntPtr LocalParameter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3311 
3312   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_getDerivedUnitDefinition__SWIG_0")]
LocalParameter_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3313   public static extern global::System.IntPtr LocalParameter_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3314 
3315   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_getTypeCode")]
LocalParameter_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3316   public static extern int LocalParameter_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3317 
3318   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_getElementName")]
3319   [return: MarshalAs(UnmanagedType.LPWStr)]
LocalParameter_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3320   public static extern string LocalParameter_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3321 
3322   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_hasRequiredAttributes")]
LocalParameter_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3323   public static extern bool LocalParameter_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3324 
3325   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_getConstant")]
LocalParameter_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3326   public static extern bool LocalParameter_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3327 
3328   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_isSetConstant")]
LocalParameter_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3329   public static extern bool LocalParameter_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3330 
3331   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_setConstant")]
LocalParameter_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3332   public static extern int LocalParameter_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3333 
3334   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_unsetConstant")]
LocalParameter_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)3335   public static extern int LocalParameter_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
3336 
3337   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfLocalParameters__SWIG_0")]
new_ListOfLocalParameters__SWIG_0(long jarg1, long jarg2)3338   public static extern global::System.IntPtr new_ListOfLocalParameters__SWIG_0(long jarg1, long jarg2);
3339 
3340   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfLocalParameters__SWIG_1")]
new_ListOfLocalParameters__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3341   public static extern global::System.IntPtr new_ListOfLocalParameters__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3342 
3343   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_clone")]
ListOfLocalParameters_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3344   public static extern global::System.IntPtr ListOfLocalParameters_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3345 
3346   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_getItemTypeCode")]
ListOfLocalParameters_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3347   public static extern int ListOfLocalParameters_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3348 
3349   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_getElementName")]
3350   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfLocalParameters_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3351   public static extern string ListOfLocalParameters_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3352 
3353   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_get__SWIG_0")]
ListOfLocalParameters_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3354   public static extern global::System.IntPtr ListOfLocalParameters_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3355 
3356   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_get__SWIG_2")]
ListOfLocalParameters_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3357   public static extern global::System.IntPtr ListOfLocalParameters_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3358 
3359   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_getElementBySId")]
ListOfLocalParameters_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3360   public static extern global::System.IntPtr ListOfLocalParameters_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3361 
3362   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_remove__SWIG_0")]
ListOfLocalParameters_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3363   public static extern global::System.IntPtr ListOfLocalParameters_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3364 
3365   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_remove__SWIG_1")]
ListOfLocalParameters_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3366   public static extern global::System.IntPtr ListOfLocalParameters_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3367 
3368   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfLocalParameters")]
delete_ListOfLocalParameters(global::System.Runtime.InteropServices.HandleRef jarg1)3369   public static extern void delete_ListOfLocalParameters(global::System.Runtime.InteropServices.HandleRef jarg1);
3370 
3371   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_InitialAssignment__SWIG_0")]
new_InitialAssignment__SWIG_0(long jarg1, long jarg2)3372   public static extern global::System.IntPtr new_InitialAssignment__SWIG_0(long jarg1, long jarg2);
3373 
3374   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_InitialAssignment__SWIG_1")]
new_InitialAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3375   public static extern global::System.IntPtr new_InitialAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3376 
3377   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_InitialAssignment")]
delete_InitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)3378   public static extern void delete_InitialAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
3379 
3380   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_InitialAssignment__SWIG_2")]
new_InitialAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)3381   public static extern global::System.IntPtr new_InitialAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
3382 
3383   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_clone")]
InitialAssignment_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3384   public static extern global::System.IntPtr InitialAssignment_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3385 
3386   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getSymbol")]
3387   [return: MarshalAs(UnmanagedType.LPWStr)]
InitialAssignment_getSymbol(global::System.Runtime.InteropServices.HandleRef jarg1)3388   public static extern string InitialAssignment_getSymbol(global::System.Runtime.InteropServices.HandleRef jarg1);
3389 
3390   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getMath")]
InitialAssignment_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)3391   public static extern global::System.IntPtr InitialAssignment_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3392 
3393   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_isSetSymbol")]
InitialAssignment_isSetSymbol(global::System.Runtime.InteropServices.HandleRef jarg1)3394   public static extern bool InitialAssignment_isSetSymbol(global::System.Runtime.InteropServices.HandleRef jarg1);
3395 
3396   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_isSetMath")]
InitialAssignment_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)3397   public static extern bool InitialAssignment_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3398 
3399   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_setSymbol")]
InitialAssignment_setSymbol(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3400   public static extern int InitialAssignment_setSymbol(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3401 
3402   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_unsetSymbol")]
InitialAssignment_unsetSymbol(global::System.Runtime.InteropServices.HandleRef jarg1)3403   public static extern int InitialAssignment_unsetSymbol(global::System.Runtime.InteropServices.HandleRef jarg1);
3404 
3405   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_setMath")]
InitialAssignment_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3406   public static extern int InitialAssignment_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3407 
3408   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getDerivedUnitDefinition__SWIG_0")]
InitialAssignment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3409   public static extern global::System.IntPtr InitialAssignment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3410 
3411   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_containsUndeclaredUnits__SWIG_0")]
InitialAssignment_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3412   public static extern bool InitialAssignment_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3413 
3414   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getTypeCode")]
InitialAssignment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3415   public static extern int InitialAssignment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3416 
3417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getElementName")]
3418   [return: MarshalAs(UnmanagedType.LPWStr)]
InitialAssignment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3419   public static extern string InitialAssignment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3420 
3421   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_hasRequiredAttributes")]
InitialAssignment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3422   public static extern bool InitialAssignment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3423 
3424   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_hasRequiredElements")]
InitialAssignment_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)3425   public static extern bool InitialAssignment_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
3426 
3427   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_getId")]
3428   [return: MarshalAs(UnmanagedType.LPWStr)]
InitialAssignment_getId(global::System.Runtime.InteropServices.HandleRef jarg1)3429   public static extern string InitialAssignment_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
3430 
3431   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_renameSIdRefs")]
InitialAssignment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3432   public static extern void InitialAssignment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3433 
3434   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_renameUnitSIdRefs")]
InitialAssignment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3435   public static extern void InitialAssignment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3436 
3437   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_replaceSIDWithFunction")]
InitialAssignment_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3438   public static extern void InitialAssignment_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3439 
3440   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_divideAssignmentsToSIdByFunction")]
InitialAssignment_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3441   public static extern void InitialAssignment_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3442 
3443   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_multiplyAssignmentsToSIdByFunction")]
InitialAssignment_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3444   public static extern void InitialAssignment_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3445 
3446   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfInitialAssignments__SWIG_0")]
new_ListOfInitialAssignments__SWIG_0(long jarg1, long jarg2)3447   public static extern global::System.IntPtr new_ListOfInitialAssignments__SWIG_0(long jarg1, long jarg2);
3448 
3449   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfInitialAssignments__SWIG_1")]
new_ListOfInitialAssignments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3450   public static extern global::System.IntPtr new_ListOfInitialAssignments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3451 
3452   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_clone")]
ListOfInitialAssignments_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3453   public static extern global::System.IntPtr ListOfInitialAssignments_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3454 
3455   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_getItemTypeCode")]
ListOfInitialAssignments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3456   public static extern int ListOfInitialAssignments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3457 
3458   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_getElementName")]
3459   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfInitialAssignments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3460   public static extern string ListOfInitialAssignments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3461 
3462   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_get__SWIG_0")]
ListOfInitialAssignments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3463   public static extern global::System.IntPtr ListOfInitialAssignments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3464 
3465   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_get__SWIG_2")]
ListOfInitialAssignments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3466   public static extern global::System.IntPtr ListOfInitialAssignments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3467 
3468   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_remove__SWIG_0")]
ListOfInitialAssignments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3469   public static extern global::System.IntPtr ListOfInitialAssignments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3470 
3471   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_remove__SWIG_1")]
ListOfInitialAssignments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3472   public static extern global::System.IntPtr ListOfInitialAssignments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3473 
3474   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_getElementBySId")]
ListOfInitialAssignments_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3475   public static extern global::System.IntPtr ListOfInitialAssignments_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3476 
3477   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfInitialAssignments")]
delete_ListOfInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)3478   public static extern void delete_ListOfInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
3479 
3480   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Rule")]
delete_Rule(global::System.Runtime.InteropServices.HandleRef jarg1)3481   public static extern void delete_Rule(global::System.Runtime.InteropServices.HandleRef jarg1);
3482 
3483   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Rule")]
new_Rule(global::System.Runtime.InteropServices.HandleRef jarg1)3484   public static extern global::System.IntPtr new_Rule(global::System.Runtime.InteropServices.HandleRef jarg1);
3485 
3486   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_clone")]
Rule_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3487   public static extern global::System.IntPtr Rule_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3488 
3489   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getFormula")]
3490   [return: MarshalAs(UnmanagedType.LPWStr)]
Rule_getFormula(global::System.Runtime.InteropServices.HandleRef jarg1)3491   public static extern string Rule_getFormula(global::System.Runtime.InteropServices.HandleRef jarg1);
3492 
3493   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getMath")]
Rule_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)3494   public static extern global::System.IntPtr Rule_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3495 
3496   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getVariable")]
3497   [return: MarshalAs(UnmanagedType.LPWStr)]
Rule_getVariable(global::System.Runtime.InteropServices.HandleRef jarg1)3498   public static extern string Rule_getVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
3499 
3500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getUnits")]
3501   [return: MarshalAs(UnmanagedType.LPWStr)]
Rule_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3502   public static extern string Rule_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3503 
3504   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isSetFormula")]
Rule_isSetFormula(global::System.Runtime.InteropServices.HandleRef jarg1)3505   public static extern bool Rule_isSetFormula(global::System.Runtime.InteropServices.HandleRef jarg1);
3506 
3507   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isSetMath")]
Rule_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)3508   public static extern bool Rule_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3509 
3510   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isSetVariable")]
Rule_isSetVariable(global::System.Runtime.InteropServices.HandleRef jarg1)3511   public static extern bool Rule_isSetVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
3512 
3513   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isSetUnits")]
Rule_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3514   public static extern bool Rule_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3515 
3516   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_setFormula")]
Rule_setFormula(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3517   public static extern int Rule_setFormula(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3518 
3519   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_setMath")]
Rule_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3520   public static extern int Rule_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3521 
3522   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_setVariable")]
Rule_setVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3523   public static extern int Rule_setVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3524 
3525   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_setUnits")]
Rule_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3526   public static extern int Rule_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3527 
3528   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_unsetVariable")]
Rule_unsetVariable(global::System.Runtime.InteropServices.HandleRef jarg1)3529   public static extern int Rule_unsetVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
3530 
3531   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_unsetUnits")]
Rule_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)3532   public static extern int Rule_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
3533 
3534   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getDerivedUnitDefinition__SWIG_0")]
Rule_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3535   public static extern global::System.IntPtr Rule_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3536 
3537   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_containsUndeclaredUnits__SWIG_0")]
Rule_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3538   public static extern bool Rule_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3539 
3540   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getType")]
Rule_getType(global::System.Runtime.InteropServices.HandleRef jarg1)3541   public static extern int Rule_getType(global::System.Runtime.InteropServices.HandleRef jarg1);
3542 
3543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isAlgebraic")]
Rule_isAlgebraic(global::System.Runtime.InteropServices.HandleRef jarg1)3544   public static extern bool Rule_isAlgebraic(global::System.Runtime.InteropServices.HandleRef jarg1);
3545 
3546   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isAssignment")]
Rule_isAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)3547   public static extern bool Rule_isAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
3548 
3549   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isCompartmentVolume")]
Rule_isCompartmentVolume(global::System.Runtime.InteropServices.HandleRef jarg1)3550   public static extern bool Rule_isCompartmentVolume(global::System.Runtime.InteropServices.HandleRef jarg1);
3551 
3552   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isParameter")]
Rule_isParameter(global::System.Runtime.InteropServices.HandleRef jarg1)3553   public static extern bool Rule_isParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
3554 
3555   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isRate")]
Rule_isRate(global::System.Runtime.InteropServices.HandleRef jarg1)3556   public static extern bool Rule_isRate(global::System.Runtime.InteropServices.HandleRef jarg1);
3557 
3558   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isScalar")]
Rule_isScalar(global::System.Runtime.InteropServices.HandleRef jarg1)3559   public static extern bool Rule_isScalar(global::System.Runtime.InteropServices.HandleRef jarg1);
3560 
3561   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_isSpeciesConcentration")]
Rule_isSpeciesConcentration(global::System.Runtime.InteropServices.HandleRef jarg1)3562   public static extern bool Rule_isSpeciesConcentration(global::System.Runtime.InteropServices.HandleRef jarg1);
3563 
3564   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getTypeCode")]
Rule_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3565   public static extern int Rule_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3566 
3567   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getL1TypeCode")]
Rule_getL1TypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3568   public static extern int Rule_getL1TypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3569 
3570   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getElementName")]
3571   [return: MarshalAs(UnmanagedType.LPWStr)]
Rule_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3572   public static extern string Rule_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3573 
3574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_setL1TypeCode")]
Rule_setL1TypeCode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)3575   public static extern int Rule_setL1TypeCode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
3576 
3577   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_hasRequiredElements")]
Rule_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)3578   public static extern bool Rule_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
3579 
3580   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_hasRequiredAttributes")]
Rule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3581   public static extern bool Rule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3582 
3583   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_renameSIdRefs")]
Rule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3584   public static extern void Rule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3585 
3586   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_renameUnitSIdRefs")]
Rule_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3587   public static extern void Rule_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3588 
3589   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_getId")]
3590   [return: MarshalAs(UnmanagedType.LPWStr)]
Rule_getId(global::System.Runtime.InteropServices.HandleRef jarg1)3591   public static extern string Rule_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
3592 
3593   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_replaceSIDWithFunction")]
Rule_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3594   public static extern void Rule_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3595 
3596   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_divideAssignmentsToSIdByFunction")]
Rule_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3597   public static extern void Rule_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3598 
3599   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_multiplyAssignmentsToSIdByFunction")]
Rule_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3600   public static extern void Rule_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3601 
3602   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfRules__SWIG_0")]
new_ListOfRules__SWIG_0(long jarg1, long jarg2)3603   public static extern global::System.IntPtr new_ListOfRules__SWIG_0(long jarg1, long jarg2);
3604 
3605   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfRules__SWIG_1")]
new_ListOfRules__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3606   public static extern global::System.IntPtr new_ListOfRules__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3607 
3608   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_clone")]
ListOfRules_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3609   public static extern global::System.IntPtr ListOfRules_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3610 
3611   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_getItemTypeCode")]
ListOfRules_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3612   public static extern int ListOfRules_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3613 
3614   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_getElementName")]
3615   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfRules_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3616   public static extern string ListOfRules_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3617 
3618   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_get__SWIG_0")]
ListOfRules_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3619   public static extern global::System.IntPtr ListOfRules_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3620 
3621   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_get__SWIG_2")]
ListOfRules_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3622   public static extern global::System.IntPtr ListOfRules_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3623 
3624   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_remove__SWIG_0")]
ListOfRules_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3625   public static extern global::System.IntPtr ListOfRules_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3626 
3627   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_getElementBySId")]
ListOfRules_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3628   public static extern global::System.IntPtr ListOfRules_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3629 
3630   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_remove__SWIG_1")]
ListOfRules_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3631   public static extern global::System.IntPtr ListOfRules_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3632 
3633   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfRules")]
delete_ListOfRules(global::System.Runtime.InteropServices.HandleRef jarg1)3634   public static extern void delete_ListOfRules(global::System.Runtime.InteropServices.HandleRef jarg1);
3635 
3636   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_AlgebraicRule__SWIG_0")]
new_AlgebraicRule__SWIG_0(long jarg1, long jarg2)3637   public static extern global::System.IntPtr new_AlgebraicRule__SWIG_0(long jarg1, long jarg2);
3638 
3639   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_AlgebraicRule__SWIG_1")]
new_AlgebraicRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3640   public static extern global::System.IntPtr new_AlgebraicRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3641 
3642   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_AlgebraicRule")]
delete_AlgebraicRule(global::System.Runtime.InteropServices.HandleRef jarg1)3643   public static extern void delete_AlgebraicRule(global::System.Runtime.InteropServices.HandleRef jarg1);
3644 
3645   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AlgebraicRule_clone")]
AlgebraicRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3646   public static extern global::System.IntPtr AlgebraicRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3647 
3648   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AlgebraicRule_hasRequiredAttributes")]
AlgebraicRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3649   public static extern bool AlgebraicRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3650 
3651   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_AssignmentRule__SWIG_0")]
new_AssignmentRule__SWIG_0(long jarg1, long jarg2)3652   public static extern global::System.IntPtr new_AssignmentRule__SWIG_0(long jarg1, long jarg2);
3653 
3654   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_AssignmentRule__SWIG_1")]
new_AssignmentRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3655   public static extern global::System.IntPtr new_AssignmentRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3656 
3657   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_AssignmentRule")]
delete_AssignmentRule(global::System.Runtime.InteropServices.HandleRef jarg1)3658   public static extern void delete_AssignmentRule(global::System.Runtime.InteropServices.HandleRef jarg1);
3659 
3660   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AssignmentRule_clone")]
AssignmentRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3661   public static extern global::System.IntPtr AssignmentRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3662 
3663   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AssignmentRule_hasRequiredAttributes")]
AssignmentRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3664   public static extern bool AssignmentRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3665 
3666   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AssignmentRule_renameSIdRefs")]
AssignmentRule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3667   public static extern void AssignmentRule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3668 
3669   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_RateRule__SWIG_0")]
new_RateRule__SWIG_0(long jarg1, long jarg2)3670   public static extern global::System.IntPtr new_RateRule__SWIG_0(long jarg1, long jarg2);
3671 
3672   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_RateRule__SWIG_1")]
new_RateRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3673   public static extern global::System.IntPtr new_RateRule__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3674 
3675   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_RateRule")]
delete_RateRule(global::System.Runtime.InteropServices.HandleRef jarg1)3676   public static extern void delete_RateRule(global::System.Runtime.InteropServices.HandleRef jarg1);
3677 
3678   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RateRule_clone")]
RateRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3679   public static extern global::System.IntPtr RateRule_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3680 
3681   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RateRule_hasRequiredAttributes")]
RateRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3682   public static extern bool RateRule_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3683 
3684   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RateRule_renameSIdRefs")]
RateRule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3685   public static extern void RateRule_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3686 
3687   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Constraint__SWIG_0")]
new_Constraint__SWIG_0(long jarg1, long jarg2)3688   public static extern global::System.IntPtr new_Constraint__SWIG_0(long jarg1, long jarg2);
3689 
3690   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Constraint__SWIG_1")]
new_Constraint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3691   public static extern global::System.IntPtr new_Constraint__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3692 
3693   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Constraint")]
delete_Constraint(global::System.Runtime.InteropServices.HandleRef jarg1)3694   public static extern void delete_Constraint(global::System.Runtime.InteropServices.HandleRef jarg1);
3695 
3696   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Constraint__SWIG_2")]
new_Constraint__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)3697   public static extern global::System.IntPtr new_Constraint__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
3698 
3699   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_clone")]
Constraint_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3700   public static extern global::System.IntPtr Constraint_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3701 
3702   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_getMessage")]
Constraint_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1)3703   public static extern global::System.IntPtr Constraint_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1);
3704 
3705   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_getMessageString")]
3706   [return: MarshalAs(UnmanagedType.LPWStr)]
Constraint_getMessageString(global::System.Runtime.InteropServices.HandleRef jarg1)3707   public static extern string Constraint_getMessageString(global::System.Runtime.InteropServices.HandleRef jarg1);
3708 
3709   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_getMath")]
Constraint_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)3710   public static extern global::System.IntPtr Constraint_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3711 
3712   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_isSetMessage")]
Constraint_isSetMessage(global::System.Runtime.InteropServices.HandleRef jarg1)3713   public static extern bool Constraint_isSetMessage(global::System.Runtime.InteropServices.HandleRef jarg1);
3714 
3715   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_isSetMath")]
Constraint_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)3716   public static extern bool Constraint_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
3717 
3718   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_setMessage__SWIG_0")]
Constraint_setMessage__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3719   public static extern int Constraint_setMessage__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3720 
3721   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_setMessage__SWIG_1")]
Constraint_setMessage__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)3722   public static extern int Constraint_setMessage__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
3723 
3724   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_setMessage__SWIG_2")]
Constraint_setMessage__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3725   public static extern int Constraint_setMessage__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3726 
3727   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_setMath")]
Constraint_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3728   public static extern int Constraint_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3729 
3730   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_unsetMessage")]
Constraint_unsetMessage(global::System.Runtime.InteropServices.HandleRef jarg1)3731   public static extern int Constraint_unsetMessage(global::System.Runtime.InteropServices.HandleRef jarg1);
3732 
3733   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_renameSIdRefs")]
Constraint_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3734   public static extern void Constraint_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3735 
3736   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_renameUnitSIdRefs")]
Constraint_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3737   public static extern void Constraint_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3738 
3739   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_replaceSIDWithFunction")]
Constraint_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)3740   public static extern void Constraint_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
3741 
3742   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_getTypeCode")]
Constraint_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3743   public static extern int Constraint_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3744 
3745   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_getElementName")]
3746   [return: MarshalAs(UnmanagedType.LPWStr)]
Constraint_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3747   public static extern string Constraint_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3748 
3749   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_hasRequiredElements")]
Constraint_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)3750   public static extern bool Constraint_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
3751 
3752   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfConstraints__SWIG_0")]
new_ListOfConstraints__SWIG_0(long jarg1, long jarg2)3753   public static extern global::System.IntPtr new_ListOfConstraints__SWIG_0(long jarg1, long jarg2);
3754 
3755   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfConstraints__SWIG_1")]
new_ListOfConstraints__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3756   public static extern global::System.IntPtr new_ListOfConstraints__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3757 
3758   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_clone")]
ListOfConstraints_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3759   public static extern global::System.IntPtr ListOfConstraints_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3760 
3761   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_getItemTypeCode")]
ListOfConstraints_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3762   public static extern int ListOfConstraints_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3763 
3764   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_getElementName")]
3765   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfConstraints_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3766   public static extern string ListOfConstraints_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3767 
3768   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_get__SWIG_0")]
ListOfConstraints_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3769   public static extern global::System.IntPtr ListOfConstraints_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3770 
3771   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_remove")]
ListOfConstraints_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3772   public static extern global::System.IntPtr ListOfConstraints_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3773 
3774   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfConstraints")]
delete_ListOfConstraints(global::System.Runtime.InteropServices.HandleRef jarg1)3775   public static extern void delete_ListOfConstraints(global::System.Runtime.InteropServices.HandleRef jarg1);
3776 
3777   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Reaction__SWIG_0")]
new_Reaction__SWIG_0(long jarg1, long jarg2)3778   public static extern global::System.IntPtr new_Reaction__SWIG_0(long jarg1, long jarg2);
3779 
3780   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Reaction__SWIG_1")]
new_Reaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)3781   public static extern global::System.IntPtr new_Reaction__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
3782 
3783   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Reaction")]
delete_Reaction(global::System.Runtime.InteropServices.HandleRef jarg1)3784   public static extern void delete_Reaction(global::System.Runtime.InteropServices.HandleRef jarg1);
3785 
3786   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Reaction__SWIG_2")]
new_Reaction__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)3787   public static extern global::System.IntPtr new_Reaction__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
3788 
3789   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_clone")]
Reaction_clone(global::System.Runtime.InteropServices.HandleRef jarg1)3790   public static extern global::System.IntPtr Reaction_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
3791 
3792   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getElementBySId")]
Reaction_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3793   public static extern global::System.IntPtr Reaction_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3794 
3795   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getElementByMetaId")]
Reaction_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3796   public static extern global::System.IntPtr Reaction_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3797 
3798   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_renameSIdRefs")]
Reaction_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3799   public static extern void Reaction_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3800 
3801   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_initDefaults")]
Reaction_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)3802   public static extern void Reaction_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
3803 
3804   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getId")]
3805   [return: MarshalAs(UnmanagedType.LPWStr)]
Reaction_getId(global::System.Runtime.InteropServices.HandleRef jarg1)3806   public static extern string Reaction_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
3807 
3808   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getName")]
3809   [return: MarshalAs(UnmanagedType.LPWStr)]
Reaction_getName(global::System.Runtime.InteropServices.HandleRef jarg1)3810   public static extern string Reaction_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
3811 
3812   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getKineticLaw__SWIG_0")]
Reaction_getKineticLaw__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3813   public static extern global::System.IntPtr Reaction_getKineticLaw__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3814 
3815   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getReversible")]
Reaction_getReversible(global::System.Runtime.InteropServices.HandleRef jarg1)3816   public static extern bool Reaction_getReversible(global::System.Runtime.InteropServices.HandleRef jarg1);
3817 
3818   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getFast")]
Reaction_getFast(global::System.Runtime.InteropServices.HandleRef jarg1)3819   public static extern bool Reaction_getFast(global::System.Runtime.InteropServices.HandleRef jarg1);
3820 
3821   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getCompartment")]
3822   [return: MarshalAs(UnmanagedType.LPWStr)]
Reaction_getCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)3823   public static extern string Reaction_getCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
3824 
3825   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetId")]
Reaction_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)3826   public static extern bool Reaction_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
3827 
3828   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetName")]
Reaction_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)3829   public static extern bool Reaction_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
3830 
3831   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetKineticLaw")]
Reaction_isSetKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1)3832   public static extern bool Reaction_isSetKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1);
3833 
3834   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetFast")]
Reaction_isSetFast(global::System.Runtime.InteropServices.HandleRef jarg1)3835   public static extern bool Reaction_isSetFast(global::System.Runtime.InteropServices.HandleRef jarg1);
3836 
3837   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetCompartment")]
Reaction_isSetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)3838   public static extern bool Reaction_isSetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
3839 
3840   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_isSetReversible")]
Reaction_isSetReversible(global::System.Runtime.InteropServices.HandleRef jarg1)3841   public static extern bool Reaction_isSetReversible(global::System.Runtime.InteropServices.HandleRef jarg1);
3842 
3843   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setId")]
Reaction_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3844   public static extern int Reaction_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3845 
3846   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setName")]
Reaction_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3847   public static extern int Reaction_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3848 
3849   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setKineticLaw")]
Reaction_setKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3850   public static extern int Reaction_setKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3851 
3852   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setReversible")]
Reaction_setReversible(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3853   public static extern int Reaction_setReversible(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3854 
3855   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setFast")]
Reaction_setFast(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)3856   public static extern int Reaction_setFast(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
3857 
3858   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_setCompartment")]
Reaction_setCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3859   public static extern int Reaction_setCompartment(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3860 
3861   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_unsetName")]
Reaction_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)3862   public static extern int Reaction_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
3863 
3864   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_unsetKineticLaw")]
Reaction_unsetKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1)3865   public static extern int Reaction_unsetKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1);
3866 
3867   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_unsetFast")]
Reaction_unsetFast(global::System.Runtime.InteropServices.HandleRef jarg1)3868   public static extern int Reaction_unsetFast(global::System.Runtime.InteropServices.HandleRef jarg1);
3869 
3870   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_unsetCompartment")]
Reaction_unsetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1)3871   public static extern int Reaction_unsetCompartment(global::System.Runtime.InteropServices.HandleRef jarg1);
3872 
3873   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_unsetReversible")]
Reaction_unsetReversible(global::System.Runtime.InteropServices.HandleRef jarg1)3874   public static extern int Reaction_unsetReversible(global::System.Runtime.InteropServices.HandleRef jarg1);
3875 
3876   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addReactant__SWIG_0")]
Reaction_addReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3877   public static extern int Reaction_addReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3878 
3879   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addReactant__SWIG_1")]
Reaction_addReactant__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, bool jarg5)3880   public static extern int Reaction_addReactant__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, bool jarg5);
3881 
3882   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addReactant__SWIG_2")]
Reaction_addReactant__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)3883   public static extern int Reaction_addReactant__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
3884 
3885   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addReactant__SWIG_3")]
Reaction_addReactant__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)3886   public static extern int Reaction_addReactant__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
3887 
3888   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addReactant__SWIG_4")]
Reaction_addReactant__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3889   public static extern int Reaction_addReactant__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3890 
3891   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addProduct__SWIG_0")]
Reaction_addProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3892   public static extern int Reaction_addProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3893 
3894   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addProduct__SWIG_1")]
Reaction_addProduct__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, bool jarg5)3895   public static extern int Reaction_addProduct__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, bool jarg5);
3896 
3897   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addProduct__SWIG_2")]
Reaction_addProduct__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)3898   public static extern int Reaction_addProduct__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
3899 
3900   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addProduct__SWIG_3")]
Reaction_addProduct__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)3901   public static extern int Reaction_addProduct__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
3902 
3903   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addProduct__SWIG_4")]
Reaction_addProduct__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3904   public static extern int Reaction_addProduct__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3905 
3906   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addModifier__SWIG_0")]
Reaction_addModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3907   public static extern int Reaction_addModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3908 
3909   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addModifier__SWIG_1")]
Reaction_addModifier__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)3910   public static extern int Reaction_addModifier__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
3911 
3912   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_addModifier__SWIG_2")]
Reaction_addModifier__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)3913   public static extern int Reaction_addModifier__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
3914 
3915   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_createReactant")]
Reaction_createReactant(global::System.Runtime.InteropServices.HandleRef jarg1)3916   public static extern global::System.IntPtr Reaction_createReactant(global::System.Runtime.InteropServices.HandleRef jarg1);
3917 
3918   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_createProduct")]
Reaction_createProduct(global::System.Runtime.InteropServices.HandleRef jarg1)3919   public static extern global::System.IntPtr Reaction_createProduct(global::System.Runtime.InteropServices.HandleRef jarg1);
3920 
3921   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_createModifier")]
Reaction_createModifier(global::System.Runtime.InteropServices.HandleRef jarg1)3922   public static extern global::System.IntPtr Reaction_createModifier(global::System.Runtime.InteropServices.HandleRef jarg1);
3923 
3924   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_createKineticLaw")]
Reaction_createKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1)3925   public static extern global::System.IntPtr Reaction_createKineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1);
3926 
3927   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getListOfReactants__SWIG_0")]
Reaction_getListOfReactants__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3928   public static extern global::System.IntPtr Reaction_getListOfReactants__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3929 
3930   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getListOfProducts__SWIG_0")]
Reaction_getListOfProducts__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3931   public static extern global::System.IntPtr Reaction_getListOfProducts__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3932 
3933   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getListOfModifiers__SWIG_0")]
Reaction_getListOfModifiers__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)3934   public static extern global::System.IntPtr Reaction_getListOfModifiers__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
3935 
3936   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getReactant__SWIG_0")]
Reaction_getReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3937   public static extern global::System.IntPtr Reaction_getReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3938 
3939   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getReactant__SWIG_2")]
Reaction_getReactant__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3940   public static extern global::System.IntPtr Reaction_getReactant__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3941 
3942   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getProduct__SWIG_0")]
Reaction_getProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3943   public static extern global::System.IntPtr Reaction_getProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3944 
3945   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getProduct__SWIG_2")]
Reaction_getProduct__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3946   public static extern global::System.IntPtr Reaction_getProduct__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3947 
3948   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getModifier__SWIG_0")]
Reaction_getModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3949   public static extern global::System.IntPtr Reaction_getModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3950 
3951   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getModifier__SWIG_2")]
Reaction_getModifier__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3952   public static extern global::System.IntPtr Reaction_getModifier__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3953 
3954   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getNumReactants")]
Reaction_getNumReactants(global::System.Runtime.InteropServices.HandleRef jarg1)3955   public static extern uint Reaction_getNumReactants(global::System.Runtime.InteropServices.HandleRef jarg1);
3956 
3957   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getNumProducts")]
Reaction_getNumProducts(global::System.Runtime.InteropServices.HandleRef jarg1)3958   public static extern uint Reaction_getNumProducts(global::System.Runtime.InteropServices.HandleRef jarg1);
3959 
3960   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getNumModifiers")]
Reaction_getNumModifiers(global::System.Runtime.InteropServices.HandleRef jarg1)3961   public static extern uint Reaction_getNumModifiers(global::System.Runtime.InteropServices.HandleRef jarg1);
3962 
3963   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeReactant__SWIG_0")]
Reaction_removeReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3964   public static extern global::System.IntPtr Reaction_removeReactant__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3965 
3966   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeReactant__SWIG_1")]
Reaction_removeReactant__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3967   public static extern global::System.IntPtr Reaction_removeReactant__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3968 
3969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeProduct__SWIG_0")]
Reaction_removeProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3970   public static extern global::System.IntPtr Reaction_removeProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3971 
3972   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeProduct__SWIG_1")]
Reaction_removeProduct__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3973   public static extern global::System.IntPtr Reaction_removeProduct__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3974 
3975   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeModifier__SWIG_0")]
Reaction_removeModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)3976   public static extern global::System.IntPtr Reaction_removeModifier__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
3977 
3978   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_removeModifier__SWIG_1")]
Reaction_removeModifier__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)3979   public static extern global::System.IntPtr Reaction_removeModifier__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
3980 
3981   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_connectToChild")]
Reaction_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)3982   public static extern void Reaction_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
3983 
3984   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_enablePackageInternal")]
Reaction_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)3985   public static extern void Reaction_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
3986 
3987   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_updateSBMLNamespace")]
Reaction_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)3988   public static extern void Reaction_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
3989 
3990   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getTypeCode")]
Reaction_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)3991   public static extern int Reaction_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
3992 
3993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_getElementName")]
3994   [return: MarshalAs(UnmanagedType.LPWStr)]
Reaction_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)3995   public static extern string Reaction_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
3996 
3997   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_hasRequiredAttributes")]
Reaction_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)3998   public static extern bool Reaction_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
3999 
4000   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfReactions__SWIG_0")]
new_ListOfReactions__SWIG_0(long jarg1, long jarg2)4001   public static extern global::System.IntPtr new_ListOfReactions__SWIG_0(long jarg1, long jarg2);
4002 
4003   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfReactions__SWIG_1")]
new_ListOfReactions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4004   public static extern global::System.IntPtr new_ListOfReactions__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4005 
4006   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_clone")]
ListOfReactions_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4007   public static extern global::System.IntPtr ListOfReactions_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4008 
4009   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_getItemTypeCode")]
ListOfReactions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4010   public static extern int ListOfReactions_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4011 
4012   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_getElementName")]
4013   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfReactions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4014   public static extern string ListOfReactions_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4015 
4016   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_get__SWIG_0")]
ListOfReactions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4017   public static extern global::System.IntPtr ListOfReactions_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4018 
4019   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_get__SWIG_2")]
ListOfReactions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4020   public static extern global::System.IntPtr ListOfReactions_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4021 
4022   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_remove__SWIG_0")]
ListOfReactions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4023   public static extern global::System.IntPtr ListOfReactions_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4024 
4025   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_remove__SWIG_1")]
ListOfReactions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4026   public static extern global::System.IntPtr ListOfReactions_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4027 
4028   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfReactions")]
delete_ListOfReactions(global::System.Runtime.InteropServices.HandleRef jarg1)4029   public static extern void delete_ListOfReactions(global::System.Runtime.InteropServices.HandleRef jarg1);
4030 
4031   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_KineticLaw__SWIG_0")]
new_KineticLaw__SWIG_0(long jarg1, long jarg2)4032   public static extern global::System.IntPtr new_KineticLaw__SWIG_0(long jarg1, long jarg2);
4033 
4034   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_KineticLaw__SWIG_1")]
new_KineticLaw__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4035   public static extern global::System.IntPtr new_KineticLaw__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4036 
4037   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_KineticLaw")]
delete_KineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1)4038   public static extern void delete_KineticLaw(global::System.Runtime.InteropServices.HandleRef jarg1);
4039 
4040   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_KineticLaw__SWIG_2")]
new_KineticLaw__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4041   public static extern global::System.IntPtr new_KineticLaw__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4042 
4043   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_clone")]
KineticLaw_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4044   public static extern global::System.IntPtr KineticLaw_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4045 
4046   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getElementBySId")]
KineticLaw_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4047   public static extern global::System.IntPtr KineticLaw_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4048 
4049   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getElementByMetaId")]
KineticLaw_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4050   public static extern global::System.IntPtr KineticLaw_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4051 
4052   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getFormula")]
4053   [return: MarshalAs(UnmanagedType.LPWStr)]
KineticLaw_getFormula(global::System.Runtime.InteropServices.HandleRef jarg1)4054   public static extern string KineticLaw_getFormula(global::System.Runtime.InteropServices.HandleRef jarg1);
4055 
4056   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getMath")]
KineticLaw_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)4057   public static extern global::System.IntPtr KineticLaw_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4058 
4059   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getTimeUnits")]
4060   [return: MarshalAs(UnmanagedType.LPWStr)]
KineticLaw_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4061   public static extern string KineticLaw_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4062 
4063   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getSubstanceUnits")]
4064   [return: MarshalAs(UnmanagedType.LPWStr)]
KineticLaw_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4065   public static extern string KineticLaw_getSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4066 
4067   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_isSetFormula")]
KineticLaw_isSetFormula(global::System.Runtime.InteropServices.HandleRef jarg1)4068   public static extern bool KineticLaw_isSetFormula(global::System.Runtime.InteropServices.HandleRef jarg1);
4069 
4070   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_isSetMath")]
KineticLaw_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)4071   public static extern bool KineticLaw_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4072 
4073   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_isSetTimeUnits")]
KineticLaw_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4074   public static extern bool KineticLaw_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4075 
4076   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_isSetSubstanceUnits")]
KineticLaw_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4077   public static extern bool KineticLaw_isSetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4078 
4079   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_setFormula")]
KineticLaw_setFormula(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4080   public static extern int KineticLaw_setFormula(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4081 
4082   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_setMath")]
KineticLaw_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4083   public static extern int KineticLaw_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4084 
4085   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_setTimeUnits")]
KineticLaw_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4086   public static extern int KineticLaw_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4087 
4088   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_setSubstanceUnits")]
KineticLaw_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4089   public static extern int KineticLaw_setSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4090 
4091   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_unsetTimeUnits")]
KineticLaw_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4092   public static extern int KineticLaw_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4093 
4094   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_unsetSubstanceUnits")]
KineticLaw_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4095   public static extern int KineticLaw_unsetSubstanceUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4096 
4097   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_addParameter")]
KineticLaw_addParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4098   public static extern int KineticLaw_addParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4099 
4100   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_addLocalParameter")]
KineticLaw_addLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4101   public static extern int KineticLaw_addLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4102 
4103   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_createParameter")]
KineticLaw_createParameter(global::System.Runtime.InteropServices.HandleRef jarg1)4104   public static extern global::System.IntPtr KineticLaw_createParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
4105 
4106   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_createLocalParameter")]
KineticLaw_createLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1)4107   public static extern global::System.IntPtr KineticLaw_createLocalParameter(global::System.Runtime.InteropServices.HandleRef jarg1);
4108 
4109   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getListOfParameters__SWIG_0")]
KineticLaw_getListOfParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4110   public static extern global::System.IntPtr KineticLaw_getListOfParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4111 
4112   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getListOfLocalParameters__SWIG_0")]
KineticLaw_getListOfLocalParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4113   public static extern global::System.IntPtr KineticLaw_getListOfLocalParameters__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4114 
4115   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getParameter__SWIG_0")]
KineticLaw_getParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4116   public static extern global::System.IntPtr KineticLaw_getParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4117 
4118   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getLocalParameter__SWIG_0")]
KineticLaw_getLocalParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4119   public static extern global::System.IntPtr KineticLaw_getLocalParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4120 
4121   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getParameter__SWIG_2")]
KineticLaw_getParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4122   public static extern global::System.IntPtr KineticLaw_getParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4123 
4124   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getLocalParameter__SWIG_2")]
KineticLaw_getLocalParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4125   public static extern global::System.IntPtr KineticLaw_getLocalParameter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4126 
4127   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getNumParameters")]
KineticLaw_getNumParameters(global::System.Runtime.InteropServices.HandleRef jarg1)4128   public static extern uint KineticLaw_getNumParameters(global::System.Runtime.InteropServices.HandleRef jarg1);
4129 
4130   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getNumLocalParameters")]
KineticLaw_getNumLocalParameters(global::System.Runtime.InteropServices.HandleRef jarg1)4131   public static extern uint KineticLaw_getNumLocalParameters(global::System.Runtime.InteropServices.HandleRef jarg1);
4132 
4133   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getDerivedUnitDefinition__SWIG_0")]
KineticLaw_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4134   public static extern global::System.IntPtr KineticLaw_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4135 
4136   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_containsUndeclaredUnits__SWIG_0")]
KineticLaw_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4137   public static extern bool KineticLaw_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4138 
4139   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_removeParameter__SWIG_0")]
KineticLaw_removeParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4140   public static extern global::System.IntPtr KineticLaw_removeParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4141 
4142   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_removeLocalParameter__SWIG_0")]
KineticLaw_removeLocalParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4143   public static extern global::System.IntPtr KineticLaw_removeLocalParameter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4144 
4145   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_removeParameter__SWIG_1")]
KineticLaw_removeParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4146   public static extern global::System.IntPtr KineticLaw_removeParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4147 
4148   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_removeLocalParameter__SWIG_1")]
KineticLaw_removeLocalParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4149   public static extern global::System.IntPtr KineticLaw_removeLocalParameter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4150 
4151   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_connectToChild")]
KineticLaw_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)4152   public static extern void KineticLaw_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
4153 
4154   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_enablePackageInternal")]
KineticLaw_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)4155   public static extern void KineticLaw_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
4156 
4157   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_updateSBMLNamespace")]
KineticLaw_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)4158   public static extern void KineticLaw_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
4159 
4160   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getTypeCode")]
KineticLaw_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4161   public static extern int KineticLaw_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4162 
4163   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_getElementName")]
4164   [return: MarshalAs(UnmanagedType.LPWStr)]
KineticLaw_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4165   public static extern string KineticLaw_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4166 
4167   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_hasRequiredAttributes")]
KineticLaw_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4168   public static extern bool KineticLaw_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4169 
4170   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_hasRequiredElements")]
KineticLaw_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4171   public static extern bool KineticLaw_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4172 
4173   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_removeFromParentAndDelete")]
KineticLaw_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)4174   public static extern int KineticLaw_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
4175 
4176   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_renameSIdRefs")]
KineticLaw_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4177   public static extern void KineticLaw_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4178 
4179   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_renameUnitSIdRefs")]
KineticLaw_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4180   public static extern void KineticLaw_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4181 
4182   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_replaceSIDWithFunction")]
KineticLaw_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4183   public static extern void KineticLaw_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4184 
4185   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_divideAssignmentsToSIdByFunction")]
KineticLaw_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4186   public static extern void KineticLaw_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4187 
4188   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_multiplyAssignmentsToSIdByFunction")]
KineticLaw_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4189   public static extern void KineticLaw_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4190 
4191   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SimpleSpeciesReference")]
delete_SimpleSpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1)4192   public static extern void delete_SimpleSpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1);
4193 
4194   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_getId")]
4195   [return: MarshalAs(UnmanagedType.LPWStr)]
SimpleSpeciesReference_getId(global::System.Runtime.InteropServices.HandleRef jarg1)4196   public static extern string SimpleSpeciesReference_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
4197 
4198   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_getName")]
4199   [return: MarshalAs(UnmanagedType.LPWStr)]
SimpleSpeciesReference_getName(global::System.Runtime.InteropServices.HandleRef jarg1)4200   public static extern string SimpleSpeciesReference_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
4201 
4202   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_getSpecies")]
4203   [return: MarshalAs(UnmanagedType.LPWStr)]
SimpleSpeciesReference_getSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)4204   public static extern string SimpleSpeciesReference_getSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
4205 
4206   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_isSetId")]
SimpleSpeciesReference_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)4207   public static extern bool SimpleSpeciesReference_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
4208 
4209   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_isSetName")]
SimpleSpeciesReference_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)4210   public static extern bool SimpleSpeciesReference_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
4211 
4212   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_isSetSpecies")]
SimpleSpeciesReference_isSetSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)4213   public static extern bool SimpleSpeciesReference_isSetSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
4214 
4215   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_setSpecies")]
SimpleSpeciesReference_setSpecies(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4216   public static extern int SimpleSpeciesReference_setSpecies(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4217 
4218   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_setId")]
SimpleSpeciesReference_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4219   public static extern int SimpleSpeciesReference_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4220 
4221   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_setName")]
SimpleSpeciesReference_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4222   public static extern int SimpleSpeciesReference_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4223 
4224   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_unsetId")]
SimpleSpeciesReference_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1)4225   public static extern int SimpleSpeciesReference_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1);
4226 
4227   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_unsetName")]
SimpleSpeciesReference_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)4228   public static extern int SimpleSpeciesReference_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
4229 
4230   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_unsetSpecies")]
SimpleSpeciesReference_unsetSpecies(global::System.Runtime.InteropServices.HandleRef jarg1)4231   public static extern int SimpleSpeciesReference_unsetSpecies(global::System.Runtime.InteropServices.HandleRef jarg1);
4232 
4233   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_isModifier")]
SimpleSpeciesReference_isModifier(global::System.Runtime.InteropServices.HandleRef jarg1)4234   public static extern bool SimpleSpeciesReference_isModifier(global::System.Runtime.InteropServices.HandleRef jarg1);
4235 
4236   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_renameSIdRefs")]
SimpleSpeciesReference_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4237   public static extern void SimpleSpeciesReference_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4238 
4239   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesReference__SWIG_0")]
new_SpeciesReference__SWIG_0(long jarg1, long jarg2)4240   public static extern global::System.IntPtr new_SpeciesReference__SWIG_0(long jarg1, long jarg2);
4241 
4242   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesReference__SWIG_1")]
new_SpeciesReference__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4243   public static extern global::System.IntPtr new_SpeciesReference__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4244 
4245   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SpeciesReference")]
delete_SpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1)4246   public static extern void delete_SpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1);
4247 
4248   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SpeciesReference__SWIG_2")]
new_SpeciesReference__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4249   public static extern global::System.IntPtr new_SpeciesReference__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4250 
4251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_clone")]
SpeciesReference_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4252   public static extern global::System.IntPtr SpeciesReference_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4253 
4254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_initDefaults")]
SpeciesReference_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)4255   public static extern void SpeciesReference_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
4256 
4257   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getStoichiometry")]
SpeciesReference_getStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1)4258   public static extern double SpeciesReference_getStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1);
4259 
4260   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getStoichiometryMath__SWIG_0")]
SpeciesReference_getStoichiometryMath__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4261   public static extern global::System.IntPtr SpeciesReference_getStoichiometryMath__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4262 
4263   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getDenominator")]
SpeciesReference_getDenominator(global::System.Runtime.InteropServices.HandleRef jarg1)4264   public static extern int SpeciesReference_getDenominator(global::System.Runtime.InteropServices.HandleRef jarg1);
4265 
4266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getConstant")]
SpeciesReference_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1)4267   public static extern bool SpeciesReference_getConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
4268 
4269   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_isSetStoichiometryMath")]
SpeciesReference_isSetStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1)4270   public static extern bool SpeciesReference_isSetStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4271 
4272   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_isSetConstant")]
SpeciesReference_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)4273   public static extern bool SpeciesReference_isSetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
4274 
4275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_isSetStoichiometry")]
SpeciesReference_isSetStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1)4276   public static extern bool SpeciesReference_isSetStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1);
4277 
4278   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setStoichiometry")]
SpeciesReference_setStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)4279   public static extern int SpeciesReference_setStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
4280 
4281   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setStoichiometryMath")]
SpeciesReference_setStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4282   public static extern int SpeciesReference_setStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4283 
4284   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setDenominator")]
SpeciesReference_setDenominator(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)4285   public static extern int SpeciesReference_setDenominator(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
4286 
4287   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setConstant")]
SpeciesReference_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)4288   public static extern int SpeciesReference_setConstant(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
4289 
4290   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_unsetStoichiometryMath")]
SpeciesReference_unsetStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1)4291   public static extern int SpeciesReference_unsetStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4292 
4293   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_unsetStoichiometry")]
SpeciesReference_unsetStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1)4294   public static extern int SpeciesReference_unsetStoichiometry(global::System.Runtime.InteropServices.HandleRef jarg1);
4295 
4296   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_unsetConstant")]
SpeciesReference_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1)4297   public static extern int SpeciesReference_unsetConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
4298 
4299   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_createStoichiometryMath")]
SpeciesReference_createStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1)4300   public static extern global::System.IntPtr SpeciesReference_createStoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4301 
4302   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setAnnotation__SWIG_0")]
SpeciesReference_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4303   public static extern int SpeciesReference_setAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4304 
4305   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_setAnnotation__SWIG_1")]
SpeciesReference_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4306   public static extern int SpeciesReference_setAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4307 
4308   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_appendAnnotation__SWIG_0")]
SpeciesReference_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4309   public static extern int SpeciesReference_appendAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4310 
4311   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_appendAnnotation__SWIG_1")]
SpeciesReference_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4312   public static extern int SpeciesReference_appendAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4313 
4314   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getTypeCode")]
SpeciesReference_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4315   public static extern int SpeciesReference_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4316 
4317   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_getElementName")]
4318   [return: MarshalAs(UnmanagedType.LPWStr)]
SpeciesReference_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4319   public static extern string SpeciesReference_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4320 
4321   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_hasRequiredAttributes")]
SpeciesReference_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4322   public static extern bool SpeciesReference_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4323 
4324   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpeciesReferences__SWIG_0")]
new_ListOfSpeciesReferences__SWIG_0(long jarg1, long jarg2)4325   public static extern global::System.IntPtr new_ListOfSpeciesReferences__SWIG_0(long jarg1, long jarg2);
4326 
4327   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfSpeciesReferences__SWIG_1")]
new_ListOfSpeciesReferences__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4328   public static extern global::System.IntPtr new_ListOfSpeciesReferences__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4329 
4330   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_clone")]
ListOfSpeciesReferences_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4331   public static extern global::System.IntPtr ListOfSpeciesReferences_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4332 
4333   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_getItemTypeCode")]
ListOfSpeciesReferences_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4334   public static extern int ListOfSpeciesReferences_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4335 
4336   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_getElementName")]
4337   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfSpeciesReferences_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4338   public static extern string ListOfSpeciesReferences_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4339 
4340   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_get__SWIG_0")]
ListOfSpeciesReferences_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4341   public static extern global::System.IntPtr ListOfSpeciesReferences_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4342 
4343   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_get__SWIG_2")]
ListOfSpeciesReferences_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4344   public static extern global::System.IntPtr ListOfSpeciesReferences_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4345 
4346   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_remove__SWIG_0")]
ListOfSpeciesReferences_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4347   public static extern global::System.IntPtr ListOfSpeciesReferences_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4348 
4349   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_remove__SWIG_1")]
ListOfSpeciesReferences_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4350   public static extern global::System.IntPtr ListOfSpeciesReferences_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4351 
4352   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_getType")]
ListOfSpeciesReferences_getType(global::System.Runtime.InteropServices.HandleRef jarg1)4353   public static extern uint ListOfSpeciesReferences_getType(global::System.Runtime.InteropServices.HandleRef jarg1);
4354 
4355   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfSpeciesReferences")]
delete_ListOfSpeciesReferences(global::System.Runtime.InteropServices.HandleRef jarg1)4356   public static extern void delete_ListOfSpeciesReferences(global::System.Runtime.InteropServices.HandleRef jarg1);
4357 
4358   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModifierSpeciesReference__SWIG_0")]
new_ModifierSpeciesReference__SWIG_0(long jarg1, long jarg2)4359   public static extern global::System.IntPtr new_ModifierSpeciesReference__SWIG_0(long jarg1, long jarg2);
4360 
4361   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModifierSpeciesReference__SWIG_1")]
new_ModifierSpeciesReference__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4362   public static extern global::System.IntPtr new_ModifierSpeciesReference__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4363 
4364   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ModifierSpeciesReference")]
delete_ModifierSpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1)4365   public static extern void delete_ModifierSpeciesReference(global::System.Runtime.InteropServices.HandleRef jarg1);
4366 
4367   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModifierSpeciesReference_clone")]
ModifierSpeciesReference_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4368   public static extern global::System.IntPtr ModifierSpeciesReference_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4369 
4370   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModifierSpeciesReference_getTypeCode")]
ModifierSpeciesReference_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4371   public static extern int ModifierSpeciesReference_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4372 
4373   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModifierSpeciesReference_getElementName")]
4374   [return: MarshalAs(UnmanagedType.LPWStr)]
ModifierSpeciesReference_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4375   public static extern string ModifierSpeciesReference_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4376 
4377   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModifierSpeciesReference_hasRequiredAttributes")]
ModifierSpeciesReference_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4378   public static extern bool ModifierSpeciesReference_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4379 
4380   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Event__SWIG_0")]
new_Event__SWIG_0(long jarg1, long jarg2)4381   public static extern global::System.IntPtr new_Event__SWIG_0(long jarg1, long jarg2);
4382 
4383   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Event__SWIG_1")]
new_Event__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4384   public static extern global::System.IntPtr new_Event__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4385 
4386   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Event")]
delete_Event(global::System.Runtime.InteropServices.HandleRef jarg1)4387   public static extern void delete_Event(global::System.Runtime.InteropServices.HandleRef jarg1);
4388 
4389   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Event__SWIG_2")]
new_Event__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4390   public static extern global::System.IntPtr new_Event__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4391 
4392   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_clone")]
Event_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4393   public static extern global::System.IntPtr Event_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4394 
4395   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_initDefaults")]
Event_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1)4396   public static extern void Event_initDefaults(global::System.Runtime.InteropServices.HandleRef jarg1);
4397 
4398   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getElementBySId")]
Event_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4399   public static extern global::System.IntPtr Event_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4400 
4401   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getElementByMetaId")]
Event_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4402   public static extern global::System.IntPtr Event_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4403 
4404   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getId")]
4405   [return: MarshalAs(UnmanagedType.LPWStr)]
Event_getId(global::System.Runtime.InteropServices.HandleRef jarg1)4406   public static extern string Event_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
4407 
4408   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getName")]
4409   [return: MarshalAs(UnmanagedType.LPWStr)]
Event_getName(global::System.Runtime.InteropServices.HandleRef jarg1)4410   public static extern string Event_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
4411 
4412   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getTrigger__SWIG_0")]
Event_getTrigger__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4413   public static extern global::System.IntPtr Event_getTrigger__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4414 
4415   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getDelay__SWIG_0")]
Event_getDelay__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4416   public static extern global::System.IntPtr Event_getDelay__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4417 
4418   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getPriority__SWIG_0")]
Event_getPriority__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4419   public static extern global::System.IntPtr Event_getPriority__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4420 
4421   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getTimeUnits")]
4422   [return: MarshalAs(UnmanagedType.LPWStr)]
Event_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4423   public static extern string Event_getTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4424 
4425   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getUseValuesFromTriggerTime")]
Event_getUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1)4426   public static extern bool Event_getUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1);
4427 
4428   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetId")]
Event_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)4429   public static extern bool Event_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
4430 
4431   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetName")]
Event_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)4432   public static extern bool Event_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
4433 
4434   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetTrigger")]
Event_isSetTrigger(global::System.Runtime.InteropServices.HandleRef jarg1)4435   public static extern bool Event_isSetTrigger(global::System.Runtime.InteropServices.HandleRef jarg1);
4436 
4437   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetDelay")]
Event_isSetDelay(global::System.Runtime.InteropServices.HandleRef jarg1)4438   public static extern bool Event_isSetDelay(global::System.Runtime.InteropServices.HandleRef jarg1);
4439 
4440   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetPriority")]
Event_isSetPriority(global::System.Runtime.InteropServices.HandleRef jarg1)4441   public static extern bool Event_isSetPriority(global::System.Runtime.InteropServices.HandleRef jarg1);
4442 
4443   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetTimeUnits")]
Event_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4444   public static extern bool Event_isSetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4445 
4446   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_isSetUseValuesFromTriggerTime")]
Event_isSetUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1)4447   public static extern bool Event_isSetUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1);
4448 
4449   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setId")]
Event_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4450   public static extern int Event_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4451 
4452   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setName")]
Event_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4453   public static extern int Event_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4454 
4455   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setTrigger")]
Event_setTrigger(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4456   public static extern int Event_setTrigger(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4457 
4458   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setDelay")]
Event_setDelay(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4459   public static extern int Event_setDelay(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4460 
4461   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setPriority")]
Event_setPriority(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4462   public static extern int Event_setPriority(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4463 
4464   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setTimeUnits")]
Event_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4465   public static extern int Event_setTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4466 
4467   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_setUseValuesFromTriggerTime")]
Event_setUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)4468   public static extern int Event_setUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
4469 
4470   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetId")]
Event_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1)4471   public static extern int Event_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1);
4472 
4473   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetName")]
Event_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)4474   public static extern int Event_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
4475 
4476   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetUseValuesFromTriggerTime")]
Event_unsetUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1)4477   public static extern int Event_unsetUseValuesFromTriggerTime(global::System.Runtime.InteropServices.HandleRef jarg1);
4478 
4479   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetDelay")]
Event_unsetDelay(global::System.Runtime.InteropServices.HandleRef jarg1)4480   public static extern int Event_unsetDelay(global::System.Runtime.InteropServices.HandleRef jarg1);
4481 
4482   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetPriority")]
Event_unsetPriority(global::System.Runtime.InteropServices.HandleRef jarg1)4483   public static extern int Event_unsetPriority(global::System.Runtime.InteropServices.HandleRef jarg1);
4484 
4485   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetTrigger")]
Event_unsetTrigger(global::System.Runtime.InteropServices.HandleRef jarg1)4486   public static extern int Event_unsetTrigger(global::System.Runtime.InteropServices.HandleRef jarg1);
4487 
4488   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_unsetTimeUnits")]
Event_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1)4489   public static extern int Event_unsetTimeUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
4490 
4491   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_addEventAssignment")]
Event_addEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4492   public static extern int Event_addEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4493 
4494   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_createEventAssignment")]
Event_createEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)4495   public static extern global::System.IntPtr Event_createEventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
4496 
4497   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_createTrigger")]
Event_createTrigger(global::System.Runtime.InteropServices.HandleRef jarg1)4498   public static extern global::System.IntPtr Event_createTrigger(global::System.Runtime.InteropServices.HandleRef jarg1);
4499 
4500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_createDelay")]
Event_createDelay(global::System.Runtime.InteropServices.HandleRef jarg1)4501   public static extern global::System.IntPtr Event_createDelay(global::System.Runtime.InteropServices.HandleRef jarg1);
4502 
4503   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_createPriority")]
Event_createPriority(global::System.Runtime.InteropServices.HandleRef jarg1)4504   public static extern global::System.IntPtr Event_createPriority(global::System.Runtime.InteropServices.HandleRef jarg1);
4505 
4506   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getListOfEventAssignments__SWIG_0")]
Event_getListOfEventAssignments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4507   public static extern global::System.IntPtr Event_getListOfEventAssignments__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4508 
4509   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getEventAssignment__SWIG_0")]
Event_getEventAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4510   public static extern global::System.IntPtr Event_getEventAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4511 
4512   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getEventAssignment__SWIG_2")]
Event_getEventAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4513   public static extern global::System.IntPtr Event_getEventAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4514 
4515   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getNumEventAssignments")]
Event_getNumEventAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)4516   public static extern uint Event_getNumEventAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
4517 
4518   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_removeEventAssignment__SWIG_0")]
Event_removeEventAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4519   public static extern global::System.IntPtr Event_removeEventAssignment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4520 
4521   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_removeEventAssignment__SWIG_1")]
Event_removeEventAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4522   public static extern global::System.IntPtr Event_removeEventAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4523 
4524   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_connectToChild")]
Event_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1)4525   public static extern void Event_connectToChild(global::System.Runtime.InteropServices.HandleRef jarg1);
4526 
4527   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_enablePackageInternal")]
Event_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)4528   public static extern void Event_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
4529 
4530   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_updateSBMLNamespace")]
Event_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)4531   public static extern void Event_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
4532 
4533   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getTypeCode")]
Event_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4534   public static extern int Event_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4535 
4536   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_getElementName")]
4537   [return: MarshalAs(UnmanagedType.LPWStr)]
Event_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4538   public static extern string Event_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4539 
4540   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_hasRequiredAttributes")]
Event_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4541   public static extern bool Event_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4542 
4543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_hasRequiredElements")]
Event_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4544   public static extern bool Event_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4545 
4546   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfEvents__SWIG_0")]
new_ListOfEvents__SWIG_0(long jarg1, long jarg2)4547   public static extern global::System.IntPtr new_ListOfEvents__SWIG_0(long jarg1, long jarg2);
4548 
4549   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfEvents__SWIG_1")]
new_ListOfEvents__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4550   public static extern global::System.IntPtr new_ListOfEvents__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4551 
4552   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_clone")]
ListOfEvents_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4553   public static extern global::System.IntPtr ListOfEvents_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4554 
4555   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_getItemTypeCode")]
ListOfEvents_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4556   public static extern int ListOfEvents_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4557 
4558   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_getElementName")]
4559   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfEvents_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4560   public static extern string ListOfEvents_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4561 
4562   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_get__SWIG_0")]
ListOfEvents_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4563   public static extern global::System.IntPtr ListOfEvents_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4564 
4565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_get__SWIG_2")]
ListOfEvents_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4566   public static extern global::System.IntPtr ListOfEvents_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4567 
4568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_remove__SWIG_0")]
ListOfEvents_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4569   public static extern global::System.IntPtr ListOfEvents_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4570 
4571   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_remove__SWIG_1")]
ListOfEvents_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4572   public static extern global::System.IntPtr ListOfEvents_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4573 
4574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfEvents")]
delete_ListOfEvents(global::System.Runtime.InteropServices.HandleRef jarg1)4575   public static extern void delete_ListOfEvents(global::System.Runtime.InteropServices.HandleRef jarg1);
4576 
4577   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_EventAssignment__SWIG_0")]
new_EventAssignment__SWIG_0(long jarg1, long jarg2)4578   public static extern global::System.IntPtr new_EventAssignment__SWIG_0(long jarg1, long jarg2);
4579 
4580   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_EventAssignment__SWIG_1")]
new_EventAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4581   public static extern global::System.IntPtr new_EventAssignment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4582 
4583   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_EventAssignment")]
delete_EventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1)4584   public static extern void delete_EventAssignment(global::System.Runtime.InteropServices.HandleRef jarg1);
4585 
4586   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_EventAssignment__SWIG_2")]
new_EventAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4587   public static extern global::System.IntPtr new_EventAssignment__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4588 
4589   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_clone")]
EventAssignment_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4590   public static extern global::System.IntPtr EventAssignment_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4591 
4592   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getVariable")]
4593   [return: MarshalAs(UnmanagedType.LPWStr)]
EventAssignment_getVariable(global::System.Runtime.InteropServices.HandleRef jarg1)4594   public static extern string EventAssignment_getVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
4595 
4596   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getMath")]
EventAssignment_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)4597   public static extern global::System.IntPtr EventAssignment_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4598 
4599   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_isSetVariable")]
EventAssignment_isSetVariable(global::System.Runtime.InteropServices.HandleRef jarg1)4600   public static extern bool EventAssignment_isSetVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
4601 
4602   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_isSetMath")]
EventAssignment_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)4603   public static extern bool EventAssignment_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4604 
4605   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_setVariable")]
EventAssignment_setVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4606   public static extern int EventAssignment_setVariable(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4607 
4608   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_unsetVariable")]
EventAssignment_unsetVariable(global::System.Runtime.InteropServices.HandleRef jarg1)4609   public static extern int EventAssignment_unsetVariable(global::System.Runtime.InteropServices.HandleRef jarg1);
4610 
4611   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_setMath")]
EventAssignment_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4612   public static extern int EventAssignment_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4613 
4614   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getDerivedUnitDefinition__SWIG_0")]
EventAssignment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4615   public static extern global::System.IntPtr EventAssignment_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4616 
4617   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_containsUndeclaredUnits__SWIG_0")]
EventAssignment_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4618   public static extern bool EventAssignment_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4619 
4620   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getTypeCode")]
EventAssignment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4621   public static extern int EventAssignment_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4622 
4623   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getElementName")]
4624   [return: MarshalAs(UnmanagedType.LPWStr)]
EventAssignment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4625   public static extern string EventAssignment_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4626 
4627   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_hasRequiredAttributes")]
EventAssignment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4628   public static extern bool EventAssignment_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4629 
4630   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_hasRequiredElements")]
EventAssignment_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4631   public static extern bool EventAssignment_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4632 
4633   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_getId")]
4634   [return: MarshalAs(UnmanagedType.LPWStr)]
EventAssignment_getId(global::System.Runtime.InteropServices.HandleRef jarg1)4635   public static extern string EventAssignment_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
4636 
4637   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_renameSIdRefs")]
EventAssignment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4638   public static extern void EventAssignment_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4639 
4640   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_renameUnitSIdRefs")]
EventAssignment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4641   public static extern void EventAssignment_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4642 
4643   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_replaceSIDWithFunction")]
EventAssignment_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4644   public static extern void EventAssignment_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4645 
4646   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_divideAssignmentsToSIdByFunction")]
EventAssignment_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4647   public static extern void EventAssignment_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4648 
4649   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_multiplyAssignmentsToSIdByFunction")]
EventAssignment_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4650   public static extern void EventAssignment_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4651 
4652   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfEventAssignments__SWIG_0")]
new_ListOfEventAssignments__SWIG_0(long jarg1, long jarg2)4653   public static extern global::System.IntPtr new_ListOfEventAssignments__SWIG_0(long jarg1, long jarg2);
4654 
4655   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ListOfEventAssignments__SWIG_1")]
new_ListOfEventAssignments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4656   public static extern global::System.IntPtr new_ListOfEventAssignments__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4657 
4658   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_clone")]
ListOfEventAssignments_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4659   public static extern global::System.IntPtr ListOfEventAssignments_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4660 
4661   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_getItemTypeCode")]
ListOfEventAssignments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4662   public static extern int ListOfEventAssignments_getItemTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4663 
4664   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_getElementName")]
4665   [return: MarshalAs(UnmanagedType.LPWStr)]
ListOfEventAssignments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4666   public static extern string ListOfEventAssignments_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4667 
4668   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_get__SWIG_0")]
ListOfEventAssignments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4669   public static extern global::System.IntPtr ListOfEventAssignments_get__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4670 
4671   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_get__SWIG_2")]
ListOfEventAssignments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4672   public static extern global::System.IntPtr ListOfEventAssignments_get__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4673 
4674   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_remove__SWIG_0")]
ListOfEventAssignments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)4675   public static extern global::System.IntPtr ListOfEventAssignments_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
4676 
4677   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_remove__SWIG_1")]
ListOfEventAssignments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4678   public static extern global::System.IntPtr ListOfEventAssignments_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4679 
4680   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_getElementBySId")]
ListOfEventAssignments_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)4681   public static extern global::System.IntPtr ListOfEventAssignments_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
4682 
4683   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ListOfEventAssignments")]
delete_ListOfEventAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)4684   public static extern void delete_ListOfEventAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
4685 
4686   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Trigger__SWIG_0")]
new_Trigger__SWIG_0(long jarg1, long jarg2)4687   public static extern global::System.IntPtr new_Trigger__SWIG_0(long jarg1, long jarg2);
4688 
4689   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Trigger__SWIG_1")]
new_Trigger__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4690   public static extern global::System.IntPtr new_Trigger__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4691 
4692   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Trigger")]
delete_Trigger(global::System.Runtime.InteropServices.HandleRef jarg1)4693   public static extern void delete_Trigger(global::System.Runtime.InteropServices.HandleRef jarg1);
4694 
4695   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Trigger__SWIG_2")]
new_Trigger__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4696   public static extern global::System.IntPtr new_Trigger__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4697 
4698   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_clone")]
Trigger_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4699   public static extern global::System.IntPtr Trigger_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4700 
4701   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_getMath")]
Trigger_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)4702   public static extern global::System.IntPtr Trigger_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4703 
4704   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_getInitialValue")]
Trigger_getInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1)4705   public static extern bool Trigger_getInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1);
4706 
4707   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_getPersistent")]
Trigger_getPersistent(global::System.Runtime.InteropServices.HandleRef jarg1)4708   public static extern bool Trigger_getPersistent(global::System.Runtime.InteropServices.HandleRef jarg1);
4709 
4710   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_isSetMath")]
Trigger_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)4711   public static extern bool Trigger_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4712 
4713   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_isSetInitialValue")]
Trigger_isSetInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1)4714   public static extern bool Trigger_isSetInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1);
4715 
4716   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_isSetPersistent")]
Trigger_isSetPersistent(global::System.Runtime.InteropServices.HandleRef jarg1)4717   public static extern bool Trigger_isSetPersistent(global::System.Runtime.InteropServices.HandleRef jarg1);
4718 
4719   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_setMath")]
Trigger_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4720   public static extern int Trigger_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4721 
4722   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_setInitialValue")]
Trigger_setInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)4723   public static extern int Trigger_setInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
4724 
4725   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_setPersistent")]
Trigger_setPersistent(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)4726   public static extern int Trigger_setPersistent(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
4727 
4728   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_unsetInitialValue")]
Trigger_unsetInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1)4729   public static extern int Trigger_unsetInitialValue(global::System.Runtime.InteropServices.HandleRef jarg1);
4730 
4731   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_unsetPersistent")]
Trigger_unsetPersistent(global::System.Runtime.InteropServices.HandleRef jarg1)4732   public static extern int Trigger_unsetPersistent(global::System.Runtime.InteropServices.HandleRef jarg1);
4733 
4734   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_getTypeCode")]
Trigger_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4735   public static extern int Trigger_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4736 
4737   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_getElementName")]
4738   [return: MarshalAs(UnmanagedType.LPWStr)]
Trigger_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4739   public static extern string Trigger_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4740 
4741   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_renameSIdRefs")]
Trigger_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4742   public static extern void Trigger_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4743 
4744   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_renameUnitSIdRefs")]
Trigger_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4745   public static extern void Trigger_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4746 
4747   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_replaceSIDWithFunction")]
Trigger_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4748   public static extern void Trigger_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4749 
4750   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_hasRequiredElements")]
Trigger_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4751   public static extern bool Trigger_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4752 
4753   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_hasRequiredAttributes")]
Trigger_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)4754   public static extern bool Trigger_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
4755 
4756   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_removeFromParentAndDelete")]
Trigger_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)4757   public static extern int Trigger_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
4758 
4759   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Delay__SWIG_0")]
new_Delay__SWIG_0(long jarg1, long jarg2)4760   public static extern global::System.IntPtr new_Delay__SWIG_0(long jarg1, long jarg2);
4761 
4762   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Delay__SWIG_1")]
new_Delay__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4763   public static extern global::System.IntPtr new_Delay__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4764 
4765   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Delay")]
delete_Delay(global::System.Runtime.InteropServices.HandleRef jarg1)4766   public static extern void delete_Delay(global::System.Runtime.InteropServices.HandleRef jarg1);
4767 
4768   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Delay__SWIG_2")]
new_Delay__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4769   public static extern global::System.IntPtr new_Delay__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4770 
4771   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_clone")]
Delay_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4772   public static extern global::System.IntPtr Delay_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4773 
4774   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_getMath")]
Delay_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)4775   public static extern global::System.IntPtr Delay_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4776 
4777   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_isSetMath")]
Delay_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)4778   public static extern bool Delay_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4779 
4780   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_setMath")]
Delay_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4781   public static extern int Delay_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4782 
4783   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_getDerivedUnitDefinition__SWIG_0")]
Delay_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4784   public static extern global::System.IntPtr Delay_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4785 
4786   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_containsUndeclaredUnits__SWIG_0")]
Delay_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)4787   public static extern bool Delay_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
4788 
4789   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_getTypeCode")]
Delay_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4790   public static extern int Delay_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4791 
4792   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_getElementName")]
4793   [return: MarshalAs(UnmanagedType.LPWStr)]
Delay_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4794   public static extern string Delay_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4795 
4796   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_hasRequiredElements")]
Delay_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4797   public static extern bool Delay_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4798 
4799   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_removeFromParentAndDelete")]
Delay_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)4800   public static extern int Delay_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
4801 
4802   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_renameSIdRefs")]
Delay_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4803   public static extern void Delay_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4804 
4805   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_renameUnitSIdRefs")]
Delay_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4806   public static extern void Delay_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4807 
4808   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_replaceSIDWithFunction")]
Delay_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4809   public static extern void Delay_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4810 
4811   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Priority__SWIG_0")]
new_Priority__SWIG_0(long jarg1, long jarg2)4812   public static extern global::System.IntPtr new_Priority__SWIG_0(long jarg1, long jarg2);
4813 
4814   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Priority__SWIG_1")]
new_Priority__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4815   public static extern global::System.IntPtr new_Priority__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4816 
4817   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Priority")]
delete_Priority(global::System.Runtime.InteropServices.HandleRef jarg1)4818   public static extern void delete_Priority(global::System.Runtime.InteropServices.HandleRef jarg1);
4819 
4820   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Priority__SWIG_2")]
new_Priority__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)4821   public static extern global::System.IntPtr new_Priority__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
4822 
4823   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_clone")]
Priority_clone(global::System.Runtime.InteropServices.HandleRef jarg1)4824   public static extern global::System.IntPtr Priority_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
4825 
4826   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_getMath")]
Priority_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)4827   public static extern global::System.IntPtr Priority_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4828 
4829   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_isSetMath")]
Priority_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)4830   public static extern bool Priority_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
4831 
4832   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_setMath")]
Priority_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4833   public static extern int Priority_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4834 
4835   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_getTypeCode")]
Priority_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)4836   public static extern int Priority_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
4837 
4838   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_getElementName")]
4839   [return: MarshalAs(UnmanagedType.LPWStr)]
Priority_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)4840   public static extern string Priority_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
4841 
4842   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_hasRequiredElements")]
Priority_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)4843   public static extern bool Priority_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
4844 
4845   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_removeFromParentAndDelete")]
Priority_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)4846   public static extern int Priority_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
4847 
4848   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_renameSIdRefs")]
Priority_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4849   public static extern void Priority_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4850 
4851   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_renameUnitSIdRefs")]
Priority_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)4852   public static extern void Priority_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
4853 
4854   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_replaceSIDWithFunction")]
Priority_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)4855   public static extern void Priority_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
4856 
4857   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isQuantitativeParameter")]
SBO_isQuantitativeParameter(long jarg1)4858   public static extern bool SBO_isQuantitativeParameter(long jarg1);
4859 
4860   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isParticipantRole")]
SBO_isParticipantRole(long jarg1)4861   public static extern bool SBO_isParticipantRole(long jarg1);
4862 
4863   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isModellingFramework")]
SBO_isModellingFramework(long jarg1)4864   public static extern bool SBO_isModellingFramework(long jarg1);
4865 
4866   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isMathematicalExpression")]
SBO_isMathematicalExpression(long jarg1)4867   public static extern bool SBO_isMathematicalExpression(long jarg1);
4868 
4869   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isKineticConstant")]
SBO_isKineticConstant(long jarg1)4870   public static extern bool SBO_isKineticConstant(long jarg1);
4871 
4872   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isReactant")]
SBO_isReactant(long jarg1)4873   public static extern bool SBO_isReactant(long jarg1);
4874 
4875   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isProduct")]
SBO_isProduct(long jarg1)4876   public static extern bool SBO_isProduct(long jarg1);
4877 
4878   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isModifier")]
SBO_isModifier(long jarg1)4879   public static extern bool SBO_isModifier(long jarg1);
4880 
4881   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isRateLaw")]
SBO_isRateLaw(long jarg1)4882   public static extern bool SBO_isRateLaw(long jarg1);
4883 
4884   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isEvent")]
SBO_isEvent(long jarg1)4885   public static extern bool SBO_isEvent(long jarg1);
4886 
4887   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isPhysicalParticipant")]
SBO_isPhysicalParticipant(long jarg1)4888   public static extern bool SBO_isPhysicalParticipant(long jarg1);
4889 
4890   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isParticipant")]
SBO_isParticipant(long jarg1)4891   public static extern bool SBO_isParticipant(long jarg1);
4892 
4893   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isInteraction")]
SBO_isInteraction(long jarg1)4894   public static extern bool SBO_isInteraction(long jarg1);
4895 
4896   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isEntity")]
SBO_isEntity(long jarg1)4897   public static extern bool SBO_isEntity(long jarg1);
4898 
4899   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isFunctionalEntity")]
SBO_isFunctionalEntity(long jarg1)4900   public static extern bool SBO_isFunctionalEntity(long jarg1);
4901 
4902   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isMaterialEntity")]
SBO_isMaterialEntity(long jarg1)4903   public static extern bool SBO_isMaterialEntity(long jarg1);
4904 
4905   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isConservationLaw")]
SBO_isConservationLaw(long jarg1)4906   public static extern bool SBO_isConservationLaw(long jarg1);
4907 
4908   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isSteadyStateExpression")]
SBO_isSteadyStateExpression(long jarg1)4909   public static extern bool SBO_isSteadyStateExpression(long jarg1);
4910 
4911   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isFunctionalCompartment")]
SBO_isFunctionalCompartment(long jarg1)4912   public static extern bool SBO_isFunctionalCompartment(long jarg1);
4913 
4914   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isContinuousFramework")]
SBO_isContinuousFramework(long jarg1)4915   public static extern bool SBO_isContinuousFramework(long jarg1);
4916 
4917   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isDiscreteFramework")]
SBO_isDiscreteFramework(long jarg1)4918   public static extern bool SBO_isDiscreteFramework(long jarg1);
4919 
4920   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isLogicalFramework")]
SBO_isLogicalFramework(long jarg1)4921   public static extern bool SBO_isLogicalFramework(long jarg1);
4922 
4923   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isMetadataRepresentation")]
SBO_isMetadataRepresentation(long jarg1)4924   public static extern bool SBO_isMetadataRepresentation(long jarg1);
4925 
4926   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isOccurringEntityRepresentation")]
SBO_isOccurringEntityRepresentation(long jarg1)4927   public static extern bool SBO_isOccurringEntityRepresentation(long jarg1);
4928 
4929   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isPhysicalEntityRepresentation")]
SBO_isPhysicalEntityRepresentation(long jarg1)4930   public static extern bool SBO_isPhysicalEntityRepresentation(long jarg1);
4931 
4932   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isSystemsDescriptionParameter")]
SBO_isSystemsDescriptionParameter(long jarg1)4933   public static extern bool SBO_isSystemsDescriptionParameter(long jarg1);
4934 
4935   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isQuantitativeSystemsDescriptionParameter")]
SBO_isQuantitativeSystemsDescriptionParameter(long jarg1)4936   public static extern bool SBO_isQuantitativeSystemsDescriptionParameter(long jarg1);
4937 
4938   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_isObselete")]
SBO_isObselete(long jarg1)4939   public static extern bool SBO_isObselete(long jarg1);
4940 
4941   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_intToString")]
4942   [return: MarshalAs(UnmanagedType.LPWStr)]
SBO_intToString(int jarg1)4943   public static extern string SBO_intToString(int jarg1);
4944 
4945   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_stringToInt")]
SBO_stringToInt([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4946   public static extern int SBO_stringToInt([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4947 
4948   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_checkTerm__SWIG_0")]
SBO_checkTerm__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4949   public static extern bool SBO_checkTerm__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4950 
4951   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_checkTerm__SWIG_1")]
SBO_checkTerm__SWIG_1(int jarg1)4952   public static extern bool SBO_checkTerm__SWIG_1(int jarg1);
4953 
4954   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBO_getParentBranch")]
SBO_getParentBranch(long jarg1)4955   public static extern uint SBO_getParentBranch(long jarg1);
4956 
4957   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBO")]
new_SBO()4958   public static extern global::System.IntPtr new_SBO();
4959 
4960   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBO")]
delete_SBO(global::System.Runtime.InteropServices.HandleRef jarg1)4961   public static extern void delete_SBO(global::System.Runtime.InteropServices.HandleRef jarg1);
4962 
4963   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidSBMLSId")]
SyntaxChecker_isValidSBMLSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4964   public static extern bool SyntaxChecker_isValidSBMLSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4965 
4966   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidXMLID")]
SyntaxChecker_isValidXMLID([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4967   public static extern bool SyntaxChecker_isValidXMLID([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4968 
4969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidXMLanyURI")]
SyntaxChecker_isValidXMLanyURI([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4970   public static extern bool SyntaxChecker_isValidXMLanyURI([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4971 
4972   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidUnitSId")]
SyntaxChecker_isValidUnitSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4973   public static extern bool SyntaxChecker_isValidUnitSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4974 
4975   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_0")]
SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)4976   public static extern bool SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
4977 
4978   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_1")]
SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4979   public static extern bool SyntaxChecker_hasExpectedXHTMLSyntax__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4980 
4981   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidInternalSId")]
SyntaxChecker_isValidInternalSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4982   public static extern bool SyntaxChecker_isValidInternalSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4983 
4984   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SyntaxChecker_isValidInternalUnitSId")]
SyntaxChecker_isValidInternalUnitSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1)4985   public static extern bool SyntaxChecker_isValidInternalUnitSId([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
4986 
4987   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SyntaxChecker")]
new_SyntaxChecker()4988   public static extern global::System.IntPtr new_SyntaxChecker();
4989 
4990   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SyntaxChecker")]
delete_SyntaxChecker(global::System.Runtime.InteropServices.HandleRef jarg1)4991   public static extern void delete_SyntaxChecker(global::System.Runtime.InteropServices.HandleRef jarg1);
4992 
4993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_StoichiometryMath__SWIG_0")]
new_StoichiometryMath__SWIG_0(long jarg1, long jarg2)4994   public static extern global::System.IntPtr new_StoichiometryMath__SWIG_0(long jarg1, long jarg2);
4995 
4996   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_StoichiometryMath__SWIG_1")]
new_StoichiometryMath__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)4997   public static extern global::System.IntPtr new_StoichiometryMath__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
4998 
4999   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_StoichiometryMath")]
delete_StoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1)5000   public static extern void delete_StoichiometryMath(global::System.Runtime.InteropServices.HandleRef jarg1);
5001 
5002   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_StoichiometryMath__SWIG_2")]
new_StoichiometryMath__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)5003   public static extern global::System.IntPtr new_StoichiometryMath__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
5004 
5005   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_clone")]
StoichiometryMath_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5006   public static extern global::System.IntPtr StoichiometryMath_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5007 
5008   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_getMath")]
StoichiometryMath_getMath(global::System.Runtime.InteropServices.HandleRef jarg1)5009   public static extern global::System.IntPtr StoichiometryMath_getMath(global::System.Runtime.InteropServices.HandleRef jarg1);
5010 
5011   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_isSetMath")]
StoichiometryMath_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1)5012   public static extern bool StoichiometryMath_isSetMath(global::System.Runtime.InteropServices.HandleRef jarg1);
5013 
5014   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_setMath")]
StoichiometryMath_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5015   public static extern int StoichiometryMath_setMath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5016 
5017   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_getDerivedUnitDefinition__SWIG_0")]
StoichiometryMath_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5018   public static extern global::System.IntPtr StoichiometryMath_getDerivedUnitDefinition__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5019 
5020   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_containsUndeclaredUnits__SWIG_0")]
StoichiometryMath_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5021   public static extern bool StoichiometryMath_containsUndeclaredUnits__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5022 
5023   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_getTypeCode")]
StoichiometryMath_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)5024   public static extern int StoichiometryMath_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
5025 
5026   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_getElementName")]
5027   [return: MarshalAs(UnmanagedType.LPWStr)]
StoichiometryMath_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)5028   public static extern string StoichiometryMath_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
5029 
5030   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_hasRequiredElements")]
StoichiometryMath_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1)5031   public static extern bool StoichiometryMath_hasRequiredElements(global::System.Runtime.InteropServices.HandleRef jarg1);
5032 
5033   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_removeFromParentAndDelete")]
StoichiometryMath_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1)5034   public static extern int StoichiometryMath_removeFromParentAndDelete(global::System.Runtime.InteropServices.HandleRef jarg1);
5035 
5036   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_renameSIdRefs")]
StoichiometryMath_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5037   public static extern void StoichiometryMath_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5038 
5039   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_renameUnitSIdRefs")]
StoichiometryMath_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5040   public static extern void StoichiometryMath_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5041 
5042   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_replaceSIDWithFunction")]
StoichiometryMath_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)5043   public static extern void StoichiometryMath_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
5044 
5045   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_0")]
new_SBMLNamespaces__SWIG_0(long jarg1, long jarg2)5046   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_0(long jarg1, long jarg2);
5047 
5048   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_1")]
new_SBMLNamespaces__SWIG_1(long jarg1)5049   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_1(long jarg1);
5050 
5051   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_2")]
new_SBMLNamespaces__SWIG_2()5052   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_2();
5053 
5054   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_3")]
new_SBMLNamespaces__SWIG_3(long jarg1, long jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)5055   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_3(long jarg1, long jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
5056 
5057   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_4")]
new_SBMLNamespaces__SWIG_4(long jarg1, long jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4)5058   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_4(long jarg1, long jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4);
5059 
5060   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLNamespaces")]
delete_SBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)5061   public static extern void delete_SBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
5062 
5063   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLNamespaces__SWIG_5")]
new_SBMLNamespaces__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1)5064   public static extern global::System.IntPtr new_SBMLNamespaces__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1);
5065 
5066   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_clone")]
SBMLNamespaces_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5067   public static extern global::System.IntPtr SBMLNamespaces_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5068 
5069   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getSBMLNamespaceURI")]
5070   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLNamespaces_getSBMLNamespaceURI(long jarg1, long jarg2)5071   public static extern string SBMLNamespaces_getSBMLNamespaceURI(long jarg1, long jarg2);
5072 
5073   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getSupportedNamespaces")]
SBMLNamespaces_getSupportedNamespaces()5074   public static extern global::System.IntPtr SBMLNamespaces_getSupportedNamespaces();
5075 
5076   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_freeSBMLNamespaces")]
SBMLNamespaces_freeSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)5077   public static extern void SBMLNamespaces_freeSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
5078 
5079   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getURI")]
5080   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLNamespaces_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)5081   public static extern string SBMLNamespaces_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
5082 
5083   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getLevel__SWIG_0")]
SBMLNamespaces_getLevel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5084   public static extern uint SBMLNamespaces_getLevel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5085 
5086   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getVersion__SWIG_0")]
SBMLNamespaces_getVersion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5087   public static extern uint SBMLNamespaces_getVersion__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5088 
5089   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getNamespaces__SWIG_0")]
SBMLNamespaces_getNamespaces__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5090   public static extern global::System.IntPtr SBMLNamespaces_getNamespaces__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5091 
5092   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addNamespaces")]
SBMLNamespaces_addNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5093   public static extern int SBMLNamespaces_addNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5094 
5095   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addNamespace")]
SBMLNamespaces_addNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5096   public static extern int SBMLNamespaces_addNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5097 
5098   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_removeNamespace")]
SBMLNamespaces_removeNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5099   public static extern int SBMLNamespaces_removeNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5100 
5101   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPackageNamespace__SWIG_0")]
SBMLNamespaces_addPackageNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5102   public static extern int SBMLNamespaces_addPackageNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5103 
5104   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPackageNamespace__SWIG_1")]
SBMLNamespaces_addPackageNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3)5105   public static extern int SBMLNamespaces_addPackageNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3);
5106 
5107   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPackageNamespaces")]
SBMLNamespaces_addPackageNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5108   public static extern int SBMLNamespaces_addPackageNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5109 
5110   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_removePackageNamespace")]
SBMLNamespaces_removePackageNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5)5111   public static extern int SBMLNamespaces_removePackageNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5);
5112 
5113   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPkgNamespace__SWIG_0")]
SBMLNamespaces_addPkgNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5114   public static extern int SBMLNamespaces_addPkgNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5115 
5116   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPkgNamespace__SWIG_1")]
SBMLNamespaces_addPkgNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3)5117   public static extern int SBMLNamespaces_addPkgNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3);
5118 
5119   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_addPkgNamespaces")]
SBMLNamespaces_addPkgNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5120   public static extern int SBMLNamespaces_addPkgNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5121 
5122   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_removePkgNamespace")]
SBMLNamespaces_removePkgNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5)5123   public static extern int SBMLNamespaces_removePkgNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5);
5124 
5125   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_isSBMLNamespace")]
SBMLNamespaces_isSBMLNamespace([MarshalAs(UnmanagedType.LPWStr)]string jarg1)5126   public static extern bool SBMLNamespaces_isSBMLNamespace([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
5127 
5128   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_isValidCombination")]
SBMLNamespaces_isValidCombination(global::System.Runtime.InteropServices.HandleRef jarg1)5129   public static extern bool SBMLNamespaces_isValidCombination(global::System.Runtime.InteropServices.HandleRef jarg1);
5130 
5131   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_setLevel")]
SBMLNamespaces_setLevel(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)5132   public static extern void SBMLNamespaces_setLevel(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
5133 
5134   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_setVersion")]
SBMLNamespaces_setVersion(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)5135   public static extern void SBMLNamespaces_setVersion(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
5136 
5137   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_setNamespaces")]
SBMLNamespaces_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5138   public static extern void SBMLNamespaces_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5139 
5140   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLNamespaces_getPackageName")]
5141   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLNamespaces_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)5142   public static extern string SBMLNamespaces_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
5143 
5144   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_replaceFD__SWIG_0")]
SBMLTransforms_replaceFD__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)5145   public static extern void SBMLTransforms_replaceFD__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
5146 
5147   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_replaceFD__SWIG_1")]
SBMLTransforms_replaceFD__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5148   public static extern void SBMLTransforms_replaceFD__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5149 
5150   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_replaceFD__SWIG_2")]
SBMLTransforms_replaceFD__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)5151   public static extern void SBMLTransforms_replaceFD__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
5152 
5153   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_replaceFD__SWIG_3")]
SBMLTransforms_replaceFD__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5154   public static extern void SBMLTransforms_replaceFD__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5155 
5156   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_expandInitialAssignments")]
SBMLTransforms_expandInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)5157   public static extern bool SBMLTransforms_expandInitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
5158 
5159   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_evaluateASTNode__SWIG_0")]
SBMLTransforms_evaluateASTNode__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5160   public static extern double SBMLTransforms_evaluateASTNode__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5161 
5162   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_evaluateASTNode__SWIG_1")]
SBMLTransforms_evaluateASTNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5163   public static extern double SBMLTransforms_evaluateASTNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5164 
5165   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_expandL3V2InitialAssignments")]
SBMLTransforms_expandL3V2InitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1)5166   public static extern bool SBMLTransforms_expandL3V2InitialAssignments(global::System.Runtime.InteropServices.HandleRef jarg1);
5167 
5168   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_mapComponentValues")]
SBMLTransforms_mapComponentValues(global::System.Runtime.InteropServices.HandleRef jarg1)5169   public static extern global::System.IntPtr SBMLTransforms_mapComponentValues(global::System.Runtime.InteropServices.HandleRef jarg1);
5170 
5171   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_clearComponentValues")]
SBMLTransforms_clearComponentValues()5172   public static extern void SBMLTransforms_clearComponentValues();
5173 
5174   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLTransforms_nodeContainsId")]
SBMLTransforms_nodeContainsId(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5175   public static extern bool SBMLTransforms_nodeContainsId(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5176 
5177   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLTransforms")]
new_SBMLTransforms()5178   public static extern global::System.IntPtr new_SBMLTransforms();
5179 
5180   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLTransforms")]
delete_SBMLTransforms(global::System.Runtime.InteropServices.HandleRef jarg1)5181   public static extern void delete_SBMLTransforms(global::System.Runtime.InteropServices.HandleRef jarg1);
5182 
5183   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConstructorException__SWIG_0")]
new_SBMLConstructorException__SWIG_0()5184   public static extern global::System.IntPtr new_SBMLConstructorException__SWIG_0();
5185 
5186   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConstructorException__SWIG_1")]
new_SBMLConstructorException__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5187   public static extern global::System.IntPtr new_SBMLConstructorException__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5188 
5189   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConstructorException__SWIG_2")]
new_SBMLConstructorException__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5190   public static extern global::System.IntPtr new_SBMLConstructorException__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5191 
5192   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLConstructorException")]
delete_SBMLConstructorException(global::System.Runtime.InteropServices.HandleRef jarg1)5193   public static extern void delete_SBMLConstructorException(global::System.Runtime.InteropServices.HandleRef jarg1);
5194 
5195   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConstructorException_getSBMLErrMsg")]
5196   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLConstructorException_getSBMLErrMsg(global::System.Runtime.InteropServices.HandleRef jarg1)5197   public static extern string SBMLConstructorException_getSBMLErrMsg(global::System.Runtime.InteropServices.HandleRef jarg1);
5198 
5199   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_0")]
new_ConversionOption__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5200   public static extern global::System.IntPtr new_ConversionOption__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5201 
5202   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_1")]
new_ConversionOption__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3)5203   public static extern global::System.IntPtr new_ConversionOption__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3);
5204 
5205   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_2")]
new_ConversionOption__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5206   public static extern global::System.IntPtr new_ConversionOption__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5207 
5208   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_3")]
new_ConversionOption__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1)5209   public static extern global::System.IntPtr new_ConversionOption__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
5210 
5211   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_4")]
new_ConversionOption__SWIG_4([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5212   public static extern global::System.IntPtr new_ConversionOption__SWIG_4([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5213 
5214   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_6")]
new_ConversionOption__SWIG_6([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5215   public static extern global::System.IntPtr new_ConversionOption__SWIG_6([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5216 
5217   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_7")]
new_ConversionOption__SWIG_7([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2)5218   public static extern global::System.IntPtr new_ConversionOption__SWIG_7([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2);
5219 
5220   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_8")]
new_ConversionOption__SWIG_8([MarshalAs(UnmanagedType.LPWStr)]string jarg1, double jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5221   public static extern global::System.IntPtr new_ConversionOption__SWIG_8([MarshalAs(UnmanagedType.LPWStr)]string jarg1, double jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5222 
5223   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_9")]
new_ConversionOption__SWIG_9([MarshalAs(UnmanagedType.LPWStr)]string jarg1, double jarg2)5224   public static extern global::System.IntPtr new_ConversionOption__SWIG_9([MarshalAs(UnmanagedType.LPWStr)]string jarg1, double jarg2);
5225 
5226   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_10")]
new_ConversionOption__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1, float jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5227   public static extern global::System.IntPtr new_ConversionOption__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1, float jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5228 
5229   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_11")]
new_ConversionOption__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, float jarg2)5230   public static extern global::System.IntPtr new_ConversionOption__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, float jarg2);
5231 
5232   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_12")]
new_ConversionOption__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5233   public static extern global::System.IntPtr new_ConversionOption__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5234 
5235   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_13")]
new_ConversionOption__SWIG_13([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2)5236   public static extern global::System.IntPtr new_ConversionOption__SWIG_13([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2);
5237 
5238   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionOption__SWIG_14")]
new_ConversionOption__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1)5239   public static extern global::System.IntPtr new_ConversionOption__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1);
5240 
5241   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ConversionOption")]
delete_ConversionOption(global::System.Runtime.InteropServices.HandleRef jarg1)5242   public static extern void delete_ConversionOption(global::System.Runtime.InteropServices.HandleRef jarg1);
5243 
5244   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_clone")]
ConversionOption_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5245   public static extern global::System.IntPtr ConversionOption_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5246 
5247   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getKey")]
5248   [return: MarshalAs(UnmanagedType.LPWStr)]
ConversionOption_getKey(global::System.Runtime.InteropServices.HandleRef jarg1)5249   public static extern string ConversionOption_getKey(global::System.Runtime.InteropServices.HandleRef jarg1);
5250 
5251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setKey")]
ConversionOption_setKey(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5252   public static extern void ConversionOption_setKey(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5253 
5254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getValue")]
5255   [return: MarshalAs(UnmanagedType.LPWStr)]
ConversionOption_getValue(global::System.Runtime.InteropServices.HandleRef jarg1)5256   public static extern string ConversionOption_getValue(global::System.Runtime.InteropServices.HandleRef jarg1);
5257 
5258   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setValue")]
ConversionOption_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5259   public static extern void ConversionOption_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5260 
5261   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getDescription")]
5262   [return: MarshalAs(UnmanagedType.LPWStr)]
ConversionOption_getDescription(global::System.Runtime.InteropServices.HandleRef jarg1)5263   public static extern string ConversionOption_getDescription(global::System.Runtime.InteropServices.HandleRef jarg1);
5264 
5265   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setDescription")]
ConversionOption_setDescription(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5266   public static extern void ConversionOption_setDescription(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5267 
5268   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getType")]
ConversionOption_getType(global::System.Runtime.InteropServices.HandleRef jarg1)5269   public static extern int ConversionOption_getType(global::System.Runtime.InteropServices.HandleRef jarg1);
5270 
5271   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setType")]
ConversionOption_setType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5272   public static extern void ConversionOption_setType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5273 
5274   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getBoolValue")]
ConversionOption_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1)5275   public static extern bool ConversionOption_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1);
5276 
5277   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setBoolValue")]
ConversionOption_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)5278   public static extern void ConversionOption_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
5279 
5280   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getDoubleValue")]
ConversionOption_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1)5281   public static extern double ConversionOption_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1);
5282 
5283   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setDoubleValue")]
ConversionOption_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)5284   public static extern void ConversionOption_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
5285 
5286   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getFloatValue")]
ConversionOption_getFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1)5287   public static extern float ConversionOption_getFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1);
5288 
5289   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setFloatValue")]
ConversionOption_setFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2)5290   public static extern void ConversionOption_setFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
5291 
5292   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_getIntValue")]
ConversionOption_getIntValue(global::System.Runtime.InteropServices.HandleRef jarg1)5293   public static extern int ConversionOption_getIntValue(global::System.Runtime.InteropServices.HandleRef jarg1);
5294 
5295   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionOption_setIntValue")]
ConversionOption_setIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5296   public static extern void ConversionOption_setIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5297 
5298   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionProperties__SWIG_0")]
new_ConversionProperties__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5299   public static extern global::System.IntPtr new_ConversionProperties__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5300 
5301   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionProperties__SWIG_1")]
new_ConversionProperties__SWIG_1()5302   public static extern global::System.IntPtr new_ConversionProperties__SWIG_1();
5303 
5304   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ConversionProperties__SWIG_2")]
new_ConversionProperties__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)5305   public static extern global::System.IntPtr new_ConversionProperties__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
5306 
5307   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_clone")]
ConversionProperties_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5308   public static extern global::System.IntPtr ConversionProperties_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5309 
5310   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ConversionProperties")]
delete_ConversionProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5311   public static extern void delete_ConversionProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5312 
5313   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getTargetNamespaces")]
ConversionProperties_getTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)5314   public static extern global::System.IntPtr ConversionProperties_getTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
5315 
5316   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_hasTargetNamespaces")]
ConversionProperties_hasTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)5317   public static extern bool ConversionProperties_hasTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
5318 
5319   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setTargetNamespaces")]
ConversionProperties_setTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5320   public static extern void ConversionProperties_setTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5321 
5322   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getDescription")]
5323   [return: MarshalAs(UnmanagedType.LPWStr)]
ConversionProperties_getDescription(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5324   public static extern string ConversionProperties_getDescription(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5325 
5326   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getType")]
ConversionProperties_getType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5327   public static extern int ConversionProperties_getType(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5328 
5329   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getOption__SWIG_0")]
ConversionProperties_getOption__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5330   public static extern global::System.IntPtr ConversionProperties_getOption__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5331 
5332   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getOption__SWIG_1")]
ConversionProperties_getOption__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5333   public static extern global::System.IntPtr ConversionProperties_getOption__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5334 
5335   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_0")]
ConversionProperties_addOption__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5336   public static extern void ConversionProperties_addOption__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5337 
5338   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_1")]
ConversionProperties_addOption__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)5339   public static extern void ConversionProperties_addOption__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
5340 
5341   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_2")]
ConversionProperties_addOption__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4)5342   public static extern void ConversionProperties_addOption__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4);
5343 
5344   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_3")]
ConversionProperties_addOption__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5345   public static extern void ConversionProperties_addOption__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5346 
5347   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_4")]
ConversionProperties_addOption__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5348   public static extern void ConversionProperties_addOption__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5349 
5350   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_5")]
ConversionProperties_addOption__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5351   public static extern void ConversionProperties_addOption__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5352 
5353   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_7")]
ConversionProperties_addOption__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5354   public static extern void ConversionProperties_addOption__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5355 
5356   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_8")]
ConversionProperties_addOption__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)5357   public static extern void ConversionProperties_addOption__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
5358 
5359   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_9")]
ConversionProperties_addOption__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5360   public static extern void ConversionProperties_addOption__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5361 
5362   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_10")]
ConversionProperties_addOption__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3)5363   public static extern void ConversionProperties_addOption__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3);
5364 
5365   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_11")]
ConversionProperties_addOption__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5366   public static extern void ConversionProperties_addOption__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5367 
5368   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_12")]
ConversionProperties_addOption__SWIG_12(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3)5369   public static extern void ConversionProperties_addOption__SWIG_12(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3);
5370 
5371   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_13")]
ConversionProperties_addOption__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5372   public static extern void ConversionProperties_addOption__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5373 
5374   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_addOption__SWIG_14")]
ConversionProperties_addOption__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3)5375   public static extern void ConversionProperties_addOption__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3);
5376 
5377   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_removeOption")]
ConversionProperties_removeOption(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5378   public static extern global::System.IntPtr ConversionProperties_removeOption(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5379 
5380   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_hasOption")]
ConversionProperties_hasOption(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5381   public static extern bool ConversionProperties_hasOption(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5382 
5383   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getValue")]
5384   [return: MarshalAs(UnmanagedType.LPWStr)]
ConversionProperties_getValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5385   public static extern string ConversionProperties_getValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5386 
5387   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setValue")]
ConversionProperties_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5388   public static extern void ConversionProperties_setValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5389 
5390   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getBoolValue")]
ConversionProperties_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5391   public static extern bool ConversionProperties_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5392 
5393   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setBoolValue")]
ConversionProperties_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)5394   public static extern void ConversionProperties_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
5395 
5396   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getDoubleValue")]
ConversionProperties_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5397   public static extern double ConversionProperties_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5398 
5399   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setDoubleValue")]
ConversionProperties_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3)5400   public static extern void ConversionProperties_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3);
5401 
5402   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getFloatValue")]
ConversionProperties_getFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5403   public static extern float ConversionProperties_getFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5404 
5405   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setFloatValue")]
ConversionProperties_setFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3)5406   public static extern void ConversionProperties_setFloatValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, float jarg3);
5407 
5408   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getIntValue")]
ConversionProperties_getIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5409   public static extern int ConversionProperties_getIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5410 
5411   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_setIntValue")]
ConversionProperties_setIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3)5412   public static extern void ConversionProperties_setIntValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3);
5413 
5414   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ConversionProperties_getNumOptions")]
ConversionProperties_getNumOptions(global::System.Runtime.InteropServices.HandleRef jarg1)5415   public static extern int ConversionProperties_getNumOptions(global::System.Runtime.InteropServices.HandleRef jarg1);
5416 
5417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConverter__SWIG_0")]
new_SBMLConverter__SWIG_0()5418   public static extern global::System.IntPtr new_SBMLConverter__SWIG_0();
5419 
5420   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConverter__SWIG_1")]
new_SBMLConverter__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1)5421   public static extern global::System.IntPtr new_SBMLConverter__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
5422 
5423   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLConverter__SWIG_2")]
new_SBMLConverter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)5424   public static extern global::System.IntPtr new_SBMLConverter__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
5425 
5426   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLConverter")]
delete_SBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5427   public static extern void delete_SBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5428 
5429   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_clone")]
SBMLConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5430   public static extern global::System.IntPtr SBMLConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5431 
5432   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_cloneSwigExplicitSBMLConverter")]
SBMLConverter_cloneSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5433   public static extern global::System.IntPtr SBMLConverter_cloneSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5434 
5435   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getDocument__SWIG_0")]
SBMLConverter_getDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5436   public static extern global::System.IntPtr SBMLConverter_getDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5437 
5438   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_0")]
SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5439   public static extern global::System.IntPtr SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5440 
5441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_1")]
SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5442   public static extern global::System.IntPtr SBMLConverter_getDocumentSwigExplicitSBMLConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5443 
5444   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getDefaultProperties")]
SBMLConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5445   public static extern global::System.IntPtr SBMLConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5446 
5447   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getDefaultPropertiesSwigExplicitSBMLConverter")]
SBMLConverter_getDefaultPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5448   public static extern global::System.IntPtr SBMLConverter_getDefaultPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5449 
5450   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getTargetNamespaces")]
SBMLConverter_getTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)5451   public static extern global::System.IntPtr SBMLConverter_getTargetNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
5452 
5453   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getTargetNamespacesSwigExplicitSBMLConverter")]
SBMLConverter_getTargetNamespacesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5454   public static extern global::System.IntPtr SBMLConverter_getTargetNamespacesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5455 
5456   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_matchesProperties")]
SBMLConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5457   public static extern bool SBMLConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5458 
5459   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_matchesPropertiesSwigExplicitSBMLConverter")]
SBMLConverter_matchesPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5460   public static extern bool SBMLConverter_matchesPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5461 
5462   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_setDocument")]
SBMLConverter_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5463   public static extern int SBMLConverter_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5464 
5465   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_setDocumentSwigExplicitSBMLConverter")]
SBMLConverter_setDocumentSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5466   public static extern int SBMLConverter_setDocumentSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5467 
5468   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_setProperties")]
SBMLConverter_setProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5469   public static extern int SBMLConverter_setProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5470 
5471   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_setPropertiesSwigExplicitSBMLConverter")]
SBMLConverter_setPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5472   public static extern int SBMLConverter_setPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5473 
5474   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getProperties")]
SBMLConverter_getProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5475   public static extern global::System.IntPtr SBMLConverter_getProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5476 
5477   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getPropertiesSwigExplicitSBMLConverter")]
SBMLConverter_getPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5478   public static extern global::System.IntPtr SBMLConverter_getPropertiesSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5479 
5480   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_convert")]
SBMLConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5481   public static extern int SBMLConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5482 
5483   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_convertSwigExplicitSBMLConverter")]
SBMLConverter_convertSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5484   public static extern int SBMLConverter_convertSwigExplicitSBMLConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5485 
5486   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_getName")]
5487   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLConverter_getName(global::System.Runtime.InteropServices.HandleRef jarg1)5488   public static extern string SBMLConverter_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
5489 
5490   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverter_director_connect")]
SBMLConverter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SBMLConverter.SwigDelegateSBMLConverter_0 delegate0, SBMLConverter.SwigDelegateSBMLConverter_1 delegate1, SBMLConverter.SwigDelegateSBMLConverter_2 delegate2, SBMLConverter.SwigDelegateSBMLConverter_3 delegate3, SBMLConverter.SwigDelegateSBMLConverter_4 delegate4, SBMLConverter.SwigDelegateSBMLConverter_5 delegate5, SBMLConverter.SwigDelegateSBMLConverter_6 delegate6, SBMLConverter.SwigDelegateSBMLConverter_7 delegate7, SBMLConverter.SwigDelegateSBMLConverter_8 delegate8, SBMLConverter.SwigDelegateSBMLConverter_9 delegate9)5491   public static extern void SBMLConverter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SBMLConverter.SwigDelegateSBMLConverter_0 delegate0, SBMLConverter.SwigDelegateSBMLConverter_1 delegate1, SBMLConverter.SwigDelegateSBMLConverter_2 delegate2, SBMLConverter.SwigDelegateSBMLConverter_3 delegate3, SBMLConverter.SwigDelegateSBMLConverter_4 delegate4, SBMLConverter.SwigDelegateSBMLConverter_5 delegate5, SBMLConverter.SwigDelegateSBMLConverter_6 delegate6, SBMLConverter.SwigDelegateSBMLConverter_7 delegate7, SBMLConverter.SwigDelegateSBMLConverter_8 delegate8, SBMLConverter.SwigDelegateSBMLConverter_9 delegate9);
5492 
5493   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverterRegistry_getInstance")]
SBMLConverterRegistry_getInstance()5494   public static extern global::System.IntPtr SBMLConverterRegistry_getInstance();
5495 
5496   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverterRegistry_addConverter")]
SBMLConverterRegistry_addConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5497   public static extern int SBMLConverterRegistry_addConverter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5498 
5499   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverterRegistry_getConverterByIndex")]
SBMLConverterRegistry_getConverterByIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5500   public static extern global::System.IntPtr SBMLConverterRegistry_getConverterByIndex(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5501 
5502   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverterRegistry_getConverterFor")]
SBMLConverterRegistry_getConverterFor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5503   public static extern global::System.IntPtr SBMLConverterRegistry_getConverterFor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5504 
5505   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLConverterRegistry_getNumConverters")]
SBMLConverterRegistry_getNumConverters(global::System.Runtime.InteropServices.HandleRef jarg1)5506   public static extern int SBMLConverterRegistry_getNumConverters(global::System.Runtime.InteropServices.HandleRef jarg1);
5507 
5508   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLConverterRegistry")]
delete_SBMLConverterRegistry(global::System.Runtime.InteropServices.HandleRef jarg1)5509   public static extern void delete_SBMLConverterRegistry(global::System.Runtime.InteropServices.HandleRef jarg1);
5510 
5511   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_init")]
SBMLFunctionDefinitionConverter_init()5512   public static extern void SBMLFunctionDefinitionConverter_init();
5513 
5514   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLFunctionDefinitionConverter__SWIG_0")]
new_SBMLFunctionDefinitionConverter__SWIG_0()5515   public static extern global::System.IntPtr new_SBMLFunctionDefinitionConverter__SWIG_0();
5516 
5517   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLFunctionDefinitionConverter__SWIG_1")]
new_SBMLFunctionDefinitionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5518   public static extern global::System.IntPtr new_SBMLFunctionDefinitionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5519 
5520   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_clone")]
SBMLFunctionDefinitionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5521   public static extern global::System.IntPtr SBMLFunctionDefinitionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5522 
5523   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLFunctionDefinitionConverter")]
delete_SBMLFunctionDefinitionConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5524   public static extern void delete_SBMLFunctionDefinitionConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5525 
5526   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_matchesProperties")]
SBMLFunctionDefinitionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5527   public static extern bool SBMLFunctionDefinitionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5528 
5529   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_convert")]
SBMLFunctionDefinitionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5530   public static extern int SBMLFunctionDefinitionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5531 
5532   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_getDefaultProperties")]
SBMLFunctionDefinitionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5533   public static extern global::System.IntPtr SBMLFunctionDefinitionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5534 
5535   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_init")]
SBMLIdConverter_init()5536   public static extern void SBMLIdConverter_init();
5537 
5538   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLIdConverter__SWIG_0")]
new_SBMLIdConverter__SWIG_0()5539   public static extern global::System.IntPtr new_SBMLIdConverter__SWIG_0();
5540 
5541   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLIdConverter__SWIG_1")]
new_SBMLIdConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5542   public static extern global::System.IntPtr new_SBMLIdConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5543 
5544   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_clone")]
SBMLIdConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5545   public static extern global::System.IntPtr SBMLIdConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5546 
5547   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLIdConverter")]
delete_SBMLIdConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5548   public static extern void delete_SBMLIdConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5549 
5550   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_matchesProperties")]
SBMLIdConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5551   public static extern bool SBMLIdConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5552 
5553   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_convert")]
SBMLIdConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5554   public static extern int SBMLIdConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5555 
5556   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_getDefaultProperties")]
SBMLIdConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5557   public static extern global::System.IntPtr SBMLIdConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5558 
5559   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_init")]
SBMLInferUnitsConverter_init()5560   public static extern void SBMLInferUnitsConverter_init();
5561 
5562   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLInferUnitsConverter__SWIG_0")]
new_SBMLInferUnitsConverter__SWIG_0()5563   public static extern global::System.IntPtr new_SBMLInferUnitsConverter__SWIG_0();
5564 
5565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLInferUnitsConverter__SWIG_1")]
new_SBMLInferUnitsConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5566   public static extern global::System.IntPtr new_SBMLInferUnitsConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5567 
5568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLInferUnitsConverter")]
delete_SBMLInferUnitsConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5569   public static extern void delete_SBMLInferUnitsConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5570 
5571   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_clone")]
SBMLInferUnitsConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5572   public static extern global::System.IntPtr SBMLInferUnitsConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5573 
5574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_matchesProperties")]
SBMLInferUnitsConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5575   public static extern bool SBMLInferUnitsConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5576 
5577   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_convert")]
SBMLInferUnitsConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5578   public static extern int SBMLInferUnitsConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5579 
5580   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_getDefaultProperties")]
SBMLInferUnitsConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5581   public static extern global::System.IntPtr SBMLInferUnitsConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5582 
5583   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_init")]
SBMLInitialAssignmentConverter_init()5584   public static extern void SBMLInitialAssignmentConverter_init();
5585 
5586   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLInitialAssignmentConverter__SWIG_0")]
new_SBMLInitialAssignmentConverter__SWIG_0()5587   public static extern global::System.IntPtr new_SBMLInitialAssignmentConverter__SWIG_0();
5588 
5589   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLInitialAssignmentConverter__SWIG_1")]
new_SBMLInitialAssignmentConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5590   public static extern global::System.IntPtr new_SBMLInitialAssignmentConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5591 
5592   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_clone")]
SBMLInitialAssignmentConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5593   public static extern global::System.IntPtr SBMLInitialAssignmentConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5594 
5595   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLInitialAssignmentConverter")]
delete_SBMLInitialAssignmentConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5596   public static extern void delete_SBMLInitialAssignmentConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5597 
5598   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_matchesProperties")]
SBMLInitialAssignmentConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5599   public static extern bool SBMLInitialAssignmentConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5600 
5601   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_convert")]
SBMLInitialAssignmentConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5602   public static extern int SBMLInitialAssignmentConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5603 
5604   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_getDefaultProperties")]
SBMLInitialAssignmentConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5605   public static extern global::System.IntPtr SBMLInitialAssignmentConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5606 
5607   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_init")]
SBMLLevelVersionConverter_init()5608   public static extern void SBMLLevelVersionConverter_init();
5609 
5610   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLevelVersionConverter__SWIG_0")]
new_SBMLLevelVersionConverter__SWIG_0()5611   public static extern global::System.IntPtr new_SBMLLevelVersionConverter__SWIG_0();
5612 
5613   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLevelVersionConverter__SWIG_1")]
new_SBMLLevelVersionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5614   public static extern global::System.IntPtr new_SBMLLevelVersionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5615 
5616   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLLevelVersionConverter")]
delete_SBMLLevelVersionConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5617   public static extern void delete_SBMLLevelVersionConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5618 
5619   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_clone")]
SBMLLevelVersionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5620   public static extern global::System.IntPtr SBMLLevelVersionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5621 
5622   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_matchesProperties")]
SBMLLevelVersionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5623   public static extern bool SBMLLevelVersionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5624 
5625   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_convert")]
SBMLLevelVersionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5626   public static extern int SBMLLevelVersionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5627 
5628   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_getDefaultProperties")]
SBMLLevelVersionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5629   public static extern global::System.IntPtr SBMLLevelVersionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5630 
5631   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_getTargetLevel")]
SBMLLevelVersionConverter_getTargetLevel(global::System.Runtime.InteropServices.HandleRef jarg1)5632   public static extern uint SBMLLevelVersionConverter_getTargetLevel(global::System.Runtime.InteropServices.HandleRef jarg1);
5633 
5634   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_getTargetVersion")]
SBMLLevelVersionConverter_getTargetVersion(global::System.Runtime.InteropServices.HandleRef jarg1)5635   public static extern uint SBMLLevelVersionConverter_getTargetVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
5636 
5637   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_getValidityFlag")]
SBMLLevelVersionConverter_getValidityFlag(global::System.Runtime.InteropServices.HandleRef jarg1)5638   public static extern bool SBMLLevelVersionConverter_getValidityFlag(global::System.Runtime.InteropServices.HandleRef jarg1);
5639 
5640   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_getAddDefaultUnits")]
SBMLLevelVersionConverter_getAddDefaultUnits(global::System.Runtime.InteropServices.HandleRef jarg1)5641   public static extern bool SBMLLevelVersionConverter_getAddDefaultUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
5642 
5643   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_init")]
SBMLLevel1Version1Converter_init()5644   public static extern void SBMLLevel1Version1Converter_init();
5645 
5646   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLevel1Version1Converter__SWIG_0")]
new_SBMLLevel1Version1Converter__SWIG_0()5647   public static extern global::System.IntPtr new_SBMLLevel1Version1Converter__SWIG_0();
5648 
5649   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLevel1Version1Converter__SWIG_1")]
new_SBMLLevel1Version1Converter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5650   public static extern global::System.IntPtr new_SBMLLevel1Version1Converter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5651 
5652   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLLevel1Version1Converter")]
delete_SBMLLevel1Version1Converter(global::System.Runtime.InteropServices.HandleRef jarg1)5653   public static extern void delete_SBMLLevel1Version1Converter(global::System.Runtime.InteropServices.HandleRef jarg1);
5654 
5655   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_clone")]
SBMLLevel1Version1Converter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5656   public static extern global::System.IntPtr SBMLLevel1Version1Converter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5657 
5658   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_matchesProperties")]
SBMLLevel1Version1Converter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5659   public static extern bool SBMLLevel1Version1Converter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5660 
5661   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_convert")]
SBMLLevel1Version1Converter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5662   public static extern int SBMLLevel1Version1Converter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5663 
5664   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_getDefaultProperties")]
SBMLLevel1Version1Converter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5665   public static extern global::System.IntPtr SBMLLevel1Version1Converter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5666 
5667   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_init")]
SBMLLocalParameterConverter_init()5668   public static extern void SBMLLocalParameterConverter_init();
5669 
5670   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLocalParameterConverter__SWIG_0")]
new_SBMLLocalParameterConverter__SWIG_0()5671   public static extern global::System.IntPtr new_SBMLLocalParameterConverter__SWIG_0();
5672 
5673   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLLocalParameterConverter__SWIG_1")]
new_SBMLLocalParameterConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5674   public static extern global::System.IntPtr new_SBMLLocalParameterConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5675 
5676   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_clone")]
SBMLLocalParameterConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5677   public static extern global::System.IntPtr SBMLLocalParameterConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5678 
5679   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLLocalParameterConverter")]
delete_SBMLLocalParameterConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5680   public static extern void delete_SBMLLocalParameterConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5681 
5682   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_matchesProperties")]
SBMLLocalParameterConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5683   public static extern bool SBMLLocalParameterConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5684 
5685   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_convert")]
SBMLLocalParameterConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5686   public static extern int SBMLLocalParameterConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5687 
5688   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_getDefaultProperties")]
SBMLLocalParameterConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5689   public static extern global::System.IntPtr SBMLLocalParameterConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5690 
5691   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_init")]
SBMLReactionConverter_init()5692   public static extern void SBMLReactionConverter_init();
5693 
5694   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLReactionConverter__SWIG_0")]
new_SBMLReactionConverter__SWIG_0()5695   public static extern global::System.IntPtr new_SBMLReactionConverter__SWIG_0();
5696 
5697   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLReactionConverter__SWIG_1")]
new_SBMLReactionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5698   public static extern global::System.IntPtr new_SBMLReactionConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5699 
5700   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_clone")]
SBMLReactionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5701   public static extern global::System.IntPtr SBMLReactionConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5702 
5703   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLReactionConverter")]
delete_SBMLReactionConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5704   public static extern void delete_SBMLReactionConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5705 
5706   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_matchesProperties")]
SBMLReactionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5707   public static extern bool SBMLReactionConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5708 
5709   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_convert")]
SBMLReactionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5710   public static extern int SBMLReactionConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5711 
5712   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_getDefaultProperties")]
SBMLReactionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5713   public static extern global::System.IntPtr SBMLReactionConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5714 
5715   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_setDocument")]
SBMLReactionConverter_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5716   public static extern int SBMLReactionConverter_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5717 
5718   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_init")]
SBMLRuleConverter_init()5719   public static extern void SBMLRuleConverter_init();
5720 
5721   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLRuleConverter__SWIG_0")]
new_SBMLRuleConverter__SWIG_0()5722   public static extern global::System.IntPtr new_SBMLRuleConverter__SWIG_0();
5723 
5724   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLRuleConverter__SWIG_1")]
new_SBMLRuleConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5725   public static extern global::System.IntPtr new_SBMLRuleConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5726 
5727   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_clone")]
SBMLRuleConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5728   public static extern global::System.IntPtr SBMLRuleConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5729 
5730   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLRuleConverter")]
delete_SBMLRuleConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5731   public static extern void delete_SBMLRuleConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5732 
5733   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_matchesProperties")]
SBMLRuleConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5734   public static extern bool SBMLRuleConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5735 
5736   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_convert")]
SBMLRuleConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5737   public static extern int SBMLRuleConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5738 
5739   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_getDefaultProperties")]
SBMLRuleConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5740   public static extern global::System.IntPtr SBMLRuleConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5741 
5742   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_init")]
SBMLStripPackageConverter_init()5743   public static extern void SBMLStripPackageConverter_init();
5744 
5745   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLStripPackageConverter__SWIG_0")]
new_SBMLStripPackageConverter__SWIG_0()5746   public static extern global::System.IntPtr new_SBMLStripPackageConverter__SWIG_0();
5747 
5748   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLStripPackageConverter__SWIG_1")]
new_SBMLStripPackageConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5749   public static extern global::System.IntPtr new_SBMLStripPackageConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5750 
5751   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLStripPackageConverter")]
delete_SBMLStripPackageConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5752   public static extern void delete_SBMLStripPackageConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5753 
5754   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_clone")]
SBMLStripPackageConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5755   public static extern global::System.IntPtr SBMLStripPackageConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5756 
5757   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_matchesProperties")]
SBMLStripPackageConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5758   public static extern bool SBMLStripPackageConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5759 
5760   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_convert")]
SBMLStripPackageConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5761   public static extern int SBMLStripPackageConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5762 
5763   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_getDefaultProperties")]
SBMLStripPackageConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5764   public static extern global::System.IntPtr SBMLStripPackageConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5765 
5766   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_getPackageToStrip")]
5767   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLStripPackageConverter_getPackageToStrip(global::System.Runtime.InteropServices.HandleRef jarg1)5768   public static extern string SBMLStripPackageConverter_getPackageToStrip(global::System.Runtime.InteropServices.HandleRef jarg1);
5769 
5770   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_isStripAllUnrecognizedPackages")]
SBMLStripPackageConverter_isStripAllUnrecognizedPackages(global::System.Runtime.InteropServices.HandleRef jarg1)5771   public static extern bool SBMLStripPackageConverter_isStripAllUnrecognizedPackages(global::System.Runtime.InteropServices.HandleRef jarg1);
5772 
5773   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_init")]
SBMLUnitsConverter_init()5774   public static extern void SBMLUnitsConverter_init();
5775 
5776   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLUnitsConverter__SWIG_0")]
new_SBMLUnitsConverter__SWIG_0()5777   public static extern global::System.IntPtr new_SBMLUnitsConverter__SWIG_0();
5778 
5779   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLUnitsConverter__SWIG_1")]
new_SBMLUnitsConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5780   public static extern global::System.IntPtr new_SBMLUnitsConverter__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5781 
5782   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLUnitsConverter")]
delete_SBMLUnitsConverter(global::System.Runtime.InteropServices.HandleRef jarg1)5783   public static extern void delete_SBMLUnitsConverter(global::System.Runtime.InteropServices.HandleRef jarg1);
5784 
5785   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_clone")]
SBMLUnitsConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5786   public static extern global::System.IntPtr SBMLUnitsConverter_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5787 
5788   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_matchesProperties")]
SBMLUnitsConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5789   public static extern bool SBMLUnitsConverter_matchesProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5790 
5791   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_convert")]
SBMLUnitsConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1)5792   public static extern int SBMLUnitsConverter_convert(global::System.Runtime.InteropServices.HandleRef jarg1);
5793 
5794   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_getDefaultProperties")]
SBMLUnitsConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1)5795   public static extern global::System.IntPtr SBMLUnitsConverter_getDefaultProperties(global::System.Runtime.InteropServices.HandleRef jarg1);
5796 
5797   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLValidator__SWIG_0")]
new_SBMLValidator__SWIG_0()5798   public static extern global::System.IntPtr new_SBMLValidator__SWIG_0();
5799 
5800   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLValidator__SWIG_1")]
new_SBMLValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5801   public static extern global::System.IntPtr new_SBMLValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5802 
5803   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLValidator")]
delete_SBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1)5804   public static extern void delete_SBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1);
5805 
5806   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_clone")]
SBMLValidator_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5807   public static extern global::System.IntPtr SBMLValidator_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5808 
5809   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_cloneSwigExplicitSBMLValidator")]
SBMLValidator_cloneSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1)5810   public static extern global::System.IntPtr SBMLValidator_cloneSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1);
5811 
5812   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getDocument__SWIG_0")]
SBMLValidator_getDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5813   public static extern global::System.IntPtr SBMLValidator_getDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5814 
5815   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_0")]
SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5816   public static extern global::System.IntPtr SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5817 
5818   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_1")]
SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5819   public static extern global::System.IntPtr SBMLValidator_getDocumentSwigExplicitSBMLValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5820 
5821   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_setDocument")]
SBMLValidator_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5822   public static extern int SBMLValidator_setDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5823 
5824   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_setDocumentSwigExplicitSBMLValidator")]
SBMLValidator_setDocumentSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5825   public static extern int SBMLValidator_setDocumentSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5826 
5827   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_validate__SWIG_0")]
SBMLValidator_validate__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5828   public static extern uint SBMLValidator_validate__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5829 
5830   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_validateSwigExplicitSBMLValidator__SWIG_0")]
SBMLValidator_validateSwigExplicitSBMLValidator__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5831   public static extern uint SBMLValidator_validateSwigExplicitSBMLValidator__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5832 
5833   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_clearFailures")]
SBMLValidator_clearFailures(global::System.Runtime.InteropServices.HandleRef jarg1)5834   public static extern void SBMLValidator_clearFailures(global::System.Runtime.InteropServices.HandleRef jarg1);
5835 
5836   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_clearFailuresSwigExplicitSBMLValidator")]
SBMLValidator_clearFailuresSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1)5837   public static extern void SBMLValidator_clearFailuresSwigExplicitSBMLValidator(global::System.Runtime.InteropServices.HandleRef jarg1);
5838 
5839   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_logFailure")]
SBMLValidator_logFailure(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5840   public static extern void SBMLValidator_logFailure(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5841 
5842   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_validate__SWIG_1")]
SBMLValidator_validate__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5843   public static extern uint SBMLValidator_validate__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5844 
5845   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_validate__SWIG_2")]
SBMLValidator_validate__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5846   public static extern uint SBMLValidator_validate__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5847 
5848   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getErrorLog")]
SBMLValidator_getErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1)5849   public static extern global::System.IntPtr SBMLValidator_getErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1);
5850 
5851   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getModel__SWIG_0")]
SBMLValidator_getModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)5852   public static extern global::System.IntPtr SBMLValidator_getModel__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
5853 
5854   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getNumFailures")]
SBMLValidator_getNumFailures(global::System.Runtime.InteropServices.HandleRef jarg1)5855   public static extern uint SBMLValidator_getNumFailures(global::System.Runtime.InteropServices.HandleRef jarg1);
5856 
5857   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_getFailure")]
SBMLValidator_getFailure(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)5858   public static extern global::System.IntPtr SBMLValidator_getFailure(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
5859 
5860   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLValidator_director_connect")]
SBMLValidator_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SBMLValidator.SwigDelegateSBMLValidator_0 delegate0, SBMLValidator.SwigDelegateSBMLValidator_1 delegate1, SBMLValidator.SwigDelegateSBMLValidator_2 delegate2, SBMLValidator.SwigDelegateSBMLValidator_3 delegate3, SBMLValidator.SwigDelegateSBMLValidator_4 delegate4, SBMLValidator.SwigDelegateSBMLValidator_5 delegate5)5861   public static extern void SBMLValidator_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, SBMLValidator.SwigDelegateSBMLValidator_0 delegate0, SBMLValidator.SwigDelegateSBMLValidator_1 delegate1, SBMLValidator.SwigDelegateSBMLValidator_2 delegate2, SBMLValidator.SwigDelegateSBMLValidator_3 delegate3, SBMLValidator.SwigDelegateSBMLValidator_4 delegate4, SBMLValidator.SwigDelegateSBMLValidator_5 delegate5);
5862 
5863   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLExternalValidator__SWIG_0")]
new_SBMLExternalValidator__SWIG_0()5864   public static extern global::System.IntPtr new_SBMLExternalValidator__SWIG_0();
5865 
5866   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLExternalValidator__SWIG_1")]
new_SBMLExternalValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5867   public static extern global::System.IntPtr new_SBMLExternalValidator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5868 
5869   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_clone")]
SBMLExternalValidator_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5870   public static extern global::System.IntPtr SBMLExternalValidator_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5871 
5872   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLExternalValidator")]
delete_SBMLExternalValidator(global::System.Runtime.InteropServices.HandleRef jarg1)5873   public static extern void delete_SBMLExternalValidator(global::System.Runtime.InteropServices.HandleRef jarg1);
5874 
5875   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_validate")]
SBMLExternalValidator_validate(global::System.Runtime.InteropServices.HandleRef jarg1)5876   public static extern uint SBMLExternalValidator_validate(global::System.Runtime.InteropServices.HandleRef jarg1);
5877 
5878   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_getProgram")]
5879   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExternalValidator_getProgram(global::System.Runtime.InteropServices.HandleRef jarg1)5880   public static extern string SBMLExternalValidator_getProgram(global::System.Runtime.InteropServices.HandleRef jarg1);
5881 
5882   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_setProgram")]
SBMLExternalValidator_setProgram(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5883   public static extern void SBMLExternalValidator_setProgram(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5884 
5885   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_getOutputFileName")]
5886   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExternalValidator_getOutputFileName(global::System.Runtime.InteropServices.HandleRef jarg1)5887   public static extern string SBMLExternalValidator_getOutputFileName(global::System.Runtime.InteropServices.HandleRef jarg1);
5888 
5889   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_setOutputFileName")]
SBMLExternalValidator_setOutputFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5890   public static extern void SBMLExternalValidator_setOutputFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5891 
5892   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_getSBMLFileName")]
5893   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExternalValidator_getSBMLFileName(global::System.Runtime.InteropServices.HandleRef jarg1)5894   public static extern string SBMLExternalValidator_getSBMLFileName(global::System.Runtime.InteropServices.HandleRef jarg1);
5895 
5896   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_setSBMLFileName")]
SBMLExternalValidator_setSBMLFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5897   public static extern void SBMLExternalValidator_setSBMLFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5898 
5899   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_clearArguments")]
SBMLExternalValidator_clearArguments(global::System.Runtime.InteropServices.HandleRef jarg1)5900   public static extern void SBMLExternalValidator_clearArguments(global::System.Runtime.InteropServices.HandleRef jarg1);
5901 
5902   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_addArgument")]
SBMLExternalValidator_addArgument(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5903   public static extern void SBMLExternalValidator_addArgument(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5904 
5905   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_getNumArguments")]
SBMLExternalValidator_getNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1)5906   public static extern uint SBMLExternalValidator_getNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1);
5907 
5908   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_getArgument")]
5909   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExternalValidator_getArgument(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)5910   public static extern string SBMLExternalValidator_getArgument(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
5911 
5912   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLAttributes__SWIG_0")]
new_XMLAttributes__SWIG_0()5913   public static extern global::System.IntPtr new_XMLAttributes__SWIG_0();
5914 
5915   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLAttributes")]
delete_XMLAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)5916   public static extern void delete_XMLAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
5917 
5918   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLAttributes__SWIG_1")]
new_XMLAttributes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)5919   public static extern global::System.IntPtr new_XMLAttributes__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
5920 
5921   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_clone")]
XMLAttributes_clone(global::System.Runtime.InteropServices.HandleRef jarg1)5922   public static extern global::System.IntPtr XMLAttributes_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
5923 
5924   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_add__SWIG_0")]
XMLAttributes_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)5925   public static extern int XMLAttributes_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
5926 
5927   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_add__SWIG_1")]
XMLAttributes_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)5928   public static extern int XMLAttributes_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
5929 
5930   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_add__SWIG_2")]
XMLAttributes_add__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5931   public static extern int XMLAttributes_add__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5932 
5933   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_add__SWIG_3")]
XMLAttributes_add__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5934   public static extern int XMLAttributes_add__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5935 
5936   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_removeResource")]
XMLAttributes_removeResource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5937   public static extern int XMLAttributes_removeResource(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5938 
5939   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_remove__SWIG_0")]
XMLAttributes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5940   public static extern int XMLAttributes_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5941 
5942   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_remove__SWIG_1")]
XMLAttributes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5943   public static extern int XMLAttributes_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5944 
5945   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_remove__SWIG_2")]
XMLAttributes_remove__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5946   public static extern int XMLAttributes_remove__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5947 
5948   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_remove__SWIG_3")]
XMLAttributes_remove__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5949   public static extern int XMLAttributes_remove__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5950 
5951   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_clear")]
XMLAttributes_clear(global::System.Runtime.InteropServices.HandleRef jarg1)5952   public static extern int XMLAttributes_clear(global::System.Runtime.InteropServices.HandleRef jarg1);
5953 
5954   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getIndex__SWIG_0")]
XMLAttributes_getIndex__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5955   public static extern int XMLAttributes_getIndex__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5956 
5957   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getIndex__SWIG_1")]
XMLAttributes_getIndex__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5958   public static extern int XMLAttributes_getIndex__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5959 
5960   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getIndex__SWIG_2")]
XMLAttributes_getIndex__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5961   public static extern int XMLAttributes_getIndex__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
5962 
5963   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getLength")]
XMLAttributes_getLength(global::System.Runtime.InteropServices.HandleRef jarg1)5964   public static extern int XMLAttributes_getLength(global::System.Runtime.InteropServices.HandleRef jarg1);
5965 
5966   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getNumAttributes")]
XMLAttributes_getNumAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)5967   public static extern int XMLAttributes_getNumAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
5968 
5969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getName")]
5970   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5971   public static extern string XMLAttributes_getName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5972 
5973   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getPrefix")]
5974   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5975   public static extern string XMLAttributes_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5976 
5977   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getPrefixedName")]
5978   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5979   public static extern string XMLAttributes_getPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5980 
5981   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getURI")]
5982   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5983   public static extern string XMLAttributes_getURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5984 
5985   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getValue__SWIG_0")]
5986   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)5987   public static extern string XMLAttributes_getValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
5988 
5989   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getValue__SWIG_1")]
5990   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)5991   public static extern string XMLAttributes_getValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
5992 
5993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getValue__SWIG_2")]
5994   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)5995   public static extern string XMLAttributes_getValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
5996 
5997   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_getValue__SWIG_3")]
5998   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLAttributes_getValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)5999   public static extern string XMLAttributes_getValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6000 
6001   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_hasAttribute__SWIG_0")]
XMLAttributes_hasAttribute__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6002   public static extern bool XMLAttributes_hasAttribute__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6003 
6004   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_hasAttribute__SWIG_1")]
XMLAttributes_hasAttribute__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6005   public static extern bool XMLAttributes_hasAttribute__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6006 
6007   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_hasAttribute__SWIG_2")]
XMLAttributes_hasAttribute__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6008   public static extern bool XMLAttributes_hasAttribute__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6009 
6010   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_hasAttribute__SWIG_3")]
XMLAttributes_hasAttribute__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6011   public static extern bool XMLAttributes_hasAttribute__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6012 
6013   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLAttributes_isEmpty")]
XMLAttributes_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)6014   public static extern bool XMLAttributes_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1);
6015 
6016   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLConstructorException")]
new_XMLConstructorException()6017   public static extern global::System.IntPtr new_XMLConstructorException();
6018 
6019   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLConstructorException")]
delete_XMLConstructorException(global::System.Runtime.InteropServices.HandleRef jarg1)6020   public static extern void delete_XMLConstructorException(global::System.Runtime.InteropServices.HandleRef jarg1);
6021 
6022   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNamespaces__SWIG_0")]
new_XMLNamespaces__SWIG_0()6023   public static extern global::System.IntPtr new_XMLNamespaces__SWIG_0();
6024 
6025   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLNamespaces")]
delete_XMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6026   public static extern void delete_XMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6027 
6028   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNamespaces__SWIG_1")]
new_XMLNamespaces__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6029   public static extern global::System.IntPtr new_XMLNamespaces__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6030 
6031   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_clone")]
XMLNamespaces_clone(global::System.Runtime.InteropServices.HandleRef jarg1)6032   public static extern global::System.IntPtr XMLNamespaces_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
6033 
6034   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_add__SWIG_0")]
XMLNamespaces_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6035   public static extern int XMLNamespaces_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6036 
6037   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_add__SWIG_1")]
XMLNamespaces_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6038   public static extern int XMLNamespaces_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6039 
6040   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_remove__SWIG_0")]
XMLNamespaces_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6041   public static extern int XMLNamespaces_remove__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6042 
6043   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_remove__SWIG_1")]
XMLNamespaces_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6044   public static extern int XMLNamespaces_remove__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6045 
6046   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_clear")]
XMLNamespaces_clear(global::System.Runtime.InteropServices.HandleRef jarg1)6047   public static extern int XMLNamespaces_clear(global::System.Runtime.InteropServices.HandleRef jarg1);
6048 
6049   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getIndex")]
XMLNamespaces_getIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6050   public static extern int XMLNamespaces_getIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6051 
6052   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_containsUri")]
XMLNamespaces_containsUri(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6053   public static extern bool XMLNamespaces_containsUri(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6054 
6055   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getIndexByPrefix")]
XMLNamespaces_getIndexByPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6056   public static extern int XMLNamespaces_getIndexByPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6057 
6058   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getLength")]
XMLNamespaces_getLength(global::System.Runtime.InteropServices.HandleRef jarg1)6059   public static extern int XMLNamespaces_getLength(global::System.Runtime.InteropServices.HandleRef jarg1);
6060 
6061   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getNumNamespaces")]
XMLNamespaces_getNumNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6062   public static extern int XMLNamespaces_getNumNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6063 
6064   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getPrefix__SWIG_0")]
6065   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNamespaces_getPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6066   public static extern string XMLNamespaces_getPrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6067 
6068   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getPrefix__SWIG_1")]
6069   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNamespaces_getPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6070   public static extern string XMLNamespaces_getPrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6071 
6072   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getURI__SWIG_0")]
6073   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNamespaces_getURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6074   public static extern string XMLNamespaces_getURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6075 
6076   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getURI__SWIG_1")]
6077   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNamespaces_getURI__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6078   public static extern string XMLNamespaces_getURI__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6079 
6080   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_getURI__SWIG_2")]
6081   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNamespaces_getURI__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)6082   public static extern string XMLNamespaces_getURI__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
6083 
6084   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_isEmpty")]
XMLNamespaces_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)6085   public static extern bool XMLNamespaces_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1);
6086 
6087   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_hasURI")]
XMLNamespaces_hasURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6088   public static extern bool XMLNamespaces_hasURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6089 
6090   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_hasPrefix")]
XMLNamespaces_hasPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6091   public static extern bool XMLNamespaces_hasPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6092 
6093   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNamespaces_hasNS")]
XMLNamespaces_hasNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6094   public static extern bool XMLNamespaces_hasNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6095 
6096   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_0")]
new_XMLToken__SWIG_0()6097   public static extern global::System.IntPtr new_XMLToken__SWIG_0();
6098 
6099   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_1")]
new_XMLToken__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5)6100   public static extern global::System.IntPtr new_XMLToken__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5);
6101 
6102   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_2")]
new_XMLToken__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4)6103   public static extern global::System.IntPtr new_XMLToken__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4);
6104 
6105   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_3")]
new_XMLToken__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)6106   public static extern global::System.IntPtr new_XMLToken__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
6107 
6108   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_4")]
new_XMLToken__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4)6109   public static extern global::System.IntPtr new_XMLToken__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4);
6110 
6111   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_5")]
new_XMLToken__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)6112   public static extern global::System.IntPtr new_XMLToken__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3);
6113 
6114   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_6")]
new_XMLToken__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6115   public static extern global::System.IntPtr new_XMLToken__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6116 
6117   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_7")]
new_XMLToken__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)6118   public static extern global::System.IntPtr new_XMLToken__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
6119 
6120   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_8")]
new_XMLToken__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6121   public static extern global::System.IntPtr new_XMLToken__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6122 
6123   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_9")]
new_XMLToken__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1)6124   public static extern global::System.IntPtr new_XMLToken__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1);
6125 
6126   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_10")]
new_XMLToken__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3)6127   public static extern global::System.IntPtr new_XMLToken__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3);
6128 
6129   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_11")]
new_XMLToken__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2)6130   public static extern global::System.IntPtr new_XMLToken__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2);
6131 
6132   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_12")]
new_XMLToken__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6133   public static extern global::System.IntPtr new_XMLToken__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6134 
6135   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLToken")]
delete_XMLToken(global::System.Runtime.InteropServices.HandleRef jarg1)6136   public static extern void delete_XMLToken(global::System.Runtime.InteropServices.HandleRef jarg1);
6137 
6138   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLToken__SWIG_13")]
new_XMLToken__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1)6139   public static extern global::System.IntPtr new_XMLToken__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1);
6140 
6141   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_clone")]
XMLToken_clone(global::System.Runtime.InteropServices.HandleRef jarg1)6142   public static extern global::System.IntPtr XMLToken_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
6143 
6144   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttributes")]
XMLToken_getAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)6145   public static extern global::System.IntPtr XMLToken_getAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
6146 
6147   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setAttributes")]
XMLToken_setAttributes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6148   public static extern int XMLToken_setAttributes(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6149 
6150   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addAttr__SWIG_0")]
XMLToken_addAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)6151   public static extern int XMLToken_addAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
6152 
6153   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addAttr__SWIG_1")]
XMLToken_addAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6154   public static extern int XMLToken_addAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6155 
6156   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addAttr__SWIG_2")]
XMLToken_addAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6157   public static extern int XMLToken_addAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6158 
6159   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addAttr__SWIG_3")]
XMLToken_addAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6160   public static extern int XMLToken_addAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6161 
6162   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeAttr__SWIG_0")]
XMLToken_removeAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6163   public static extern int XMLToken_removeAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6164 
6165   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeAttr__SWIG_1")]
XMLToken_removeAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6166   public static extern int XMLToken_removeAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6167 
6168   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeAttr__SWIG_2")]
XMLToken_removeAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6169   public static extern int XMLToken_removeAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6170 
6171   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeAttr__SWIG_3")]
XMLToken_removeAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6172   public static extern int XMLToken_removeAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6173 
6174   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_clearAttributes")]
XMLToken_clearAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)6175   public static extern int XMLToken_clearAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
6176 
6177   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrIndex__SWIG_0")]
XMLToken_getAttrIndex__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6178   public static extern int XMLToken_getAttrIndex__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6179 
6180   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrIndex__SWIG_1")]
XMLToken_getAttrIndex__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6181   public static extern int XMLToken_getAttrIndex__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6182 
6183   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrIndex__SWIG_2")]
XMLToken_getAttrIndex__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6184   public static extern int XMLToken_getAttrIndex__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6185 
6186   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttributesLength")]
XMLToken_getAttributesLength(global::System.Runtime.InteropServices.HandleRef jarg1)6187   public static extern int XMLToken_getAttributesLength(global::System.Runtime.InteropServices.HandleRef jarg1);
6188 
6189   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrName")]
6190   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6191   public static extern string XMLToken_getAttrName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6192 
6193   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrPrefix")]
6194   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6195   public static extern string XMLToken_getAttrPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6196 
6197   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrPrefixedName")]
6198   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6199   public static extern string XMLToken_getAttrPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6200 
6201   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrURI")]
6202   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6203   public static extern string XMLToken_getAttrURI(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6204 
6205   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrValue__SWIG_0")]
6206   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6207   public static extern string XMLToken_getAttrValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6208 
6209   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrValue__SWIG_1")]
6210   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6211   public static extern string XMLToken_getAttrValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6212 
6213   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrValue__SWIG_2")]
6214   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6215   public static extern string XMLToken_getAttrValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6216 
6217   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getAttrValue__SWIG_3")]
6218   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getAttrValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6219   public static extern string XMLToken_getAttrValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6220 
6221   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasAttr__SWIG_0")]
XMLToken_hasAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6222   public static extern bool XMLToken_hasAttr__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6223 
6224   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasAttr__SWIG_1")]
XMLToken_hasAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6225   public static extern bool XMLToken_hasAttr__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6226 
6227   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasAttr__SWIG_2")]
XMLToken_hasAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6228   public static extern bool XMLToken_hasAttr__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6229 
6230   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasAttr__SWIG_3")]
XMLToken_hasAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6231   public static extern bool XMLToken_hasAttr__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6232 
6233   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isAttributesEmpty")]
XMLToken_isAttributesEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)6234   public static extern bool XMLToken_isAttributesEmpty(global::System.Runtime.InteropServices.HandleRef jarg1);
6235 
6236   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaces")]
XMLToken_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6237   public static extern global::System.IntPtr XMLToken_getNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6238 
6239   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setNamespaces")]
XMLToken_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6240   public static extern int XMLToken_setNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6241 
6242   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addNamespace__SWIG_0")]
XMLToken_addNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6243   public static extern int XMLToken_addNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6244 
6245   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_addNamespace__SWIG_1")]
XMLToken_addNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6246   public static extern int XMLToken_addNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6247 
6248   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeNamespace__SWIG_0")]
XMLToken_removeNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6249   public static extern int XMLToken_removeNamespace__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6250 
6251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_removeNamespace__SWIG_1")]
XMLToken_removeNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6252   public static extern int XMLToken_removeNamespace__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6253 
6254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_clearNamespaces")]
XMLToken_clearNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6255   public static extern int XMLToken_clearNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6256 
6257   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaceIndex")]
XMLToken_getNamespaceIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6258   public static extern int XMLToken_getNamespaceIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6259 
6260   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaceIndexByPrefix")]
XMLToken_getNamespaceIndexByPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6261   public static extern int XMLToken_getNamespaceIndexByPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6262 
6263   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespacesLength")]
XMLToken_getNamespacesLength(global::System.Runtime.InteropServices.HandleRef jarg1)6264   public static extern int XMLToken_getNamespacesLength(global::System.Runtime.InteropServices.HandleRef jarg1);
6265 
6266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespacePrefix__SWIG_0")]
6267   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getNamespacePrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6268   public static extern string XMLToken_getNamespacePrefix__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6269 
6270   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespacePrefix__SWIG_1")]
6271   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getNamespacePrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6272   public static extern string XMLToken_getNamespacePrefix__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6273 
6274   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaceURI__SWIG_0")]
6275   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getNamespaceURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6276   public static extern string XMLToken_getNamespaceURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6277 
6278   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaceURI__SWIG_1")]
6279   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getNamespaceURI__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6280   public static extern string XMLToken_getNamespaceURI__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6281 
6282   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getNamespaceURI__SWIG_2")]
6283   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getNamespaceURI__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)6284   public static extern string XMLToken_getNamespaceURI__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
6285 
6286   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isNamespacesEmpty")]
XMLToken_isNamespacesEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)6287   public static extern bool XMLToken_isNamespacesEmpty(global::System.Runtime.InteropServices.HandleRef jarg1);
6288 
6289   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasNamespaceURI")]
XMLToken_hasNamespaceURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6290   public static extern bool XMLToken_hasNamespaceURI(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6291 
6292   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasNamespacePrefix")]
XMLToken_hasNamespacePrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6293   public static extern bool XMLToken_hasNamespacePrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6294 
6295   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_hasNamespaceNS")]
XMLToken_hasNamespaceNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6296   public static extern bool XMLToken_hasNamespaceNS(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6297 
6298   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setTriple")]
XMLToken_setTriple(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6299   public static extern int XMLToken_setTriple(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6300 
6301   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getName")]
6302   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getName(global::System.Runtime.InteropServices.HandleRef jarg1)6303   public static extern string XMLToken_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
6304 
6305   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getPrefix")]
6306   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)6307   public static extern string XMLToken_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
6308 
6309   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getURI")]
6310   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)6311   public static extern string XMLToken_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
6312 
6313   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getCharacters")]
6314   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_getCharacters(global::System.Runtime.InteropServices.HandleRef jarg1)6315   public static extern string XMLToken_getCharacters(global::System.Runtime.InteropServices.HandleRef jarg1);
6316 
6317   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setCharacters")]
XMLToken_setCharacters(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6318   public static extern int XMLToken_setCharacters(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6319 
6320   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_append")]
XMLToken_append(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6321   public static extern int XMLToken_append(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6322 
6323   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getColumn")]
XMLToken_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1)6324   public static extern uint XMLToken_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1);
6325 
6326   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_getLine")]
XMLToken_getLine(global::System.Runtime.InteropServices.HandleRef jarg1)6327   public static extern uint XMLToken_getLine(global::System.Runtime.InteropServices.HandleRef jarg1);
6328 
6329   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isElement")]
XMLToken_isElement(global::System.Runtime.InteropServices.HandleRef jarg1)6330   public static extern bool XMLToken_isElement(global::System.Runtime.InteropServices.HandleRef jarg1);
6331 
6332   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isEnd")]
XMLToken_isEnd(global::System.Runtime.InteropServices.HandleRef jarg1)6333   public static extern bool XMLToken_isEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
6334 
6335   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isEndFor")]
XMLToken_isEndFor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6336   public static extern bool XMLToken_isEndFor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6337 
6338   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isEOF")]
XMLToken_isEOF(global::System.Runtime.InteropServices.HandleRef jarg1)6339   public static extern bool XMLToken_isEOF(global::System.Runtime.InteropServices.HandleRef jarg1);
6340 
6341   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isStart")]
XMLToken_isStart(global::System.Runtime.InteropServices.HandleRef jarg1)6342   public static extern bool XMLToken_isStart(global::System.Runtime.InteropServices.HandleRef jarg1);
6343 
6344   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_isText")]
XMLToken_isText(global::System.Runtime.InteropServices.HandleRef jarg1)6345   public static extern bool XMLToken_isText(global::System.Runtime.InteropServices.HandleRef jarg1);
6346 
6347   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setEnd")]
XMLToken_setEnd(global::System.Runtime.InteropServices.HandleRef jarg1)6348   public static extern int XMLToken_setEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
6349 
6350   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_setEOF")]
XMLToken_setEOF(global::System.Runtime.InteropServices.HandleRef jarg1)6351   public static extern int XMLToken_setEOF(global::System.Runtime.InteropServices.HandleRef jarg1);
6352 
6353   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_unsetEnd")]
XMLToken_unsetEnd(global::System.Runtime.InteropServices.HandleRef jarg1)6354   public static extern int XMLToken_unsetEnd(global::System.Runtime.InteropServices.HandleRef jarg1);
6355 
6356   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLToken_toString")]
6357   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLToken_toString(global::System.Runtime.InteropServices.HandleRef jarg1)6358   public static extern string XMLToken_toString(global::System.Runtime.InteropServices.HandleRef jarg1);
6359 
6360   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_0")]
new_XMLNode__SWIG_0()6361   public static extern global::System.IntPtr new_XMLNode__SWIG_0();
6362 
6363   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_1")]
new_XMLNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6364   public static extern global::System.IntPtr new_XMLNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6365 
6366   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_2")]
new_XMLNode__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5)6367   public static extern global::System.IntPtr new_XMLNode__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5);
6368 
6369   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_3")]
new_XMLNode__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4)6370   public static extern global::System.IntPtr new_XMLNode__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4);
6371 
6372   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_4")]
new_XMLNode__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)6373   public static extern global::System.IntPtr new_XMLNode__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
6374 
6375   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_5")]
new_XMLNode__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4)6376   public static extern global::System.IntPtr new_XMLNode__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4);
6377 
6378   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_6")]
new_XMLNode__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)6379   public static extern global::System.IntPtr new_XMLNode__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3);
6380 
6381   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_7")]
new_XMLNode__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6382   public static extern global::System.IntPtr new_XMLNode__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6383 
6384   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_8")]
new_XMLNode__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)6385   public static extern global::System.IntPtr new_XMLNode__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
6386 
6387   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_9")]
new_XMLNode__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6388   public static extern global::System.IntPtr new_XMLNode__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6389 
6390   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_10")]
new_XMLNode__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1)6391   public static extern global::System.IntPtr new_XMLNode__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1);
6392 
6393   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_11")]
new_XMLNode__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3)6394   public static extern global::System.IntPtr new_XMLNode__SWIG_11([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2, long jarg3);
6395 
6396   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_12")]
new_XMLNode__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2)6397   public static extern global::System.IntPtr new_XMLNode__SWIG_12([MarshalAs(UnmanagedType.LPWStr)]string jarg1, long jarg2);
6398 
6399   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_13")]
new_XMLNode__SWIG_13([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6400   public static extern global::System.IntPtr new_XMLNode__SWIG_13([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6401 
6402   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_14")]
new_XMLNode__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1)6403   public static extern global::System.IntPtr new_XMLNode__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1);
6404 
6405   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLNode")]
delete_XMLNode(global::System.Runtime.InteropServices.HandleRef jarg1)6406   public static extern void delete_XMLNode(global::System.Runtime.InteropServices.HandleRef jarg1);
6407 
6408   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLNode__SWIG_15")]
new_XMLNode__SWIG_15(global::System.Runtime.InteropServices.HandleRef jarg1)6409   public static extern global::System.IntPtr new_XMLNode__SWIG_15(global::System.Runtime.InteropServices.HandleRef jarg1);
6410 
6411   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_clone")]
XMLNode_clone(global::System.Runtime.InteropServices.HandleRef jarg1)6412   public static extern global::System.IntPtr XMLNode_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
6413 
6414   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_addChild")]
XMLNode_addChild(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6415   public static extern int XMLNode_addChild(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6416 
6417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_insertChild")]
XMLNode_insertChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)6418   public static extern global::System.IntPtr XMLNode_insertChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
6419 
6420   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_removeChild")]
XMLNode_removeChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6421   public static extern global::System.IntPtr XMLNode_removeChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6422 
6423   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_removeChildren")]
XMLNode_removeChildren(global::System.Runtime.InteropServices.HandleRef jarg1)6424   public static extern int XMLNode_removeChildren(global::System.Runtime.InteropServices.HandleRef jarg1);
6425 
6426   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_getChild__SWIG_0")]
XMLNode_getChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6427   public static extern global::System.IntPtr XMLNode_getChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6428 
6429   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_getChild__SWIG_2")]
XMLNode_getChild__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6430   public static extern global::System.IntPtr XMLNode_getChild__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6431 
6432   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_getIndex")]
XMLNode_getIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6433   public static extern int XMLNode_getIndex(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6434 
6435   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_hasChild")]
XMLNode_hasChild(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6436   public static extern bool XMLNode_hasChild(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6437 
6438   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_equals__SWIG_0")]
XMLNode_equals__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4)6439   public static extern bool XMLNode_equals__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, bool jarg4);
6440 
6441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_equals__SWIG_1")]
XMLNode_equals__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)6442   public static extern bool XMLNode_equals__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
6443 
6444   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_equals__SWIG_2")]
XMLNode_equals__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6445   public static extern bool XMLNode_equals__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6446 
6447   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_getNumChildren")]
XMLNode_getNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1)6448   public static extern uint XMLNode_getNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1);
6449 
6450   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_writeToStream")]
XMLNode_writeToStream(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6451   public static extern void XMLNode_writeToStream(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6452 
6453   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_toXMLString")]
6454   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNode_toXMLString(global::System.Runtime.InteropServices.HandleRef jarg1)6455   public static extern string XMLNode_toXMLString(global::System.Runtime.InteropServices.HandleRef jarg1);
6456 
6457   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_convertXMLNodeToString")]
6458   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLNode_convertXMLNodeToString(global::System.Runtime.InteropServices.HandleRef jarg1)6459   public static extern string XMLNode_convertXMLNodeToString(global::System.Runtime.InteropServices.HandleRef jarg1);
6460 
6461   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_convertStringToXMLNode__SWIG_0")]
XMLNode_convertStringToXMLNode__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6462   public static extern global::System.IntPtr XMLNode_convertStringToXMLNode__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6463 
6464   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_convertStringToXMLNode__SWIG_1")]
XMLNode_convertStringToXMLNode__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6465   public static extern global::System.IntPtr XMLNode_convertStringToXMLNode__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6466 
6467   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLTriple__SWIG_0")]
new_XMLTriple__SWIG_0()6468   public static extern global::System.IntPtr new_XMLTriple__SWIG_0();
6469 
6470   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLTriple__SWIG_1")]
new_XMLTriple__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6471   public static extern global::System.IntPtr new_XMLTriple__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6472 
6473   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLTriple__SWIG_2")]
new_XMLTriple__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, char jarg2)6474   public static extern global::System.IntPtr new_XMLTriple__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, char jarg2);
6475 
6476   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLTriple__SWIG_3")]
new_XMLTriple__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6477   public static extern global::System.IntPtr new_XMLTriple__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6478 
6479   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLTriple__SWIG_4")]
new_XMLTriple__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1)6480   public static extern global::System.IntPtr new_XMLTriple__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1);
6481 
6482   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLTriple")]
delete_XMLTriple(global::System.Runtime.InteropServices.HandleRef jarg1)6483   public static extern void delete_XMLTriple(global::System.Runtime.InteropServices.HandleRef jarg1);
6484 
6485   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_clone")]
XMLTriple_clone(global::System.Runtime.InteropServices.HandleRef jarg1)6486   public static extern global::System.IntPtr XMLTriple_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
6487 
6488   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_getName")]
6489   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLTriple_getName(global::System.Runtime.InteropServices.HandleRef jarg1)6490   public static extern string XMLTriple_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
6491 
6492   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_getPrefix")]
6493   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLTriple_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)6494   public static extern string XMLTriple_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
6495 
6496   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_getURI")]
6497   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLTriple_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)6498   public static extern string XMLTriple_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
6499 
6500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_getPrefixedName")]
6501   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLTriple_getPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1)6502   public static extern string XMLTriple_getPrefixedName(global::System.Runtime.InteropServices.HandleRef jarg1);
6503 
6504   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLTriple_isEmpty")]
XMLTriple_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1)6505   public static extern bool XMLTriple_isEmpty(global::System.Runtime.InteropServices.HandleRef jarg1);
6506 
6507   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOutputStream__SWIG_0")]
new_XMLOutputStream__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)6508   public static extern global::System.IntPtr new_XMLOutputStream__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
6509 
6510   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOutputStream__SWIG_1")]
new_XMLOutputStream__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6511   public static extern global::System.IntPtr new_XMLOutputStream__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6512 
6513   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOutputStream__SWIG_2")]
new_XMLOutputStream__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)6514   public static extern global::System.IntPtr new_XMLOutputStream__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
6515 
6516   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOutputStream__SWIG_3")]
new_XMLOutputStream__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6517   public static extern global::System.IntPtr new_XMLOutputStream__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6518 
6519   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOutputStream__SWIG_4")]
new_XMLOutputStream__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1)6520   public static extern global::System.IntPtr new_XMLOutputStream__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1);
6521 
6522   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLOutputStream")]
delete_XMLOutputStream(global::System.Runtime.InteropServices.HandleRef jarg1)6523   public static extern void delete_XMLOutputStream(global::System.Runtime.InteropServices.HandleRef jarg1);
6524 
6525   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_endElement__SWIG_0")]
XMLOutputStream_endElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6526   public static extern void XMLOutputStream_endElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6527 
6528   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_endElement__SWIG_1")]
XMLOutputStream_endElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6529   public static extern void XMLOutputStream_endElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6530 
6531   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_endElement__SWIG_2")]
XMLOutputStream_endElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)6532   public static extern void XMLOutputStream_endElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
6533 
6534   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_endElement__SWIG_3")]
XMLOutputStream_endElement__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6535   public static extern void XMLOutputStream_endElement__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6536 
6537   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setAutoIndent")]
XMLOutputStream_setAutoIndent(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)6538   public static extern void XMLOutputStream_setAutoIndent(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
6539 
6540   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startElement__SWIG_0")]
XMLOutputStream_startElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6541   public static extern void XMLOutputStream_startElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6542 
6543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startElement__SWIG_1")]
XMLOutputStream_startElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6544   public static extern void XMLOutputStream_startElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6545 
6546   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startElement__SWIG_2")]
XMLOutputStream_startElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6547   public static extern void XMLOutputStream_startElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6548 
6549   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startEndElement__SWIG_0")]
XMLOutputStream_startEndElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6550   public static extern void XMLOutputStream_startEndElement__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6551 
6552   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startEndElement__SWIG_1")]
XMLOutputStream_startEndElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6553   public static extern void XMLOutputStream_startEndElement__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6554 
6555   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_startEndElement__SWIG_2")]
XMLOutputStream_startEndElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6556   public static extern void XMLOutputStream_startEndElement__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6557 
6558   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_0")]
XMLOutputStream_writeAttribute__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6559   public static extern void XMLOutputStream_writeAttribute__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6560 
6561   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_1")]
XMLOutputStream_writeAttribute__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6562   public static extern void XMLOutputStream_writeAttribute__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6563 
6564   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_2")]
XMLOutputStream_writeAttribute__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6565   public static extern void XMLOutputStream_writeAttribute__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6566 
6567   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_6")]
XMLOutputStream_writeAttribute__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)6568   public static extern void XMLOutputStream_writeAttribute__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
6569 
6570   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_7")]
XMLOutputStream_writeAttribute__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)6571   public static extern void XMLOutputStream_writeAttribute__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
6572 
6573   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_8")]
XMLOutputStream_writeAttribute__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)6574   public static extern void XMLOutputStream_writeAttribute__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
6575 
6576   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_9")]
XMLOutputStream_writeAttribute__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3)6577   public static extern void XMLOutputStream_writeAttribute__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, double jarg3);
6578 
6579   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_10")]
XMLOutputStream_writeAttribute__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, double jarg4)6580   public static extern void XMLOutputStream_writeAttribute__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, double jarg4);
6581 
6582   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_11")]
XMLOutputStream_writeAttribute__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)6583   public static extern void XMLOutputStream_writeAttribute__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3);
6584 
6585   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_12")]
XMLOutputStream_writeAttribute__SWIG_12(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3)6586   public static extern void XMLOutputStream_writeAttribute__SWIG_12(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, int jarg3);
6587 
6588   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_13")]
XMLOutputStream_writeAttribute__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4)6589   public static extern void XMLOutputStream_writeAttribute__SWIG_13(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, int jarg4);
6590 
6591   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_14")]
XMLOutputStream_writeAttribute__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)6592   public static extern void XMLOutputStream_writeAttribute__SWIG_14(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3);
6593 
6594   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeAttribute__SWIG_18")]
XMLOutputStream_writeAttribute__SWIG_18(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4)6595   public static extern void XMLOutputStream_writeAttribute__SWIG_18(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, long jarg4);
6596 
6597   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeXMLDecl")]
XMLOutputStream_writeXMLDecl(global::System.Runtime.InteropServices.HandleRef jarg1)6598   public static extern void XMLOutputStream_writeXMLDecl(global::System.Runtime.InteropServices.HandleRef jarg1);
6599 
6600   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeComment__SWIG_0")]
XMLOutputStream_writeComment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)6601   public static extern void XMLOutputStream_writeComment__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
6602 
6603   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_writeComment__SWIG_1")]
XMLOutputStream_writeComment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6604   public static extern void XMLOutputStream_writeComment__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6605 
6606   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_downIndent")]
XMLOutputStream_downIndent(global::System.Runtime.InteropServices.HandleRef jarg1)6607   public static extern void XMLOutputStream_downIndent(global::System.Runtime.InteropServices.HandleRef jarg1);
6608 
6609   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_upIndent")]
XMLOutputStream_upIndent(global::System.Runtime.InteropServices.HandleRef jarg1)6610   public static extern void XMLOutputStream_upIndent(global::System.Runtime.InteropServices.HandleRef jarg1);
6611 
6612   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getSBMLNamespaces")]
XMLOutputStream_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6613   public static extern global::System.IntPtr XMLOutputStream_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6614 
6615   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setSBMLNamespaces")]
XMLOutputStream_setSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6616   public static extern void XMLOutputStream_setSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6617 
6618   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getWriteComment")]
XMLOutputStream_getWriteComment()6619   public static extern bool XMLOutputStream_getWriteComment();
6620 
6621   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setWriteComment")]
XMLOutputStream_setWriteComment(bool jarg1)6622   public static extern void XMLOutputStream_setWriteComment(bool jarg1);
6623 
6624   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getWriteTimestamp")]
XMLOutputStream_getWriteTimestamp()6625   public static extern bool XMLOutputStream_getWriteTimestamp();
6626 
6627   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setWriteTimestamp")]
XMLOutputStream_setWriteTimestamp(bool jarg1)6628   public static extern void XMLOutputStream_setWriteTimestamp(bool jarg1);
6629 
6630   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getLibraryName")]
6631   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLOutputStream_getLibraryName()6632   public static extern string XMLOutputStream_getLibraryName();
6633 
6634   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setLibraryName")]
XMLOutputStream_setLibraryName([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6635   public static extern void XMLOutputStream_setLibraryName([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6636 
6637   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getLibraryVersion")]
6638   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLOutputStream_getLibraryVersion()6639   public static extern string XMLOutputStream_getLibraryVersion();
6640 
6641   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setLibraryVersion")]
XMLOutputStream_setLibraryVersion([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6642   public static extern void XMLOutputStream_setLibraryVersion([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6643 
6644   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_getIndent")]
XMLOutputStream_getIndent(global::System.Runtime.InteropServices.HandleRef jarg1)6645   public static extern uint XMLOutputStream_getIndent(global::System.Runtime.InteropServices.HandleRef jarg1);
6646 
6647   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLOutputStream_setIndent")]
XMLOutputStream_setIndent(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6648   public static extern void XMLOutputStream_setIndent(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6649 
6650   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputStringStream__SWIG_0")]
new_XMLOwningOutputStringStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6651   public static extern global::System.IntPtr new_XMLOwningOutputStringStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6652 
6653   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputStringStream__SWIG_1")]
new_XMLOwningOutputStringStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6654   public static extern global::System.IntPtr new_XMLOwningOutputStringStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6655 
6656   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputStringStream__SWIG_2")]
new_XMLOwningOutputStringStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2)6657   public static extern global::System.IntPtr new_XMLOwningOutputStringStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2);
6658 
6659   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputStringStream__SWIG_3")]
new_XMLOwningOutputStringStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6660   public static extern global::System.IntPtr new_XMLOwningOutputStringStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6661 
6662   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputStringStream__SWIG_4")]
new_XMLOwningOutputStringStream__SWIG_4()6663   public static extern global::System.IntPtr new_XMLOwningOutputStringStream__SWIG_4();
6664 
6665   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLOwningOutputStringStream")]
delete_XMLOwningOutputStringStream(global::System.Runtime.InteropServices.HandleRef jarg1)6666   public static extern void delete_XMLOwningOutputStringStream(global::System.Runtime.InteropServices.HandleRef jarg1);
6667 
6668   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputFileStream__SWIG_0")]
new_XMLOwningOutputFileStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)6669   public static extern global::System.IntPtr new_XMLOwningOutputFileStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
6670 
6671   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputFileStream__SWIG_1")]
new_XMLOwningOutputFileStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6672   public static extern global::System.IntPtr new_XMLOwningOutputFileStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6673 
6674   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputFileStream__SWIG_2")]
new_XMLOwningOutputFileStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)6675   public static extern global::System.IntPtr new_XMLOwningOutputFileStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
6676 
6677   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputFileStream__SWIG_3")]
new_XMLOwningOutputFileStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6678   public static extern global::System.IntPtr new_XMLOwningOutputFileStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6679 
6680   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLOwningOutputFileStream__SWIG_4")]
new_XMLOwningOutputFileStream__SWIG_4([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6681   public static extern global::System.IntPtr new_XMLOwningOutputFileStream__SWIG_4([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6682 
6683   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLOwningOutputFileStream")]
delete_XMLOwningOutputFileStream(global::System.Runtime.InteropServices.HandleRef jarg1)6684   public static extern void delete_XMLOwningOutputFileStream(global::System.Runtime.InteropServices.HandleRef jarg1);
6685 
6686   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLInputStream__SWIG_0")]
new_XMLInputStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)6687   public static extern global::System.IntPtr new_XMLInputStream__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
6688 
6689   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLInputStream__SWIG_1")]
new_XMLInputStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6690   public static extern global::System.IntPtr new_XMLInputStream__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6691 
6692   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLInputStream__SWIG_2")]
new_XMLInputStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2)6693   public static extern global::System.IntPtr new_XMLInputStream__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, bool jarg2);
6694 
6695   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLInputStream__SWIG_3")]
new_XMLInputStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1)6696   public static extern global::System.IntPtr new_XMLInputStream__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
6697 
6698   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLInputStream")]
delete_XMLInputStream(global::System.Runtime.InteropServices.HandleRef jarg1)6699   public static extern void delete_XMLInputStream(global::System.Runtime.InteropServices.HandleRef jarg1);
6700 
6701   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_getEncoding")]
6702   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLInputStream_getEncoding(global::System.Runtime.InteropServices.HandleRef jarg1)6703   public static extern string XMLInputStream_getEncoding(global::System.Runtime.InteropServices.HandleRef jarg1);
6704 
6705   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_getVersion")]
6706   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLInputStream_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1)6707   public static extern string XMLInputStream_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
6708 
6709   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_getErrorLog")]
XMLInputStream_getErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1)6710   public static extern global::System.IntPtr XMLInputStream_getErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1);
6711 
6712   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_isEOF")]
XMLInputStream_isEOF(global::System.Runtime.InteropServices.HandleRef jarg1)6713   public static extern bool XMLInputStream_isEOF(global::System.Runtime.InteropServices.HandleRef jarg1);
6714 
6715   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_isError")]
XMLInputStream_isError(global::System.Runtime.InteropServices.HandleRef jarg1)6716   public static extern bool XMLInputStream_isError(global::System.Runtime.InteropServices.HandleRef jarg1);
6717 
6718   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_isGood")]
XMLInputStream_isGood(global::System.Runtime.InteropServices.HandleRef jarg1)6719   public static extern bool XMLInputStream_isGood(global::System.Runtime.InteropServices.HandleRef jarg1);
6720 
6721   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_next")]
XMLInputStream_next(global::System.Runtime.InteropServices.HandleRef jarg1)6722   public static extern global::System.IntPtr XMLInputStream_next(global::System.Runtime.InteropServices.HandleRef jarg1);
6723 
6724   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_peek")]
XMLInputStream_peek(global::System.Runtime.InteropServices.HandleRef jarg1)6725   public static extern global::System.IntPtr XMLInputStream_peek(global::System.Runtime.InteropServices.HandleRef jarg1);
6726 
6727   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_skipPastEnd")]
XMLInputStream_skipPastEnd(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6728   public static extern void XMLInputStream_skipPastEnd(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6729 
6730   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_skipText")]
XMLInputStream_skipText(global::System.Runtime.InteropServices.HandleRef jarg1)6731   public static extern void XMLInputStream_skipText(global::System.Runtime.InteropServices.HandleRef jarg1);
6732 
6733   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_setErrorLog")]
XMLInputStream_setErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6734   public static extern int XMLInputStream_setErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6735 
6736   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_toString")]
6737   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLInputStream_toString(global::System.Runtime.InteropServices.HandleRef jarg1)6738   public static extern string XMLInputStream_toString(global::System.Runtime.InteropServices.HandleRef jarg1);
6739 
6740   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_getSBMLNamespaces")]
XMLInputStream_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)6741   public static extern global::System.IntPtr XMLInputStream_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
6742 
6743   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_setSBMLNamespaces")]
XMLInputStream_setSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6744   public static extern void XMLInputStream_setSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6745 
6746   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_determineNumberChildren__SWIG_0")]
XMLInputStream_determineNumberChildren__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6747   public static extern uint XMLInputStream_determineNumberChildren__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6748 
6749   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_determineNumberChildren__SWIG_1")]
XMLInputStream_determineNumberChildren__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6750   public static extern uint XMLInputStream_determineNumberChildren__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6751 
6752   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_determineNumSpecificChildren")]
XMLInputStream_determineNumSpecificChildren(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6753   public static extern uint XMLInputStream_determineNumSpecificChildren(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6754 
6755   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLInputStream_containsChild")]
XMLInputStream_containsChild(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)6756   public static extern bool XMLInputStream_containsChild(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
6757 
6758   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_0")]
new_XMLError__SWIG_0(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6)6759   public static extern global::System.IntPtr new_XMLError__SWIG_0(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6);
6760 
6761   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_1")]
new_XMLError__SWIG_1(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5)6762   public static extern global::System.IntPtr new_XMLError__SWIG_1(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5);
6763 
6764   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_2")]
new_XMLError__SWIG_2(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)6765   public static extern global::System.IntPtr new_XMLError__SWIG_2(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
6766 
6767   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_3")]
new_XMLError__SWIG_3(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3)6768   public static extern global::System.IntPtr new_XMLError__SWIG_3(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3);
6769 
6770   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_4")]
new_XMLError__SWIG_4(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6771   public static extern global::System.IntPtr new_XMLError__SWIG_4(int jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6772 
6773   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_5")]
new_XMLError__SWIG_5(int jarg1)6774   public static extern global::System.IntPtr new_XMLError__SWIG_5(int jarg1);
6775 
6776   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_6")]
new_XMLError__SWIG_6()6777   public static extern global::System.IntPtr new_XMLError__SWIG_6();
6778 
6779   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLError__SWIG_7")]
new_XMLError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1)6780   public static extern global::System.IntPtr new_XMLError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1);
6781 
6782   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLError")]
delete_XMLError(global::System.Runtime.InteropServices.HandleRef jarg1)6783   public static extern void delete_XMLError(global::System.Runtime.InteropServices.HandleRef jarg1);
6784 
6785   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getErrorId")]
XMLError_getErrorId(global::System.Runtime.InteropServices.HandleRef jarg1)6786   public static extern uint XMLError_getErrorId(global::System.Runtime.InteropServices.HandleRef jarg1);
6787 
6788   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getMessage")]
6789   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1)6790   public static extern string XMLError_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1);
6791 
6792   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getShortMessage")]
6793   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getShortMessage(global::System.Runtime.InteropServices.HandleRef jarg1)6794   public static extern string XMLError_getShortMessage(global::System.Runtime.InteropServices.HandleRef jarg1);
6795 
6796   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getLine")]
XMLError_getLine(global::System.Runtime.InteropServices.HandleRef jarg1)6797   public static extern uint XMLError_getLine(global::System.Runtime.InteropServices.HandleRef jarg1);
6798 
6799   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getColumn")]
XMLError_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1)6800   public static extern uint XMLError_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1);
6801 
6802   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getSeverity")]
XMLError_getSeverity(global::System.Runtime.InteropServices.HandleRef jarg1)6803   public static extern uint XMLError_getSeverity(global::System.Runtime.InteropServices.HandleRef jarg1);
6804 
6805   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getSeverityAsString")]
6806   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getSeverityAsString(global::System.Runtime.InteropServices.HandleRef jarg1)6807   public static extern string XMLError_getSeverityAsString(global::System.Runtime.InteropServices.HandleRef jarg1);
6808 
6809   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getCategory")]
XMLError_getCategory(global::System.Runtime.InteropServices.HandleRef jarg1)6810   public static extern uint XMLError_getCategory(global::System.Runtime.InteropServices.HandleRef jarg1);
6811 
6812   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getCategoryAsString")]
6813   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getCategoryAsString(global::System.Runtime.InteropServices.HandleRef jarg1)6814   public static extern string XMLError_getCategoryAsString(global::System.Runtime.InteropServices.HandleRef jarg1);
6815 
6816   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isInfo")]
XMLError_isInfo(global::System.Runtime.InteropServices.HandleRef jarg1)6817   public static extern bool XMLError_isInfo(global::System.Runtime.InteropServices.HandleRef jarg1);
6818 
6819   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isWarning")]
XMLError_isWarning(global::System.Runtime.InteropServices.HandleRef jarg1)6820   public static extern bool XMLError_isWarning(global::System.Runtime.InteropServices.HandleRef jarg1);
6821 
6822   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isError")]
XMLError_isError(global::System.Runtime.InteropServices.HandleRef jarg1)6823   public static extern bool XMLError_isError(global::System.Runtime.InteropServices.HandleRef jarg1);
6824 
6825   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isFatal")]
XMLError_isFatal(global::System.Runtime.InteropServices.HandleRef jarg1)6826   public static extern bool XMLError_isFatal(global::System.Runtime.InteropServices.HandleRef jarg1);
6827 
6828   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isInternal")]
XMLError_isInternal(global::System.Runtime.InteropServices.HandleRef jarg1)6829   public static extern bool XMLError_isInternal(global::System.Runtime.InteropServices.HandleRef jarg1);
6830 
6831   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isSystem")]
XMLError_isSystem(global::System.Runtime.InteropServices.HandleRef jarg1)6832   public static extern bool XMLError_isSystem(global::System.Runtime.InteropServices.HandleRef jarg1);
6833 
6834   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isXML")]
XMLError_isXML(global::System.Runtime.InteropServices.HandleRef jarg1)6835   public static extern bool XMLError_isXML(global::System.Runtime.InteropServices.HandleRef jarg1);
6836 
6837   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_isValid")]
XMLError_isValid(global::System.Runtime.InteropServices.HandleRef jarg1)6838   public static extern bool XMLError_isValid(global::System.Runtime.InteropServices.HandleRef jarg1);
6839 
6840   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_setLine")]
XMLError_setLine(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6841   public static extern int XMLError_setLine(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6842 
6843   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_setColumn")]
XMLError_setColumn(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6844   public static extern int XMLError_setColumn(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6845 
6846   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getStandardMessage")]
6847   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getStandardMessage(int jarg1)6848   public static extern string XMLError_getStandardMessage(int jarg1);
6849 
6850   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getPackage")]
6851   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLError_getPackage(global::System.Runtime.InteropServices.HandleRef jarg1)6852   public static extern string XMLError_getPackage(global::System.Runtime.InteropServices.HandleRef jarg1);
6853 
6854   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLError_getErrorIdOffset")]
XMLError_getErrorIdOffset(global::System.Runtime.InteropServices.HandleRef jarg1)6855   public static extern uint XMLError_getErrorIdOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
6856 
6857   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_getNumErrors")]
XMLErrorLog_getNumErrors(global::System.Runtime.InteropServices.HandleRef jarg1)6858   public static extern uint XMLErrorLog_getNumErrors(global::System.Runtime.InteropServices.HandleRef jarg1);
6859 
6860   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_getError")]
XMLErrorLog_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6861   public static extern global::System.IntPtr XMLErrorLog_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6862 
6863   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_clearLog")]
XMLErrorLog_clearLog(global::System.Runtime.InteropServices.HandleRef jarg1)6864   public static extern void XMLErrorLog_clearLog(global::System.Runtime.InteropServices.HandleRef jarg1);
6865 
6866   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLErrorLog__SWIG_0")]
new_XMLErrorLog__SWIG_0()6867   public static extern global::System.IntPtr new_XMLErrorLog__SWIG_0();
6868 
6869   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_XMLErrorLog__SWIG_1")]
new_XMLErrorLog__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6870   public static extern global::System.IntPtr new_XMLErrorLog__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6871 
6872   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_XMLErrorLog")]
delete_XMLErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1)6873   public static extern void delete_XMLErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1);
6874 
6875   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_add__SWIG_0")]
XMLErrorLog_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6876   public static extern void XMLErrorLog_add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6877 
6878   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_add__SWIG_1")]
XMLErrorLog_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6879   public static extern void XMLErrorLog_add__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6880 
6881   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_toString")]
6882   [return: MarshalAs(UnmanagedType.LPWStr)]
XMLErrorLog_toString(global::System.Runtime.InteropServices.HandleRef jarg1)6883   public static extern string XMLErrorLog_toString(global::System.Runtime.InteropServices.HandleRef jarg1);
6884 
6885   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_printErrors__SWIG_0")]
XMLErrorLog_printErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6886   public static extern void XMLErrorLog_printErrors__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6887 
6888   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_printErrors__SWIG_1")]
XMLErrorLog_printErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6889   public static extern void XMLErrorLog_printErrors__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6890 
6891   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_printErrors__SWIG_2")]
XMLErrorLog_printErrors__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3)6892   public static extern void XMLErrorLog_printErrors__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3);
6893 
6894   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_isSeverityOverridden")]
XMLErrorLog_isSeverityOverridden(global::System.Runtime.InteropServices.HandleRef jarg1)6895   public static extern bool XMLErrorLog_isSeverityOverridden(global::System.Runtime.InteropServices.HandleRef jarg1);
6896 
6897   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_unsetSeverityOverride")]
XMLErrorLog_unsetSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1)6898   public static extern void XMLErrorLog_unsetSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1);
6899 
6900   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_getSeverityOverride")]
XMLErrorLog_getSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1)6901   public static extern int XMLErrorLog_getSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1);
6902 
6903   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_setSeverityOverride")]
XMLErrorLog_setSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)6904   public static extern void XMLErrorLog_setSeverityOverride(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
6905 
6906   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_changeErrorSeverity__SWIG_0")]
XMLErrorLog_changeErrorSeverity__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)6907   public static extern void XMLErrorLog_changeErrorSeverity__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
6908 
6909   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_changeErrorSeverity__SWIG_1")]
XMLErrorLog_changeErrorSeverity__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)6910   public static extern void XMLErrorLog_changeErrorSeverity__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
6911 
6912   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLErrorLog_contains")]
XMLErrorLog_contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6913   public static extern bool XMLErrorLog_contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6914 
6915   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_getError")]
SBMLErrorLog_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6916   public static extern global::System.IntPtr SBMLErrorLog_getError(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6917 
6918   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_getErrorWithSeverity")]
SBMLErrorLog_getErrorWithSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)6919   public static extern global::System.IntPtr SBMLErrorLog_getErrorWithSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
6920 
6921   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_getNumFailsWithSeverity__SWIG_0")]
SBMLErrorLog_getNumFailsWithSeverity__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6922   public static extern uint SBMLErrorLog_getNumFailsWithSeverity__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6923 
6924   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLErrorLog__SWIG_0")]
new_SBMLErrorLog__SWIG_0()6925   public static extern global::System.IntPtr new_SBMLErrorLog__SWIG_0();
6926 
6927   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLErrorLog__SWIG_1")]
new_SBMLErrorLog__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)6928   public static extern global::System.IntPtr new_SBMLErrorLog__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
6929 
6930   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLErrorLog")]
delete_SBMLErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1)6931   public static extern void delete_SBMLErrorLog(global::System.Runtime.InteropServices.HandleRef jarg1);
6932 
6933   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_0")]
SBMLErrorLog_logError__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7, long jarg8, long jarg9)6934   public static extern void SBMLErrorLog_logError__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7, long jarg8, long jarg9);
6935 
6936   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_1")]
SBMLErrorLog_logError__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7, long jarg8)6937   public static extern void SBMLErrorLog_logError__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7, long jarg8);
6938 
6939   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_2")]
SBMLErrorLog_logError__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7)6940   public static extern void SBMLErrorLog_logError__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6, long jarg7);
6941 
6942   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_3")]
SBMLErrorLog_logError__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6)6943   public static extern void SBMLErrorLog_logError__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5, long jarg6);
6944 
6945   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_4")]
SBMLErrorLog_logError__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5)6946   public static extern void SBMLErrorLog_logError__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, [MarshalAs(UnmanagedType.LPWStr)]string jarg5);
6947 
6948   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_5")]
SBMLErrorLog_logError__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)6949   public static extern void SBMLErrorLog_logError__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4);
6950 
6951   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_6")]
SBMLErrorLog_logError__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)6952   public static extern void SBMLErrorLog_logError__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
6953 
6954   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_7")]
SBMLErrorLog_logError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6955   public static extern void SBMLErrorLog_logError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6956 
6957   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logError__SWIG_8")]
SBMLErrorLog_logError__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1)6958   public static extern void SBMLErrorLog_logError__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1);
6959 
6960   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_0")]
SBMLErrorLog_logPackageError__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9, long jarg10, long jarg11)6961   public static extern void SBMLErrorLog_logPackageError__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9, long jarg10, long jarg11);
6962 
6963   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_1")]
SBMLErrorLog_logPackageError__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9, long jarg10)6964   public static extern void SBMLErrorLog_logPackageError__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9, long jarg10);
6965 
6966   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_2")]
SBMLErrorLog_logPackageError__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9)6967   public static extern void SBMLErrorLog_logPackageError__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8, long jarg9);
6968 
6969   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_3")]
SBMLErrorLog_logPackageError__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8)6970   public static extern void SBMLErrorLog_logPackageError__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7, long jarg8);
6971 
6972   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_4")]
SBMLErrorLog_logPackageError__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7)6973   public static extern void SBMLErrorLog_logPackageError__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6, [MarshalAs(UnmanagedType.LPWStr)]string jarg7);
6974 
6975   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_5")]
SBMLErrorLog_logPackageError__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6)6976   public static extern void SBMLErrorLog_logPackageError__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5, long jarg6);
6977 
6978   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_6")]
SBMLErrorLog_logPackageError__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5)6979   public static extern void SBMLErrorLog_logPackageError__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5);
6980 
6981   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_7")]
SBMLErrorLog_logPackageError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)6982   public static extern void SBMLErrorLog_logPackageError__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
6983 
6984   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_8")]
SBMLErrorLog_logPackageError__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3)6985   public static extern void SBMLErrorLog_logPackageError__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3);
6986 
6987   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_9")]
SBMLErrorLog_logPackageError__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)6988   public static extern void SBMLErrorLog_logPackageError__SWIG_9(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
6989 
6990   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_logPackageError__SWIG_10")]
SBMLErrorLog_logPackageError__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1)6991   public static extern void SBMLErrorLog_logPackageError__SWIG_10(global::System.Runtime.InteropServices.HandleRef jarg1);
6992 
6993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_add")]
SBMLErrorLog_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)6994   public static extern void SBMLErrorLog_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
6995 
6996   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_remove")]
SBMLErrorLog_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)6997   public static extern void SBMLErrorLog_remove(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
6998 
6999   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_removeAll")]
SBMLErrorLog_removeAll(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7000   public static extern void SBMLErrorLog_removeAll(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7001 
7002   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_contains")]
SBMLErrorLog_contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7003   public static extern bool SBMLErrorLog_contains(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7004 
7005   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_0")]
new_SBMLError__SWIG_0(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8, [MarshalAs(UnmanagedType.LPWStr)]string jarg9, long jarg10)7006   public static extern global::System.IntPtr new_SBMLError__SWIG_0(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8, [MarshalAs(UnmanagedType.LPWStr)]string jarg9, long jarg10);
7007 
7008   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_1")]
new_SBMLError__SWIG_1(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8, [MarshalAs(UnmanagedType.LPWStr)]string jarg9)7009   public static extern global::System.IntPtr new_SBMLError__SWIG_1(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8, [MarshalAs(UnmanagedType.LPWStr)]string jarg9);
7010 
7011   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_2")]
new_SBMLError__SWIG_2(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8)7012   public static extern global::System.IntPtr new_SBMLError__SWIG_2(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7, long jarg8);
7013 
7014   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_3")]
new_SBMLError__SWIG_3(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7)7015   public static extern global::System.IntPtr new_SBMLError__SWIG_3(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6, long jarg7);
7016 
7017   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_4")]
new_SBMLError__SWIG_4(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6)7018   public static extern global::System.IntPtr new_SBMLError__SWIG_4(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5, long jarg6);
7019 
7020   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_5")]
new_SBMLError__SWIG_5(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5)7021   public static extern global::System.IntPtr new_SBMLError__SWIG_5(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4, long jarg5);
7022 
7023   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_6")]
new_SBMLError__SWIG_6(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)7024   public static extern global::System.IntPtr new_SBMLError__SWIG_6(long jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
7025 
7026   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_7")]
new_SBMLError__SWIG_7(long jarg1, long jarg2, long jarg3)7027   public static extern global::System.IntPtr new_SBMLError__SWIG_7(long jarg1, long jarg2, long jarg3);
7028 
7029   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_8")]
new_SBMLError__SWIG_8(long jarg1, long jarg2)7030   public static extern global::System.IntPtr new_SBMLError__SWIG_8(long jarg1, long jarg2);
7031 
7032   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_9")]
new_SBMLError__SWIG_9(long jarg1)7033   public static extern global::System.IntPtr new_SBMLError__SWIG_9(long jarg1);
7034 
7035   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_10")]
new_SBMLError__SWIG_10()7036   public static extern global::System.IntPtr new_SBMLError__SWIG_10();
7037 
7038   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLError__SWIG_11")]
new_SBMLError__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1)7039   public static extern global::System.IntPtr new_SBMLError__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1);
7040 
7041   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLError")]
delete_SBMLError(global::System.Runtime.InteropServices.HandleRef jarg1)7042   public static extern void delete_SBMLError(global::System.Runtime.InteropServices.HandleRef jarg1);
7043 
7044   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CVTerm__SWIG_0")]
new_CVTerm__SWIG_0(int jarg1)7045   public static extern global::System.IntPtr new_CVTerm__SWIG_0(int jarg1);
7046 
7047   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CVTerm__SWIG_1")]
new_CVTerm__SWIG_1()7048   public static extern global::System.IntPtr new_CVTerm__SWIG_1();
7049 
7050   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CVTerm__SWIG_2")]
new_CVTerm__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)7051   public static extern global::System.IntPtr new_CVTerm__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
7052 
7053   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_CVTerm")]
delete_CVTerm(global::System.Runtime.InteropServices.HandleRef jarg1)7054   public static extern void delete_CVTerm(global::System.Runtime.InteropServices.HandleRef jarg1);
7055 
7056   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_CVTerm__SWIG_3")]
new_CVTerm__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1)7057   public static extern global::System.IntPtr new_CVTerm__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
7058 
7059   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_clone")]
CVTerm_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7060   public static extern global::System.IntPtr CVTerm_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7061 
7062   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getQualifierType__SWIG_0")]
CVTerm_getQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7063   public static extern int CVTerm_getQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7064 
7065   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getModelQualifierType__SWIG_0")]
CVTerm_getModelQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7066   public static extern int CVTerm_getModelQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7067 
7068   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getBiologicalQualifierType__SWIG_0")]
CVTerm_getBiologicalQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7069   public static extern int CVTerm_getBiologicalQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7070 
7071   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getResources__SWIG_0")]
CVTerm_getResources__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7072   public static extern global::System.IntPtr CVTerm_getResources__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7073 
7074   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getNumResources__SWIG_0")]
CVTerm_getNumResources__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7075   public static extern uint CVTerm_getNumResources__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7076 
7077   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getResourceURI__SWIG_0")]
7078   [return: MarshalAs(UnmanagedType.LPWStr)]
CVTerm_getResourceURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7079   public static extern string CVTerm_getResourceURI__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7080 
7081   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_setQualifierType")]
CVTerm_setQualifierType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)7082   public static extern int CVTerm_setQualifierType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
7083 
7084   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_setModelQualifierType__SWIG_0")]
CVTerm_setModelQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)7085   public static extern int CVTerm_setModelQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
7086 
7087   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_setBiologicalQualifierType__SWIG_0")]
CVTerm_setBiologicalQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)7088   public static extern int CVTerm_setBiologicalQualifierType__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
7089 
7090   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_setModelQualifierType__SWIG_1")]
CVTerm_setModelQualifierType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7091   public static extern int CVTerm_setModelQualifierType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7092 
7093   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_setBiologicalQualifierType__SWIG_1")]
CVTerm_setBiologicalQualifierType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7094   public static extern int CVTerm_setBiologicalQualifierType__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7095 
7096   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_addResource")]
CVTerm_addResource(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7097   public static extern int CVTerm_addResource(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7098 
7099   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_removeResource")]
CVTerm_removeResource(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7100   public static extern int CVTerm_removeResource(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7101 
7102   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_hasRequiredAttributes__SWIG_0")]
CVTerm_hasRequiredAttributes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7103   public static extern bool CVTerm_hasRequiredAttributes__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7104 
7105   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_hasBeenModified")]
CVTerm_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1)7106   public static extern bool CVTerm_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1);
7107 
7108   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_resetModifiedFlags")]
CVTerm_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1)7109   public static extern void CVTerm_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1);
7110 
7111   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getNumNestedCVTerms")]
CVTerm_getNumNestedCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1)7112   public static extern uint CVTerm_getNumNestedCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
7113 
7114   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getNestedCVTerm__SWIG_0")]
CVTerm_getNestedCVTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7115   public static extern global::System.IntPtr CVTerm_getNestedCVTerm__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7116 
7117   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_getListNestedCVTerms__SWIG_0")]
CVTerm_getListNestedCVTerms__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7118   public static extern global::System.IntPtr CVTerm_getListNestedCVTerms__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7119 
7120   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_addNestedCVTerm")]
CVTerm_addNestedCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7121   public static extern int CVTerm_addNestedCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7122 
7123   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CVTerm_removeNestedCVTerm")]
CVTerm_removeNestedCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7124   public static extern global::System.IntPtr CVTerm_removeNestedCVTerm(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7125 
7126   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelQualifierType_toString")]
7127   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelQualifierType_toString(int jarg1)7128   public static extern string ModelQualifierType_toString(int jarg1);
7129 
7130   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_BiolQualifierType_toString")]
7131   [return: MarshalAs(UnmanagedType.LPWStr)]
BiolQualifierType_toString(int jarg1)7132   public static extern string BiolQualifierType_toString(int jarg1);
7133 
7134   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelQualifierType_fromString")]
ModelQualifierType_fromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7135   public static extern int ModelQualifierType_fromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7136 
7137   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_BiolQualifierType_fromString")]
BiolQualifierType_fromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7138   public static extern int BiolQualifierType_fromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7139 
7140   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_0")]
new_Date__SWIG_0(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7, long jarg8, long jarg9)7141   public static extern global::System.IntPtr new_Date__SWIG_0(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7, long jarg8, long jarg9);
7142 
7143   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_1")]
new_Date__SWIG_1(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7, long jarg8)7144   public static extern global::System.IntPtr new_Date__SWIG_1(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7, long jarg8);
7145 
7146   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_2")]
new_Date__SWIG_2(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7)7147   public static extern global::System.IntPtr new_Date__SWIG_2(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6, long jarg7);
7148 
7149   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_3")]
new_Date__SWIG_3(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6)7150   public static extern global::System.IntPtr new_Date__SWIG_3(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5, long jarg6);
7151 
7152   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_4")]
new_Date__SWIG_4(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5)7153   public static extern global::System.IntPtr new_Date__SWIG_4(long jarg1, long jarg2, long jarg3, long jarg4, long jarg5);
7154 
7155   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_5")]
new_Date__SWIG_5(long jarg1, long jarg2, long jarg3, long jarg4)7156   public static extern global::System.IntPtr new_Date__SWIG_5(long jarg1, long jarg2, long jarg3, long jarg4);
7157 
7158   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_6")]
new_Date__SWIG_6(long jarg1, long jarg2, long jarg3)7159   public static extern global::System.IntPtr new_Date__SWIG_6(long jarg1, long jarg2, long jarg3);
7160 
7161   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_7")]
new_Date__SWIG_7(long jarg1, long jarg2)7162   public static extern global::System.IntPtr new_Date__SWIG_7(long jarg1, long jarg2);
7163 
7164   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_8")]
new_Date__SWIG_8(long jarg1)7165   public static extern global::System.IntPtr new_Date__SWIG_8(long jarg1);
7166 
7167   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_9")]
new_Date__SWIG_9()7168   public static extern global::System.IntPtr new_Date__SWIG_9();
7169 
7170   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_10")]
new_Date__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7171   public static extern global::System.IntPtr new_Date__SWIG_10([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7172 
7173   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Date")]
delete_Date(global::System.Runtime.InteropServices.HandleRef jarg1)7174   public static extern void delete_Date(global::System.Runtime.InteropServices.HandleRef jarg1);
7175 
7176   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Date__SWIG_11")]
new_Date__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1)7177   public static extern global::System.IntPtr new_Date__SWIG_11(global::System.Runtime.InteropServices.HandleRef jarg1);
7178 
7179   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_clone")]
Date_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7180   public static extern global::System.IntPtr Date_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7181 
7182   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getYear")]
Date_getYear(global::System.Runtime.InteropServices.HandleRef jarg1)7183   public static extern uint Date_getYear(global::System.Runtime.InteropServices.HandleRef jarg1);
7184 
7185   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getMonth")]
Date_getMonth(global::System.Runtime.InteropServices.HandleRef jarg1)7186   public static extern uint Date_getMonth(global::System.Runtime.InteropServices.HandleRef jarg1);
7187 
7188   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getDay")]
Date_getDay(global::System.Runtime.InteropServices.HandleRef jarg1)7189   public static extern uint Date_getDay(global::System.Runtime.InteropServices.HandleRef jarg1);
7190 
7191   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getHour")]
Date_getHour(global::System.Runtime.InteropServices.HandleRef jarg1)7192   public static extern uint Date_getHour(global::System.Runtime.InteropServices.HandleRef jarg1);
7193 
7194   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getMinute")]
Date_getMinute(global::System.Runtime.InteropServices.HandleRef jarg1)7195   public static extern uint Date_getMinute(global::System.Runtime.InteropServices.HandleRef jarg1);
7196 
7197   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getSecond")]
Date_getSecond(global::System.Runtime.InteropServices.HandleRef jarg1)7198   public static extern uint Date_getSecond(global::System.Runtime.InteropServices.HandleRef jarg1);
7199 
7200   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getSignOffset")]
Date_getSignOffset(global::System.Runtime.InteropServices.HandleRef jarg1)7201   public static extern uint Date_getSignOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
7202 
7203   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getHoursOffset")]
Date_getHoursOffset(global::System.Runtime.InteropServices.HandleRef jarg1)7204   public static extern uint Date_getHoursOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
7205 
7206   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getMinutesOffset")]
Date_getMinutesOffset(global::System.Runtime.InteropServices.HandleRef jarg1)7207   public static extern uint Date_getMinutesOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
7208 
7209   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_getDateAsString")]
7210   [return: MarshalAs(UnmanagedType.LPWStr)]
Date_getDateAsString(global::System.Runtime.InteropServices.HandleRef jarg1)7211   public static extern string Date_getDateAsString(global::System.Runtime.InteropServices.HandleRef jarg1);
7212 
7213   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setYear")]
Date_setYear(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7214   public static extern int Date_setYear(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7215 
7216   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setMonth")]
Date_setMonth(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7217   public static extern int Date_setMonth(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7218 
7219   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setDay")]
Date_setDay(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7220   public static extern int Date_setDay(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7221 
7222   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setHour")]
Date_setHour(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7223   public static extern int Date_setHour(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7224 
7225   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setMinute")]
Date_setMinute(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7226   public static extern int Date_setMinute(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7227 
7228   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setSecond")]
Date_setSecond(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7229   public static extern int Date_setSecond(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7230 
7231   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setSignOffset")]
Date_setSignOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7232   public static extern int Date_setSignOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7233 
7234   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setHoursOffset")]
Date_setHoursOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7235   public static extern int Date_setHoursOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7236 
7237   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setMinutesOffset")]
Date_setMinutesOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7238   public static extern int Date_setMinutesOffset(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7239 
7240   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_setDateAsString")]
Date_setDateAsString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7241   public static extern int Date_setDateAsString(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7242 
7243   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_representsValidDate")]
Date_representsValidDate(global::System.Runtime.InteropServices.HandleRef jarg1)7244   public static extern bool Date_representsValidDate(global::System.Runtime.InteropServices.HandleRef jarg1);
7245 
7246   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_hasBeenModified")]
Date_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1)7247   public static extern bool Date_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1);
7248 
7249   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Date_resetModifiedFlags")]
Date_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1)7250   public static extern void Date_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1);
7251 
7252   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelCreator__SWIG_0")]
new_ModelCreator__SWIG_0()7253   public static extern global::System.IntPtr new_ModelCreator__SWIG_0();
7254 
7255   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelCreator__SWIG_1")]
new_ModelCreator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7256   public static extern global::System.IntPtr new_ModelCreator__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7257 
7258   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ModelCreator")]
delete_ModelCreator(global::System.Runtime.InteropServices.HandleRef jarg1)7259   public static extern void delete_ModelCreator(global::System.Runtime.InteropServices.HandleRef jarg1);
7260 
7261   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelCreator__SWIG_2")]
new_ModelCreator__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)7262   public static extern global::System.IntPtr new_ModelCreator__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
7263 
7264   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_clone")]
ModelCreator_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7265   public static extern global::System.IntPtr ModelCreator_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7266 
7267   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getFamilyName")]
7268   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1)7269   public static extern string ModelCreator_getFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1);
7270 
7271   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getGivenName")]
7272   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getGivenName(global::System.Runtime.InteropServices.HandleRef jarg1)7273   public static extern string ModelCreator_getGivenName(global::System.Runtime.InteropServices.HandleRef jarg1);
7274 
7275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getEmail")]
7276   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getEmail(global::System.Runtime.InteropServices.HandleRef jarg1)7277   public static extern string ModelCreator_getEmail(global::System.Runtime.InteropServices.HandleRef jarg1);
7278 
7279   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getOrganization")]
7280   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getOrganization(global::System.Runtime.InteropServices.HandleRef jarg1)7281   public static extern string ModelCreator_getOrganization(global::System.Runtime.InteropServices.HandleRef jarg1);
7282 
7283   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getOrganisation")]
7284   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1)7285   public static extern string ModelCreator_getOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1);
7286 
7287   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_getName")]
7288   [return: MarshalAs(UnmanagedType.LPWStr)]
ModelCreator_getName(global::System.Runtime.InteropServices.HandleRef jarg1)7289   public static extern string ModelCreator_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
7290 
7291   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetFamilyName")]
ModelCreator_isSetFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1)7292   public static extern bool ModelCreator_isSetFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1);
7293 
7294   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetGivenName")]
ModelCreator_isSetGivenName(global::System.Runtime.InteropServices.HandleRef jarg1)7295   public static extern bool ModelCreator_isSetGivenName(global::System.Runtime.InteropServices.HandleRef jarg1);
7296 
7297   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetEmail")]
ModelCreator_isSetEmail(global::System.Runtime.InteropServices.HandleRef jarg1)7298   public static extern bool ModelCreator_isSetEmail(global::System.Runtime.InteropServices.HandleRef jarg1);
7299 
7300   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetOrganization")]
ModelCreator_isSetOrganization(global::System.Runtime.InteropServices.HandleRef jarg1)7301   public static extern bool ModelCreator_isSetOrganization(global::System.Runtime.InteropServices.HandleRef jarg1);
7302 
7303   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetOrganisation")]
ModelCreator_isSetOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1)7304   public static extern bool ModelCreator_isSetOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1);
7305 
7306   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_isSetName")]
ModelCreator_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1)7307   public static extern bool ModelCreator_isSetName(global::System.Runtime.InteropServices.HandleRef jarg1);
7308 
7309   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setFamilyName")]
ModelCreator_setFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7310   public static extern int ModelCreator_setFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7311 
7312   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setGivenName")]
ModelCreator_setGivenName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7313   public static extern int ModelCreator_setGivenName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7314 
7315   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setEmail")]
ModelCreator_setEmail(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7316   public static extern int ModelCreator_setEmail(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7317 
7318   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setOrganization")]
ModelCreator_setOrganization(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7319   public static extern int ModelCreator_setOrganization(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7320 
7321   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setOrganisation")]
ModelCreator_setOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7322   public static extern int ModelCreator_setOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7323 
7324   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setName")]
ModelCreator_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7325   public static extern int ModelCreator_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7326 
7327   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetFamilyName")]
ModelCreator_unsetFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1)7328   public static extern int ModelCreator_unsetFamilyName(global::System.Runtime.InteropServices.HandleRef jarg1);
7329 
7330   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetGivenName")]
ModelCreator_unsetGivenName(global::System.Runtime.InteropServices.HandleRef jarg1)7331   public static extern int ModelCreator_unsetGivenName(global::System.Runtime.InteropServices.HandleRef jarg1);
7332 
7333   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetEmail")]
ModelCreator_unsetEmail(global::System.Runtime.InteropServices.HandleRef jarg1)7334   public static extern int ModelCreator_unsetEmail(global::System.Runtime.InteropServices.HandleRef jarg1);
7335 
7336   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetOrganization")]
ModelCreator_unsetOrganization(global::System.Runtime.InteropServices.HandleRef jarg1)7337   public static extern int ModelCreator_unsetOrganization(global::System.Runtime.InteropServices.HandleRef jarg1);
7338 
7339   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetOrganisation")]
ModelCreator_unsetOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1)7340   public static extern int ModelCreator_unsetOrganisation(global::System.Runtime.InteropServices.HandleRef jarg1);
7341 
7342   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_unsetName")]
ModelCreator_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1)7343   public static extern int ModelCreator_unsetName(global::System.Runtime.InteropServices.HandleRef jarg1);
7344 
7345   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_hasRequiredAttributes")]
ModelCreator_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)7346   public static extern bool ModelCreator_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
7347 
7348   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_hasBeenModified")]
ModelCreator_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1)7349   public static extern bool ModelCreator_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1);
7350 
7351   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_resetModifiedFlags")]
ModelCreator_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1)7352   public static extern void ModelCreator_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1);
7353 
7354   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_usingFNVcard4")]
ModelCreator_usingFNVcard4(global::System.Runtime.InteropServices.HandleRef jarg1)7355   public static extern bool ModelCreator_usingFNVcard4(global::System.Runtime.InteropServices.HandleRef jarg1);
7356 
7357   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_usingSingleName")]
ModelCreator_usingSingleName(global::System.Runtime.InteropServices.HandleRef jarg1)7358   public static extern bool ModelCreator_usingSingleName(global::System.Runtime.InteropServices.HandleRef jarg1);
7359 
7360   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelCreator_setUseSingleName")]
ModelCreator_setUseSingleName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)7361   public static extern void ModelCreator_setUseSingleName(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
7362 
7363   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelHistory__SWIG_0")]
new_ModelHistory__SWIG_0()7364   public static extern global::System.IntPtr new_ModelHistory__SWIG_0();
7365 
7366   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ModelHistory")]
delete_ModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1)7367   public static extern void delete_ModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1);
7368 
7369   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ModelHistory__SWIG_1")]
new_ModelHistory__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7370   public static extern global::System.IntPtr new_ModelHistory__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7371 
7372   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_clone")]
ModelHistory_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7373   public static extern global::System.IntPtr ModelHistory_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7374 
7375   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getCreatedDate")]
ModelHistory_getCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1)7376   public static extern global::System.IntPtr ModelHistory_getCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1);
7377 
7378   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getModifiedDate__SWIG_0")]
ModelHistory_getModifiedDate__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7379   public static extern global::System.IntPtr ModelHistory_getModifiedDate__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7380 
7381   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_isSetCreatedDate")]
ModelHistory_isSetCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1)7382   public static extern bool ModelHistory_isSetCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1);
7383 
7384   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_isSetModifiedDate")]
ModelHistory_isSetModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1)7385   public static extern bool ModelHistory_isSetModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1);
7386 
7387   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_setCreatedDate")]
ModelHistory_setCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7388   public static extern int ModelHistory_setCreatedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7389 
7390   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_setModifiedDate")]
ModelHistory_setModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7391   public static extern int ModelHistory_setModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7392 
7393   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_addModifiedDate")]
ModelHistory_addModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7394   public static extern int ModelHistory_addModifiedDate(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7395 
7396   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getListModifiedDates")]
ModelHistory_getListModifiedDates(global::System.Runtime.InteropServices.HandleRef jarg1)7397   public static extern global::System.IntPtr ModelHistory_getListModifiedDates(global::System.Runtime.InteropServices.HandleRef jarg1);
7398 
7399   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getModifiedDate__SWIG_1")]
ModelHistory_getModifiedDate__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7400   public static extern global::System.IntPtr ModelHistory_getModifiedDate__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7401 
7402   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getNumModifiedDates")]
ModelHistory_getNumModifiedDates(global::System.Runtime.InteropServices.HandleRef jarg1)7403   public static extern uint ModelHistory_getNumModifiedDates(global::System.Runtime.InteropServices.HandleRef jarg1);
7404 
7405   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_addCreator")]
ModelHistory_addCreator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7406   public static extern int ModelHistory_addCreator(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7407 
7408   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getListCreators")]
ModelHistory_getListCreators(global::System.Runtime.InteropServices.HandleRef jarg1)7409   public static extern global::System.IntPtr ModelHistory_getListCreators(global::System.Runtime.InteropServices.HandleRef jarg1);
7410 
7411   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getCreator")]
ModelHistory_getCreator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7412   public static extern global::System.IntPtr ModelHistory_getCreator(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7413 
7414   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_getNumCreators")]
ModelHistory_getNumCreators(global::System.Runtime.InteropServices.HandleRef jarg1)7415   public static extern uint ModelHistory_getNumCreators(global::System.Runtime.InteropServices.HandleRef jarg1);
7416 
7417   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_hasRequiredAttributes")]
ModelHistory_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1)7418   public static extern bool ModelHistory_hasRequiredAttributes(global::System.Runtime.InteropServices.HandleRef jarg1);
7419 
7420   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_hasBeenModified")]
ModelHistory_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1)7421   public static extern bool ModelHistory_hasBeenModified(global::System.Runtime.InteropServices.HandleRef jarg1);
7422 
7423   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModelHistory_resetModifiedFlags")]
ModelHistory_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1)7424   public static extern void ModelHistory_resetModifiedFlags(global::System.Runtime.InteropServices.HandleRef jarg1);
7425 
7426   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_0")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7427   public static extern global::System.IntPtr RDFAnnotationParser_parseRDFAnnotation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7428 
7429   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_1")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7430   public static extern global::System.IntPtr RDFAnnotationParser_parseRDFAnnotation__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7431 
7432   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_2")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)7433   public static extern global::System.IntPtr RDFAnnotationParser_parseRDFAnnotation__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
7434 
7435   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_createAnnotation")]
RDFAnnotationParser_createAnnotation()7436   public static extern global::System.IntPtr RDFAnnotationParser_createAnnotation();
7437 
7438   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_createRDFAnnotation__SWIG_0")]
RDFAnnotationParser_createRDFAnnotation__SWIG_0(long jarg1, long jarg2)7439   public static extern global::System.IntPtr RDFAnnotationParser_createRDFAnnotation__SWIG_0(long jarg1, long jarg2);
7440 
7441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_createRDFAnnotation__SWIG_1")]
RDFAnnotationParser_createRDFAnnotation__SWIG_1(long jarg1)7442   public static extern global::System.IntPtr RDFAnnotationParser_createRDFAnnotation__SWIG_1(long jarg1);
7443 
7444   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_createRDFAnnotation__SWIG_2")]
RDFAnnotationParser_createRDFAnnotation__SWIG_2()7445   public static extern global::System.IntPtr RDFAnnotationParser_createRDFAnnotation__SWIG_2();
7446 
7447   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_createCVTerms")]
RDFAnnotationParser_createCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1)7448   public static extern global::System.IntPtr RDFAnnotationParser_createCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
7449 
7450   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseCVTerms")]
RDFAnnotationParser_parseCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1)7451   public static extern global::System.IntPtr RDFAnnotationParser_parseCVTerms(global::System.Runtime.InteropServices.HandleRef jarg1);
7452 
7453   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseModelHistory")]
RDFAnnotationParser_parseModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1)7454   public static extern global::System.IntPtr RDFAnnotationParser_parseModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1);
7455 
7456   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseOnlyModelHistory")]
RDFAnnotationParser_parseOnlyModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1)7457   public static extern global::System.IntPtr RDFAnnotationParser_parseOnlyModelHistory(global::System.Runtime.InteropServices.HandleRef jarg1);
7458 
7459   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_deleteRDFAnnotation")]
RDFAnnotationParser_deleteRDFAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1)7460   public static extern global::System.IntPtr RDFAnnotationParser_deleteRDFAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1);
7461 
7462   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_deleteRDFHistoryAnnotation")]
RDFAnnotationParser_deleteRDFHistoryAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1)7463   public static extern global::System.IntPtr RDFAnnotationParser_deleteRDFHistoryAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1);
7464 
7465   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_deleteRDFCVTermAnnotation")]
RDFAnnotationParser_deleteRDFCVTermAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1)7466   public static extern global::System.IntPtr RDFAnnotationParser_deleteRDFCVTermAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1);
7467 
7468   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_3")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7469   public static extern void RDFAnnotationParser_parseRDFAnnotation__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7470 
7471   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_4")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)7472   public static extern void RDFAnnotationParser_parseRDFAnnotation__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
7473 
7474   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RDFAnnotationParser_parseRDFAnnotation__SWIG_5")]
RDFAnnotationParser_parseRDFAnnotation__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)7475   public static extern void RDFAnnotationParser_parseRDFAnnotation__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
7476 
7477   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_RDFAnnotationParser")]
new_RDFAnnotationParser()7478   public static extern global::System.IntPtr new_RDFAnnotationParser();
7479 
7480   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_RDFAnnotationParser")]
delete_RDFAnnotationParser(global::System.Runtime.InteropServices.HandleRef jarg1)7481   public static extern void delete_RDFAnnotationParser(global::System.Runtime.InteropServices.HandleRef jarg1);
7482 
7483   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ISBMLExtensionNamespaces")]
delete_ISBMLExtensionNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)7484   public static extern void delete_ISBMLExtensionNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
7485 
7486   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ISBMLExtensionNamespaces_getURI")]
7487   [return: MarshalAs(UnmanagedType.LPWStr)]
ISBMLExtensionNamespaces_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)7488   public static extern string ISBMLExtensionNamespaces_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
7489 
7490   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ISBMLExtensionNamespaces_getPackageVersion")]
ISBMLExtensionNamespaces_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1)7491   public static extern uint ISBMLExtensionNamespaces_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
7492 
7493   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ISBMLExtensionNamespaces_getPackageName")]
7494   [return: MarshalAs(UnmanagedType.LPWStr)]
ISBMLExtensionNamespaces_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)7495   public static extern string ISBMLExtensionNamespaces_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
7496 
7497   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ISBMLExtensionNamespaces_setPackageVersion")]
ISBMLExtensionNamespaces_setPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7498   public static extern void ISBMLExtensionNamespaces_setPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7499 
7500   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBaseExtensionPoint__SWIG_0")]
new_SBaseExtensionPoint__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2)7501   public static extern global::System.IntPtr new_SBaseExtensionPoint__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2);
7502 
7503   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBaseExtensionPoint__SWIG_1")]
new_SBaseExtensionPoint__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)7504   public static extern global::System.IntPtr new_SBaseExtensionPoint__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
7505 
7506   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBaseExtensionPoint__SWIG_2")]
new_SBaseExtensionPoint__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)7507   public static extern global::System.IntPtr new_SBaseExtensionPoint__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
7508 
7509   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBaseExtensionPoint")]
delete_SBaseExtensionPoint(global::System.Runtime.InteropServices.HandleRef jarg1)7510   public static extern void delete_SBaseExtensionPoint(global::System.Runtime.InteropServices.HandleRef jarg1);
7511 
7512   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBaseExtensionPoint__SWIG_3")]
new_SBaseExtensionPoint__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1)7513   public static extern global::System.IntPtr new_SBaseExtensionPoint__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
7514 
7515   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseExtensionPoint_clone")]
SBaseExtensionPoint_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7516   public static extern global::System.IntPtr SBaseExtensionPoint_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7517 
7518   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseExtensionPoint_getPackageName")]
7519   [return: MarshalAs(UnmanagedType.LPWStr)]
SBaseExtensionPoint_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)7520   public static extern string SBaseExtensionPoint_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
7521 
7522   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseExtensionPoint_getTypeCode")]
SBaseExtensionPoint_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1)7523   public static extern int SBaseExtensionPoint_getTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1);
7524 
7525   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseExtensionPoint_getElementName")]
7526   [return: MarshalAs(UnmanagedType.LPWStr)]
SBaseExtensionPoint_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1)7527   public static extern string SBaseExtensionPoint_getElementName(global::System.Runtime.InteropServices.HandleRef jarg1);
7528 
7529   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBaseExtensionPoint_isElementOnly")]
SBaseExtensionPoint_isElementOnly(global::System.Runtime.InteropServices.HandleRef jarg1)7530   public static extern bool SBaseExtensionPoint_isElementOnly(global::System.Runtime.InteropServices.HandleRef jarg1);
7531 
7532   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBasePlugin")]
delete_SBasePlugin(global::System.Runtime.InteropServices.HandleRef jarg1)7533   public static extern void delete_SBasePlugin(global::System.Runtime.InteropServices.HandleRef jarg1);
7534 
7535   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getElementNamespace")]
7536   [return: MarshalAs(UnmanagedType.LPWStr)]
SBasePlugin_getElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1)7537   public static extern string SBasePlugin_getElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1);
7538 
7539   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getPrefix")]
7540   [return: MarshalAs(UnmanagedType.LPWStr)]
SBasePlugin_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)7541   public static extern string SBasePlugin_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
7542 
7543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getPackageName")]
7544   [return: MarshalAs(UnmanagedType.LPWStr)]
SBasePlugin_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)7545   public static extern string SBasePlugin_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
7546 
7547   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_clone")]
SBasePlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7548   public static extern global::System.IntPtr SBasePlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7549 
7550   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getElementBySId")]
SBasePlugin_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7551   public static extern global::System.IntPtr SBasePlugin_getElementBySId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7552 
7553   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getElementByMetaId")]
SBasePlugin_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7554   public static extern global::System.IntPtr SBasePlugin_getElementByMetaId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7555 
7556   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_connectToParent")]
SBasePlugin_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7557   public static extern void SBasePlugin_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7558 
7559   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_enablePackageInternal")]
SBasePlugin_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)7560   public static extern void SBasePlugin_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
7561 
7562   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_stripPackage")]
SBasePlugin_stripPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)7563   public static extern bool SBasePlugin_stripPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
7564 
7565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getSBMLDocument__SWIG_0")]
SBasePlugin_getSBMLDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7566   public static extern global::System.IntPtr SBasePlugin_getSBMLDocument__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7567 
7568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getURI")]
7569   [return: MarshalAs(UnmanagedType.LPWStr)]
SBasePlugin_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)7570   public static extern string SBasePlugin_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
7571 
7572   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getParentSBMLObject__SWIG_0")]
SBasePlugin_getParentSBMLObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)7573   public static extern global::System.IntPtr SBasePlugin_getParentSBMLObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
7574 
7575   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_setElementNamespace")]
SBasePlugin_setElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7576   public static extern int SBasePlugin_setElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7577 
7578   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getLevel")]
SBasePlugin_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1)7579   public static extern uint SBasePlugin_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1);
7580 
7581   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getVersion")]
SBasePlugin_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1)7582   public static extern uint SBasePlugin_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
7583 
7584   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getPackageVersion")]
SBasePlugin_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1)7585   public static extern uint SBasePlugin_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
7586 
7587   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_replaceSIDWithFunction")]
SBasePlugin_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7588   public static extern void SBasePlugin_replaceSIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7589 
7590   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_divideAssignmentsToSIdByFunction")]
SBasePlugin_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7591   public static extern void SBasePlugin_divideAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7592 
7593   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_multiplyAssignmentsToSIdByFunction")]
SBasePlugin_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7594   public static extern void SBasePlugin_multiplyAssignmentsToSIdByFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7595 
7596   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_hasIdentifierBeginningWith")]
SBasePlugin_hasIdentifierBeginningWith(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7597   public static extern bool SBasePlugin_hasIdentifierBeginningWith(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7598 
7599   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_prependStringToAllIdentifiers")]
SBasePlugin_prependStringToAllIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7600   public static extern int SBasePlugin_prependStringToAllIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7601 
7602   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_renameSIdRefs")]
SBasePlugin_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)7603   public static extern void SBasePlugin_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
7604 
7605   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_renameMetaIdRefs")]
SBasePlugin_renameMetaIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)7606   public static extern void SBasePlugin_renameMetaIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
7607 
7608   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_renameUnitSIdRefs")]
SBasePlugin_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)7609   public static extern void SBasePlugin_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
7610 
7611   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_transformIdentifiers")]
SBasePlugin_transformIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7612   public static extern int SBasePlugin_transformIdentifiers(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7613 
7614   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getLine")]
SBasePlugin_getLine(global::System.Runtime.InteropServices.HandleRef jarg1)7615   public static extern uint SBasePlugin_getLine(global::System.Runtime.InteropServices.HandleRef jarg1);
7616 
7617   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getColumn")]
SBasePlugin_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1)7618   public static extern uint SBasePlugin_getColumn(global::System.Runtime.InteropServices.HandleRef jarg1);
7619 
7620   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getSBMLNamespaces")]
SBasePlugin_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)7621   public static extern global::System.IntPtr SBasePlugin_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
7622 
7623   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_logUnknownElement")]
SBasePlugin_logUnknownElement(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5)7624   public static extern void SBasePlugin_logUnknownElement(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4, long jarg5);
7625 
7626   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_isValidTypeForList")]
SBasePlugin_isValidTypeForList(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7627   public static extern bool SBasePlugin_isValidTypeForList(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7628 
7629   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getSBMLExtension")]
SBasePlugin_getSBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1)7630   public static extern global::System.IntPtr SBasePlugin_getSBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1);
7631 
7632   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_updateSBMLNamespace")]
SBasePlugin_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4)7633   public static extern void SBasePlugin_updateSBMLNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, long jarg3, long jarg4);
7634 
7635   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getListOfAllElements__SWIG_0")]
SBasePlugin_getListOfAllElements__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7636   public static extern global::System.IntPtr SBasePlugin_getListOfAllElements__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7637 
7638   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBasePlugin_getListOfAllElements__SWIG_1")]
SBasePlugin_getListOfAllElements__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7639   public static extern global::System.IntPtr SBasePlugin_getListOfAllElements__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7640 
7641   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocumentPlugin__SWIG_0")]
new_SBMLDocumentPlugin__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7642   public static extern global::System.IntPtr new_SBMLDocumentPlugin__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]string jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7643 
7644   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLDocumentPlugin__SWIG_1")]
new_SBMLDocumentPlugin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7645   public static extern global::System.IntPtr new_SBMLDocumentPlugin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7646 
7647   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLDocumentPlugin")]
delete_SBMLDocumentPlugin(global::System.Runtime.InteropServices.HandleRef jarg1)7648   public static extern void delete_SBMLDocumentPlugin(global::System.Runtime.InteropServices.HandleRef jarg1);
7649 
7650   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_clone")]
SBMLDocumentPlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7651   public static extern global::System.IntPtr SBMLDocumentPlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7652 
7653   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_setRequired")]
SBMLDocumentPlugin_setRequired(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)7654   public static extern int SBMLDocumentPlugin_setRequired(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
7655 
7656   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_getRequired")]
SBMLDocumentPlugin_getRequired(global::System.Runtime.InteropServices.HandleRef jarg1)7657   public static extern bool SBMLDocumentPlugin_getRequired(global::System.Runtime.InteropServices.HandleRef jarg1);
7658 
7659   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_isSetRequired")]
SBMLDocumentPlugin_isSetRequired(global::System.Runtime.InteropServices.HandleRef jarg1)7660   public static extern bool SBMLDocumentPlugin_isSetRequired(global::System.Runtime.InteropServices.HandleRef jarg1);
7661 
7662   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_unsetRequired")]
SBMLDocumentPlugin_unsetRequired(global::System.Runtime.InteropServices.HandleRef jarg1)7663   public static extern int SBMLDocumentPlugin_unsetRequired(global::System.Runtime.InteropServices.HandleRef jarg1);
7664 
7665   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_isCompFlatteningImplemented")]
SBMLDocumentPlugin_isCompFlatteningImplemented(global::System.Runtime.InteropServices.HandleRef jarg1)7666   public static extern bool SBMLDocumentPlugin_isCompFlatteningImplemented(global::System.Runtime.InteropServices.HandleRef jarg1);
7667 
7668   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_checkConsistency")]
SBMLDocumentPlugin_checkConsistency(global::System.Runtime.InteropServices.HandleRef jarg1)7669   public static extern uint SBMLDocumentPlugin_checkConsistency(global::System.Runtime.InteropServices.HandleRef jarg1);
7670 
7671   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLExtension")]
delete_SBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1)7672   public static extern void delete_SBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1);
7673 
7674   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getNumOfSBasePlugins")]
SBMLExtension_getNumOfSBasePlugins(global::System.Runtime.InteropServices.HandleRef jarg1)7675   public static extern int SBMLExtension_getNumOfSBasePlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
7676 
7677   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getNumOfSupportedPackageURI")]
SBMLExtension_getNumOfSupportedPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1)7678   public static extern uint SBMLExtension_getNumOfSupportedPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1);
7679 
7680   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_isSupported")]
SBMLExtension_isSupported(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7681   public static extern bool SBMLExtension_isSupported(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7682 
7683   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getSupportedPackageURI")]
7684   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getSupportedPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7685   public static extern string SBMLExtension_getSupportedPackageURI(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7686 
7687   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_clone")]
SBMLExtension_clone(global::System.Runtime.InteropServices.HandleRef jarg1)7688   public static extern global::System.IntPtr SBMLExtension_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
7689 
7690   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getName")]
7691   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getName(global::System.Runtime.InteropServices.HandleRef jarg1)7692   public static extern string SBMLExtension_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
7693 
7694   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getURI")]
7695   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getURI(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)7696   public static extern string SBMLExtension_getURI(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4);
7697 
7698   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getLevel")]
SBMLExtension_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7699   public static extern uint SBMLExtension_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7700 
7701   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getVersion")]
SBMLExtension_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7702   public static extern uint SBMLExtension_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7703 
7704   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getPackageVersion")]
SBMLExtension_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7705   public static extern uint SBMLExtension_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7706 
7707   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getStringFromTypeCode")]
7708   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getStringFromTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)7709   public static extern string SBMLExtension_getStringFromTypeCode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
7710 
7711   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getSBMLExtensionNamespaces")]
SBMLExtension_getSBMLExtensionNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7712   public static extern global::System.IntPtr SBMLExtension_getSBMLExtensionNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7713 
7714   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_setEnabled")]
SBMLExtension_setEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)7715   public static extern bool SBMLExtension_setEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
7716 
7717   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_isEnabled")]
SBMLExtension_isEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)7718   public static extern bool SBMLExtension_isEnabled(global::System.Runtime.InteropServices.HandleRef jarg1);
7719 
7720   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_removeL2Namespaces")]
SBMLExtension_removeL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7721   public static extern void SBMLExtension_removeL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7722 
7723   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_addL2Namespaces")]
SBMLExtension_addL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7724   public static extern void SBMLExtension_addL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7725 
7726   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_enableL2NamespaceForDocument")]
SBMLExtension_enableL2NamespaceForDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7727   public static extern void SBMLExtension_enableL2NamespaceForDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7728 
7729   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_isInUse")]
SBMLExtension_isInUse(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7730   public static extern bool SBMLExtension_isInUse(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7731 
7732   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_hasMutiplePackageVersions")]
SBMLExtension_hasMutiplePackageVersions(global::System.Runtime.InteropServices.HandleRef jarg1)7733   public static extern bool SBMLExtension_hasMutiplePackageVersions(global::System.Runtime.InteropServices.HandleRef jarg1);
7734 
7735   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getErrorTableIndex")]
SBMLExtension_getErrorTableIndex(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7736   public static extern uint SBMLExtension_getErrorTableIndex(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7737 
7738   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getErrorIdOffset")]
SBMLExtension_getErrorIdOffset(global::System.Runtime.InteropServices.HandleRef jarg1)7739   public static extern uint SBMLExtension_getErrorIdOffset(global::System.Runtime.InteropServices.HandleRef jarg1);
7740 
7741   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getSeverity")]
SBMLExtension_getSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)7742   public static extern uint SBMLExtension_getSeverity(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3);
7743 
7744   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getCategory")]
SBMLExtension_getCategory(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7745   public static extern uint SBMLExtension_getCategory(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7746 
7747   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getMessage")]
7748   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4)7749   public static extern string SBMLExtension_getMessage(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, [MarshalAs(UnmanagedType.LPWStr)]string jarg4);
7750 
7751   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtension_getShortMessage")]
7752   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtension_getShortMessage(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7753   public static extern string SBMLExtension_getShortMessage(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7754 
7755   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_SBMLExtensionException")]
new_SBMLExtensionException([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7756   public static extern global::System.IntPtr new_SBMLExtensionException([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7757 
7758   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_SBMLExtensionException")]
delete_SBMLExtensionException(global::System.Runtime.InteropServices.HandleRef jarg1)7759   public static extern void delete_SBMLExtensionException(global::System.Runtime.InteropServices.HandleRef jarg1);
7760 
7761   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getInstance")]
SBMLExtensionRegistry_getInstance()7762   public static extern global::System.IntPtr SBMLExtensionRegistry_getInstance();
7763 
7764   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_addExtension")]
SBMLExtensionRegistry_addExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7765   public static extern int SBMLExtensionRegistry_addExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7766 
7767   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getExtension")]
SBMLExtensionRegistry_getExtension(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7768   public static extern global::System.IntPtr SBMLExtensionRegistry_getExtension(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7769 
7770   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_removeL2Namespaces")]
SBMLExtensionRegistry_removeL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7771   public static extern void SBMLExtensionRegistry_removeL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7772 
7773   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_addL2Namespaces")]
SBMLExtensionRegistry_addL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7774   public static extern void SBMLExtensionRegistry_addL2Namespaces(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7775 
7776   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_enableL2NamespaceForDocument")]
SBMLExtensionRegistry_enableL2NamespaceForDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7777   public static extern void SBMLExtensionRegistry_enableL2NamespaceForDocument(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7778 
7779   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_disableUnusedPackages")]
SBMLExtensionRegistry_disableUnusedPackages(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7780   public static extern void SBMLExtensionRegistry_disableUnusedPackages(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7781 
7782   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_disablePackage")]
SBMLExtensionRegistry_disablePackage([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7783   public static extern void SBMLExtensionRegistry_disablePackage([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7784 
7785   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_isPackageEnabled")]
SBMLExtensionRegistry_isPackageEnabled([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7786   public static extern bool SBMLExtensionRegistry_isPackageEnabled([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7787 
7788   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_enablePackage")]
SBMLExtensionRegistry_enablePackage([MarshalAs(UnmanagedType.LPWStr)]string jarg1)7789   public static extern void SBMLExtensionRegistry_enablePackage([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
7790 
7791   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getNumExtension")]
SBMLExtensionRegistry_getNumExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7792   public static extern uint SBMLExtensionRegistry_getNumExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7793 
7794   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_setEnabled")]
SBMLExtensionRegistry_setEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)7795   public static extern bool SBMLExtensionRegistry_setEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
7796 
7797   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_isEnabled")]
SBMLExtensionRegistry_isEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7798   public static extern bool SBMLExtensionRegistry_isEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7799 
7800   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_isRegistered")]
SBMLExtensionRegistry_isRegistered(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)7801   public static extern bool SBMLExtensionRegistry_isRegistered(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
7802 
7803   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getAllRegisteredPackageNames")]
SBMLExtensionRegistry_getAllRegisteredPackageNames()7804   public static extern global::System.IntPtr SBMLExtensionRegistry_getAllRegisteredPackageNames();
7805 
7806   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getNumRegisteredPackages")]
SBMLExtensionRegistry_getNumRegisteredPackages()7807   public static extern uint SBMLExtensionRegistry_getNumRegisteredPackages();
7808 
7809   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getRegisteredPackageName")]
7810   [return: MarshalAs(UnmanagedType.LPWStr)]
SBMLExtensionRegistry_getRegisteredPackageName(long jarg1)7811   public static extern string SBMLExtensionRegistry_getRegisteredPackageName(long jarg1);
7812 
7813   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getASTPlugins")]
SBMLExtensionRegistry_getASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1)7814   public static extern global::System.IntPtr SBMLExtensionRegistry_getASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
7815 
7816   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getNumASTPlugins")]
SBMLExtensionRegistry_getNumASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1)7817   public static extern uint SBMLExtensionRegistry_getNumASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
7818 
7819   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExtensionRegistry_getASTPlugin")]
SBMLExtensionRegistry_getASTPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7820   public static extern global::System.IntPtr SBMLExtensionRegistry_getASTPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7821 
7822   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_Callback")]
delete_Callback(global::System.Runtime.InteropServices.HandleRef jarg1)7823   public static extern void delete_Callback(global::System.Runtime.InteropServices.HandleRef jarg1);
7824 
7825   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Callback_process")]
Callback_process(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7826   public static extern int Callback_process(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7827 
7828   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Callback_processSwigExplicitCallback")]
Callback_processSwigExplicitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7829   public static extern int Callback_processSwigExplicitCallback(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7830 
7831   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_Callback")]
new_Callback()7832   public static extern global::System.IntPtr new_Callback();
7833 
7834   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Callback_director_connect")]
Callback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Callback.SwigDelegateCallback_0 delegate0)7835   public static extern void Callback_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Callback.SwigDelegateCallback_0 delegate0);
7836 
7837   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_invokeCallbacks")]
CallbackRegistry_invokeCallbacks(global::System.Runtime.InteropServices.HandleRef jarg1)7838   public static extern int CallbackRegistry_invokeCallbacks(global::System.Runtime.InteropServices.HandleRef jarg1);
7839 
7840   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_clearCallbacks")]
CallbackRegistry_clearCallbacks()7841   public static extern void CallbackRegistry_clearCallbacks();
7842 
7843   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_addCallback")]
CallbackRegistry_addCallback(global::System.Runtime.InteropServices.HandleRef jarg1)7844   public static extern void CallbackRegistry_addCallback(global::System.Runtime.InteropServices.HandleRef jarg1);
7845 
7846   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_getNumCallbacks")]
CallbackRegistry_getNumCallbacks()7847   public static extern int CallbackRegistry_getNumCallbacks();
7848 
7849   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_removeCallback__SWIG_0")]
CallbackRegistry_removeCallback__SWIG_0(int jarg1)7850   public static extern void CallbackRegistry_removeCallback__SWIG_0(int jarg1);
7851 
7852   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CallbackRegistry_removeCallback__SWIG_1")]
CallbackRegistry_removeCallback__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7853   public static extern void CallbackRegistry_removeCallback__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7854 
7855   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_CallbackRegistry")]
delete_CallbackRegistry(global::System.Runtime.InteropServices.HandleRef jarg1)7856   public static extern void delete_CallbackRegistry(global::System.Runtime.InteropServices.HandleRef jarg1);
7857 
7858   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ASTNode__SWIG_0")]
new_ASTNode__SWIG_0(int jarg1)7859   public static extern global::System.IntPtr new_ASTNode__SWIG_0(int jarg1);
7860 
7861   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ASTNode__SWIG_1")]
new_ASTNode__SWIG_1()7862   public static extern global::System.IntPtr new_ASTNode__SWIG_1();
7863 
7864   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ASTNode__SWIG_2")]
new_ASTNode__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1)7865   public static extern global::System.IntPtr new_ASTNode__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1);
7866 
7867   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ASTNode")]
delete_ASTNode(global::System.Runtime.InteropServices.HandleRef jarg1)7868   public static extern void delete_ASTNode(global::System.Runtime.InteropServices.HandleRef jarg1);
7869 
7870   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_freeName")]
ASTNode_freeName(global::System.Runtime.InteropServices.HandleRef jarg1)7871   public static extern int ASTNode_freeName(global::System.Runtime.InteropServices.HandleRef jarg1);
7872 
7873   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_canonicalize")]
ASTNode_canonicalize(global::System.Runtime.InteropServices.HandleRef jarg1)7874   public static extern bool ASTNode_canonicalize(global::System.Runtime.InteropServices.HandleRef jarg1);
7875 
7876   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_addChild__SWIG_0")]
ASTNode_addChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)7877   public static extern int ASTNode_addChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3);
7878 
7879   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_addChild__SWIG_1")]
ASTNode_addChild__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7880   public static extern int ASTNode_addChild__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7881 
7882   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_prependChild")]
ASTNode_prependChild(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7883   public static extern int ASTNode_prependChild(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7884 
7885   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_removeChild")]
ASTNode_removeChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7886   public static extern int ASTNode_removeChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7887 
7888   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_replaceChild__SWIG_0")]
ASTNode_replaceChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4)7889   public static extern int ASTNode_replaceChild__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4);
7890 
7891   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_replaceChild__SWIG_1")]
ASTNode_replaceChild__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7892   public static extern int ASTNode_replaceChild__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7893 
7894   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_insertChild")]
ASTNode_insertChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)7895   public static extern int ASTNode_insertChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
7896 
7897   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_deepCopy")]
ASTNode_deepCopy(global::System.Runtime.InteropServices.HandleRef jarg1)7898   public static extern global::System.IntPtr ASTNode_deepCopy(global::System.Runtime.InteropServices.HandleRef jarg1);
7899 
7900   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getChild")]
ASTNode_getChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7901   public static extern global::System.IntPtr ASTNode_getChild(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7902 
7903   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getLeftChild")]
ASTNode_getLeftChild(global::System.Runtime.InteropServices.HandleRef jarg1)7904   public static extern global::System.IntPtr ASTNode_getLeftChild(global::System.Runtime.InteropServices.HandleRef jarg1);
7905 
7906   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getRightChild")]
ASTNode_getRightChild(global::System.Runtime.InteropServices.HandleRef jarg1)7907   public static extern global::System.IntPtr ASTNode_getRightChild(global::System.Runtime.InteropServices.HandleRef jarg1);
7908 
7909   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getNumChildren")]
ASTNode_getNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1)7910   public static extern uint ASTNode_getNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1);
7911 
7912   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_addSemanticsAnnotation")]
ASTNode_addSemanticsAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7913   public static extern int ASTNode_addSemanticsAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7914 
7915   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getNumSemanticsAnnotations")]
ASTNode_getNumSemanticsAnnotations(global::System.Runtime.InteropServices.HandleRef jarg1)7916   public static extern uint ASTNode_getNumSemanticsAnnotations(global::System.Runtime.InteropServices.HandleRef jarg1);
7917 
7918   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getSemanticsAnnotation")]
ASTNode_getSemanticsAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)7919   public static extern global::System.IntPtr ASTNode_getSemanticsAnnotation(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
7920 
7921   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getCharacter")]
ASTNode_getCharacter(global::System.Runtime.InteropServices.HandleRef jarg1)7922   public static extern char ASTNode_getCharacter(global::System.Runtime.InteropServices.HandleRef jarg1);
7923 
7924   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getId")]
7925   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getId(global::System.Runtime.InteropServices.HandleRef jarg1)7926   public static extern string ASTNode_getId(global::System.Runtime.InteropServices.HandleRef jarg1);
7927 
7928   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getClass")]
7929   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getClass(global::System.Runtime.InteropServices.HandleRef jarg1)7930   public static extern string ASTNode_getClass(global::System.Runtime.InteropServices.HandleRef jarg1);
7931 
7932   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getStyle")]
7933   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getStyle(global::System.Runtime.InteropServices.HandleRef jarg1)7934   public static extern string ASTNode_getStyle(global::System.Runtime.InteropServices.HandleRef jarg1);
7935 
7936   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getInteger")]
ASTNode_getInteger(global::System.Runtime.InteropServices.HandleRef jarg1)7937   public static extern int ASTNode_getInteger(global::System.Runtime.InteropServices.HandleRef jarg1);
7938 
7939   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getName")]
7940   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getName(global::System.Runtime.InteropServices.HandleRef jarg1)7941   public static extern string ASTNode_getName(global::System.Runtime.InteropServices.HandleRef jarg1);
7942 
7943   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getOperatorName")]
7944   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getOperatorName(global::System.Runtime.InteropServices.HandleRef jarg1)7945   public static extern string ASTNode_getOperatorName(global::System.Runtime.InteropServices.HandleRef jarg1);
7946 
7947   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getNumerator")]
ASTNode_getNumerator(global::System.Runtime.InteropServices.HandleRef jarg1)7948   public static extern int ASTNode_getNumerator(global::System.Runtime.InteropServices.HandleRef jarg1);
7949 
7950   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getDenominator")]
ASTNode_getDenominator(global::System.Runtime.InteropServices.HandleRef jarg1)7951   public static extern int ASTNode_getDenominator(global::System.Runtime.InteropServices.HandleRef jarg1);
7952 
7953   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getReal")]
ASTNode_getReal(global::System.Runtime.InteropServices.HandleRef jarg1)7954   public static extern double ASTNode_getReal(global::System.Runtime.InteropServices.HandleRef jarg1);
7955 
7956   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getMantissa")]
ASTNode_getMantissa(global::System.Runtime.InteropServices.HandleRef jarg1)7957   public static extern double ASTNode_getMantissa(global::System.Runtime.InteropServices.HandleRef jarg1);
7958 
7959   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getExponent")]
ASTNode_getExponent(global::System.Runtime.InteropServices.HandleRef jarg1)7960   public static extern int ASTNode_getExponent(global::System.Runtime.InteropServices.HandleRef jarg1);
7961 
7962   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getValue")]
ASTNode_getValue(global::System.Runtime.InteropServices.HandleRef jarg1)7963   public static extern double ASTNode_getValue(global::System.Runtime.InteropServices.HandleRef jarg1);
7964 
7965   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getPrecedence")]
ASTNode_getPrecedence(global::System.Runtime.InteropServices.HandleRef jarg1)7966   public static extern int ASTNode_getPrecedence(global::System.Runtime.InteropServices.HandleRef jarg1);
7967 
7968   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getType")]
ASTNode_getType(global::System.Runtime.InteropServices.HandleRef jarg1)7969   public static extern int ASTNode_getType(global::System.Runtime.InteropServices.HandleRef jarg1);
7970 
7971   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getUnits")]
7972   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1)7973   public static extern string ASTNode_getUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
7974 
7975   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isAvogadro")]
ASTNode_isAvogadro(global::System.Runtime.InteropServices.HandleRef jarg1)7976   public static extern bool ASTNode_isAvogadro(global::System.Runtime.InteropServices.HandleRef jarg1);
7977 
7978   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isBoolean")]
ASTNode_isBoolean(global::System.Runtime.InteropServices.HandleRef jarg1)7979   public static extern bool ASTNode_isBoolean(global::System.Runtime.InteropServices.HandleRef jarg1);
7980 
7981   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_returnsBoolean__SWIG_0")]
ASTNode_returnsBoolean__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)7982   public static extern bool ASTNode_returnsBoolean__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
7983 
7984   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_returnsBoolean__SWIG_1")]
ASTNode_returnsBoolean__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)7985   public static extern bool ASTNode_returnsBoolean__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1);
7986 
7987   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isConstant")]
ASTNode_isConstant(global::System.Runtime.InteropServices.HandleRef jarg1)7988   public static extern bool ASTNode_isConstant(global::System.Runtime.InteropServices.HandleRef jarg1);
7989 
7990   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isCiNumber")]
ASTNode_isCiNumber(global::System.Runtime.InteropServices.HandleRef jarg1)7991   public static extern bool ASTNode_isCiNumber(global::System.Runtime.InteropServices.HandleRef jarg1);
7992 
7993   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isConstantNumber")]
ASTNode_isConstantNumber(global::System.Runtime.InteropServices.HandleRef jarg1)7994   public static extern bool ASTNode_isConstantNumber(global::System.Runtime.InteropServices.HandleRef jarg1);
7995 
7996   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isCSymbolFunction")]
ASTNode_isCSymbolFunction(global::System.Runtime.InteropServices.HandleRef jarg1)7997   public static extern bool ASTNode_isCSymbolFunction(global::System.Runtime.InteropServices.HandleRef jarg1);
7998 
7999   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isFunction")]
ASTNode_isFunction(global::System.Runtime.InteropServices.HandleRef jarg1)8000   public static extern bool ASTNode_isFunction(global::System.Runtime.InteropServices.HandleRef jarg1);
8001 
8002   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isInfinity")]
ASTNode_isInfinity(global::System.Runtime.InteropServices.HandleRef jarg1)8003   public static extern bool ASTNode_isInfinity(global::System.Runtime.InteropServices.HandleRef jarg1);
8004 
8005   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isInteger")]
ASTNode_isInteger(global::System.Runtime.InteropServices.HandleRef jarg1)8006   public static extern bool ASTNode_isInteger(global::System.Runtime.InteropServices.HandleRef jarg1);
8007 
8008   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isLambda")]
ASTNode_isLambda(global::System.Runtime.InteropServices.HandleRef jarg1)8009   public static extern bool ASTNode_isLambda(global::System.Runtime.InteropServices.HandleRef jarg1);
8010 
8011   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isLog10")]
ASTNode_isLog10(global::System.Runtime.InteropServices.HandleRef jarg1)8012   public static extern bool ASTNode_isLog10(global::System.Runtime.InteropServices.HandleRef jarg1);
8013 
8014   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isLogical")]
ASTNode_isLogical(global::System.Runtime.InteropServices.HandleRef jarg1)8015   public static extern bool ASTNode_isLogical(global::System.Runtime.InteropServices.HandleRef jarg1);
8016 
8017   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isName")]
ASTNode_isName(global::System.Runtime.InteropServices.HandleRef jarg1)8018   public static extern bool ASTNode_isName(global::System.Runtime.InteropServices.HandleRef jarg1);
8019 
8020   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isNaN")]
ASTNode_isNaN(global::System.Runtime.InteropServices.HandleRef jarg1)8021   public static extern bool ASTNode_isNaN(global::System.Runtime.InteropServices.HandleRef jarg1);
8022 
8023   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isNegInfinity")]
ASTNode_isNegInfinity(global::System.Runtime.InteropServices.HandleRef jarg1)8024   public static extern bool ASTNode_isNegInfinity(global::System.Runtime.InteropServices.HandleRef jarg1);
8025 
8026   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isNumber")]
ASTNode_isNumber(global::System.Runtime.InteropServices.HandleRef jarg1)8027   public static extern bool ASTNode_isNumber(global::System.Runtime.InteropServices.HandleRef jarg1);
8028 
8029   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isOperator")]
ASTNode_isOperator(global::System.Runtime.InteropServices.HandleRef jarg1)8030   public static extern bool ASTNode_isOperator(global::System.Runtime.InteropServices.HandleRef jarg1);
8031 
8032   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isPiecewise")]
ASTNode_isPiecewise(global::System.Runtime.InteropServices.HandleRef jarg1)8033   public static extern bool ASTNode_isPiecewise(global::System.Runtime.InteropServices.HandleRef jarg1);
8034 
8035   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isRational")]
ASTNode_isRational(global::System.Runtime.InteropServices.HandleRef jarg1)8036   public static extern bool ASTNode_isRational(global::System.Runtime.InteropServices.HandleRef jarg1);
8037 
8038   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isReal")]
ASTNode_isReal(global::System.Runtime.InteropServices.HandleRef jarg1)8039   public static extern bool ASTNode_isReal(global::System.Runtime.InteropServices.HandleRef jarg1);
8040 
8041   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isRelational")]
ASTNode_isRelational(global::System.Runtime.InteropServices.HandleRef jarg1)8042   public static extern bool ASTNode_isRelational(global::System.Runtime.InteropServices.HandleRef jarg1);
8043 
8044   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSqrt")]
ASTNode_isSqrt(global::System.Runtime.InteropServices.HandleRef jarg1)8045   public static extern bool ASTNode_isSqrt(global::System.Runtime.InteropServices.HandleRef jarg1);
8046 
8047   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isUMinus")]
ASTNode_isUMinus(global::System.Runtime.InteropServices.HandleRef jarg1)8048   public static extern bool ASTNode_isUMinus(global::System.Runtime.InteropServices.HandleRef jarg1);
8049 
8050   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isUPlus")]
ASTNode_isUPlus(global::System.Runtime.InteropServices.HandleRef jarg1)8051   public static extern bool ASTNode_isUPlus(global::System.Runtime.InteropServices.HandleRef jarg1);
8052 
8053   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isUserFunction")]
ASTNode_isUserFunction(global::System.Runtime.InteropServices.HandleRef jarg1)8054   public static extern bool ASTNode_isUserFunction(global::System.Runtime.InteropServices.HandleRef jarg1);
8055 
8056   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_hasTypeAndNumChildren")]
ASTNode_hasTypeAndNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3)8057   public static extern int ASTNode_hasTypeAndNumChildren(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, long jarg3);
8058 
8059   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isUnknown")]
ASTNode_isUnknown(global::System.Runtime.InteropServices.HandleRef jarg1)8060   public static extern bool ASTNode_isUnknown(global::System.Runtime.InteropServices.HandleRef jarg1);
8061 
8062   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetId")]
ASTNode_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1)8063   public static extern bool ASTNode_isSetId(global::System.Runtime.InteropServices.HandleRef jarg1);
8064 
8065   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetClass")]
ASTNode_isSetClass(global::System.Runtime.InteropServices.HandleRef jarg1)8066   public static extern bool ASTNode_isSetClass(global::System.Runtime.InteropServices.HandleRef jarg1);
8067 
8068   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetStyle")]
ASTNode_isSetStyle(global::System.Runtime.InteropServices.HandleRef jarg1)8069   public static extern bool ASTNode_isSetStyle(global::System.Runtime.InteropServices.HandleRef jarg1);
8070 
8071   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetUnits")]
ASTNode_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)8072   public static extern bool ASTNode_isSetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
8073 
8074   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_hasUnits")]
ASTNode_hasUnits(global::System.Runtime.InteropServices.HandleRef jarg1)8075   public static extern bool ASTNode_hasUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
8076 
8077   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setCharacter")]
ASTNode_setCharacter(global::System.Runtime.InteropServices.HandleRef jarg1, char jarg2)8078   public static extern int ASTNode_setCharacter(global::System.Runtime.InteropServices.HandleRef jarg1, char jarg2);
8079 
8080   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setId")]
ASTNode_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8081   public static extern int ASTNode_setId(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8082 
8083   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setClass")]
ASTNode_setClass(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8084   public static extern int ASTNode_setClass(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8085 
8086   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setStyle")]
ASTNode_setStyle(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8087   public static extern int ASTNode_setStyle(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8088 
8089   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setName")]
ASTNode_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8090   public static extern int ASTNode_setName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8091 
8092   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setValue__SWIG_0")]
ASTNode_setValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8093   public static extern int ASTNode_setValue__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8094 
8095   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setValue__SWIG_1")]
ASTNode_setValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)8096   public static extern int ASTNode_setValue__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3);
8097 
8098   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setValue__SWIG_2")]
ASTNode_setValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)8099   public static extern int ASTNode_setValue__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2);
8100 
8101   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setValue__SWIG_3")]
ASTNode_setValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, int jarg3)8102   public static extern int ASTNode_setValue__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, int jarg3);
8103 
8104   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setType")]
ASTNode_setType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8105   public static extern int ASTNode_setType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8106 
8107   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setUnits")]
ASTNode_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8108   public static extern int ASTNode_setUnits(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8109 
8110   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_swapChildren")]
ASTNode_swapChildren(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8111   public static extern int ASTNode_swapChildren(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8112 
8113   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_renameSIdRefs")]
ASTNode_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)8114   public static extern void ASTNode_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
8115 
8116   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_renameUnitSIdRefs")]
ASTNode_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)8117   public static extern void ASTNode_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
8118 
8119   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_replaceIDWithFunction")]
ASTNode_replaceIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)8120   public static extern void ASTNode_replaceIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
8121 
8122   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_multiplyTimeBy")]
ASTNode_multiplyTimeBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8123   public static extern void ASTNode_multiplyTimeBy(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8124 
8125   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetUnits")]
ASTNode_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1)8126   public static extern int ASTNode_unsetUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
8127 
8128   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetId")]
ASTNode_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1)8129   public static extern int ASTNode_unsetId(global::System.Runtime.InteropServices.HandleRef jarg1);
8130 
8131   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetClass")]
ASTNode_unsetClass(global::System.Runtime.InteropServices.HandleRef jarg1)8132   public static extern int ASTNode_unsetClass(global::System.Runtime.InteropServices.HandleRef jarg1);
8133 
8134   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetStyle")]
ASTNode_unsetStyle(global::System.Runtime.InteropServices.HandleRef jarg1)8135   public static extern int ASTNode_unsetStyle(global::System.Runtime.InteropServices.HandleRef jarg1);
8136 
8137   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setDefinitionURL__SWIG_0")]
ASTNode_setDefinitionURL__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8138   public static extern int ASTNode_setDefinitionURL__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8139 
8140   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setDefinitionURL__SWIG_1")]
ASTNode_setDefinitionURL__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8141   public static extern int ASTNode_setDefinitionURL__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8142 
8143   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getDefinitionURL")]
ASTNode_getDefinitionURL(global::System.Runtime.InteropServices.HandleRef jarg1)8144   public static extern global::System.IntPtr ASTNode_getDefinitionURL(global::System.Runtime.InteropServices.HandleRef jarg1);
8145 
8146   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_replaceArgument")]
ASTNode_replaceArgument(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)8147   public static extern void ASTNode_replaceArgument(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
8148 
8149   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getParentSBMLObject")]
ASTNode_getParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1)8150   public static extern global::System.IntPtr ASTNode_getParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1);
8151 
8152   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetParentSBMLObject")]
ASTNode_unsetParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1)8153   public static extern int ASTNode_unsetParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1);
8154 
8155   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetParentSBMLObject")]
ASTNode_isSetParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1)8156   public static extern bool ASTNode_isSetParentSBMLObject(global::System.Runtime.InteropServices.HandleRef jarg1);
8157 
8158   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_reduceToBinary")]
ASTNode_reduceToBinary(global::System.Runtime.InteropServices.HandleRef jarg1)8159   public static extern void ASTNode_reduceToBinary(global::System.Runtime.InteropServices.HandleRef jarg1);
8160 
8161   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_unsetUserData")]
ASTNode_unsetUserData(global::System.Runtime.InteropServices.HandleRef jarg1)8162   public static extern int ASTNode_unsetUserData(global::System.Runtime.InteropServices.HandleRef jarg1);
8163 
8164   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSetUserData")]
ASTNode_isSetUserData(global::System.Runtime.InteropServices.HandleRef jarg1)8165   public static extern bool ASTNode_isSetUserData(global::System.Runtime.InteropServices.HandleRef jarg1);
8166 
8167   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isWellFormedASTNode")]
ASTNode_isWellFormedASTNode(global::System.Runtime.InteropServices.HandleRef jarg1)8168   public static extern bool ASTNode_isWellFormedASTNode(global::System.Runtime.InteropServices.HandleRef jarg1);
8169 
8170   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_hasCorrectNumberArguments")]
ASTNode_hasCorrectNumberArguments(global::System.Runtime.InteropServices.HandleRef jarg1)8171   public static extern bool ASTNode_hasCorrectNumberArguments(global::System.Runtime.InteropServices.HandleRef jarg1);
8172 
8173   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getDefinitionURLString")]
8174   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNode_getDefinitionURLString(global::System.Runtime.InteropServices.HandleRef jarg1)8175   public static extern string ASTNode_getDefinitionURLString(global::System.Runtime.InteropServices.HandleRef jarg1);
8176 
8177   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_representsBvar")]
ASTNode_representsBvar(global::System.Runtime.InteropServices.HandleRef jarg1)8178   public static extern bool ASTNode_representsBvar(global::System.Runtime.InteropServices.HandleRef jarg1);
8179 
8180   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isBvar")]
ASTNode_isBvar(global::System.Runtime.InteropServices.HandleRef jarg1)8181   public static extern bool ASTNode_isBvar(global::System.Runtime.InteropServices.HandleRef jarg1);
8182 
8183   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_setBvar")]
ASTNode_setBvar(global::System.Runtime.InteropServices.HandleRef jarg1)8184   public static extern void ASTNode_setBvar(global::System.Runtime.InteropServices.HandleRef jarg1);
8185 
8186   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_usesL3V2MathConstructs")]
ASTNode_usesL3V2MathConstructs(global::System.Runtime.InteropServices.HandleRef jarg1)8187   public static extern bool ASTNode_usesL3V2MathConstructs(global::System.Runtime.InteropServices.HandleRef jarg1);
8188 
8189   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_usesRateOf")]
ASTNode_usesRateOf(global::System.Runtime.InteropServices.HandleRef jarg1)8190   public static extern bool ASTNode_usesRateOf(global::System.Runtime.InteropServices.HandleRef jarg1);
8191 
8192   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isQualifier")]
ASTNode_isQualifier(global::System.Runtime.InteropServices.HandleRef jarg1)8193   public static extern bool ASTNode_isQualifier(global::System.Runtime.InteropServices.HandleRef jarg1);
8194 
8195   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_isSemantics")]
ASTNode_isSemantics(global::System.Runtime.InteropServices.HandleRef jarg1)8196   public static extern bool ASTNode_isSemantics(global::System.Runtime.InteropServices.HandleRef jarg1);
8197 
8198   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getNumBvars")]
ASTNode_getNumBvars(global::System.Runtime.InteropServices.HandleRef jarg1)8199   public static extern uint ASTNode_getNumBvars(global::System.Runtime.InteropServices.HandleRef jarg1);
8200 
8201   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_addPlugin")]
ASTNode_addPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8202   public static extern void ASTNode_addPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8203 
8204   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_loadASTPlugins")]
ASTNode_loadASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8205   public static extern void ASTNode_loadASTPlugins(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8206 
8207   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_loadASTPlugin")]
ASTNode_loadASTPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8208   public static extern void ASTNode_loadASTPlugin(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8209 
8210   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getASTPlugin__SWIG_0")]
ASTNode_getASTPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8211   public static extern global::System.IntPtr ASTNode_getASTPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8212 
8213   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getASTPlugin__SWIG_1")]
ASTNode_getASTPlugin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8214   public static extern global::System.IntPtr ASTNode_getASTPlugin__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8215 
8216   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getASTPlugin__SWIG_2")]
ASTNode_getASTPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, bool jarg4)8217   public static extern global::System.IntPtr ASTNode_getASTPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3, bool jarg4);
8218 
8219   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getASTPlugin__SWIG_3")]
ASTNode_getASTPlugin__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)8220   public static extern global::System.IntPtr ASTNode_getASTPlugin__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
8221 
8222   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getASTPlugin__SWIG_4")]
ASTNode_getASTPlugin__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8223   public static extern global::System.IntPtr ASTNode_getASTPlugin__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8224 
8225   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getPlugin__SWIG_0")]
ASTNode_getPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8226   public static extern global::System.IntPtr ASTNode_getPlugin__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8227 
8228   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getPlugin__SWIG_2")]
ASTNode_getPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)8229   public static extern global::System.IntPtr ASTNode_getPlugin__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
8230 
8231   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getNumPlugins")]
ASTNode_getNumPlugins(global::System.Runtime.InteropServices.HandleRef jarg1)8232   public static extern uint ASTNode_getNumPlugins(global::System.Runtime.InteropServices.HandleRef jarg1);
8233 
8234   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNode_getListOfNodes")]
ASTNode_getListOfNodes(global::System.Runtime.InteropServices.HandleRef jarg1)8235   public static extern global::System.IntPtr ASTNode_getListOfNodes(global::System.Runtime.InteropServices.HandleRef jarg1);
8236 
8237   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_readMathMLFromString")]
readMathMLFromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1)8238   public static extern global::System.IntPtr readMathMLFromString([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
8239 
8240   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_readMathMLFromStringWithNamespaces")]
readMathMLFromStringWithNamespaces([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8241   public static extern global::System.IntPtr readMathMLFromStringWithNamespaces([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8242 
8243   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_writeMathMLToString")]
8244   [return: MarshalAs(UnmanagedType.LPWStr)]
writeMathMLToString(global::System.Runtime.InteropServices.HandleRef jarg1)8245   public static extern string writeMathMLToString(global::System.Runtime.InteropServices.HandleRef jarg1);
8246 
8247   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_writeMathMLWithNamespaceToString")]
8248   [return: MarshalAs(UnmanagedType.LPWStr)]
writeMathMLWithNamespaceToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8249   public static extern string writeMathMLWithNamespaceToString(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8250 
8251   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_parseFormula")]
parseFormula([MarshalAs(UnmanagedType.LPWStr)]string jarg1)8252   public static extern global::System.IntPtr parseFormula([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
8253 
8254   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_formulaToL3String")]
8255   [return: MarshalAs(UnmanagedType.LPWStr)]
formulaToL3String(global::System.Runtime.InteropServices.HandleRef jarg1)8256   public static extern string formulaToL3String(global::System.Runtime.InteropServices.HandleRef jarg1);
8257 
8258   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_formulaToL3StringWithSettings")]
8259   [return: MarshalAs(UnmanagedType.LPWStr)]
formulaToL3StringWithSettings(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8260   public static extern string formulaToL3StringWithSettings(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8261 
8262   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_formulaToString")]
8263   [return: MarshalAs(UnmanagedType.LPWStr)]
formulaToString(global::System.Runtime.InteropServices.HandleRef jarg1)8264   public static extern string formulaToString(global::System.Runtime.InteropServices.HandleRef jarg1);
8265 
8266   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_parseL3Formula")]
parseL3Formula([MarshalAs(UnmanagedType.LPWStr)]string jarg1)8267   public static extern global::System.IntPtr parseL3Formula([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
8268 
8269   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_parseL3FormulaWithModel")]
parseL3FormulaWithModel([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8270   public static extern global::System.IntPtr parseL3FormulaWithModel([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8271 
8272   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_parseL3FormulaWithSettings")]
parseL3FormulaWithSettings([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8273   public static extern global::System.IntPtr parseL3FormulaWithSettings([MarshalAs(UnmanagedType.LPWStr)]string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8274 
8275   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getDefaultL3ParserSettings")]
getDefaultL3ParserSettings()8276   public static extern global::System.IntPtr getDefaultL3ParserSettings();
8277 
8278   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_getLastParseL3Error")]
8279   [return: MarshalAs(UnmanagedType.LPWStr)]
getLastParseL3Error()8280   public static extern string getLastParseL3Error();
8281 
8282   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBML_deleteL3Parser")]
SBML_deleteL3Parser()8283   public static extern void SBML_deleteL3Parser();
8284 
8285   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_0")]
new_L3ParserSettings__SWIG_0()8286   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_0();
8287 
8288   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_1")]
new_L3ParserSettings__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8, bool jarg9)8289   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8, bool jarg9);
8290 
8291   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_2")]
new_L3ParserSettings__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8)8292   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7, bool jarg8);
8293 
8294   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_3")]
new_L3ParserSettings__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7)8295   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6, global::System.Runtime.InteropServices.HandleRef jarg7);
8296 
8297   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_4")]
new_L3ParserSettings__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6)8298   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5, bool jarg6);
8299 
8300   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_5")]
new_L3ParserSettings__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5)8301   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3, bool jarg4, bool jarg5);
8302 
8303   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_L3ParserSettings__SWIG_6")]
new_L3ParserSettings__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1)8304   public static extern global::System.IntPtr new_L3ParserSettings__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1);
8305 
8306   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_L3ParserSettings")]
delete_L3ParserSettings(global::System.Runtime.InteropServices.HandleRef jarg1)8307   public static extern void delete_L3ParserSettings(global::System.Runtime.InteropServices.HandleRef jarg1);
8308 
8309   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setModel")]
L3ParserSettings_setModel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8310   public static extern void L3ParserSettings_setModel(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8311 
8312   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getModel")]
L3ParserSettings_getModel(global::System.Runtime.InteropServices.HandleRef jarg1)8313   public static extern global::System.IntPtr L3ParserSettings_getModel(global::System.Runtime.InteropServices.HandleRef jarg1);
8314 
8315   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_unsetModel")]
L3ParserSettings_unsetModel(global::System.Runtime.InteropServices.HandleRef jarg1)8316   public static extern void L3ParserSettings_unsetModel(global::System.Runtime.InteropServices.HandleRef jarg1);
8317 
8318   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseLog")]
L3ParserSettings_setParseLog(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8319   public static extern void L3ParserSettings_setParseLog(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8320 
8321   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseLog")]
L3ParserSettings_getParseLog(global::System.Runtime.InteropServices.HandleRef jarg1)8322   public static extern int L3ParserSettings_getParseLog(global::System.Runtime.InteropServices.HandleRef jarg1);
8323 
8324   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseCollapseMinus")]
L3ParserSettings_setParseCollapseMinus(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8325   public static extern void L3ParserSettings_setParseCollapseMinus(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8326 
8327   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseCollapseMinus")]
L3ParserSettings_getParseCollapseMinus(global::System.Runtime.InteropServices.HandleRef jarg1)8328   public static extern bool L3ParserSettings_getParseCollapseMinus(global::System.Runtime.InteropServices.HandleRef jarg1);
8329 
8330   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseUnits")]
L3ParserSettings_setParseUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8331   public static extern void L3ParserSettings_setParseUnits(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8332 
8333   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseUnits")]
L3ParserSettings_getParseUnits(global::System.Runtime.InteropServices.HandleRef jarg1)8334   public static extern bool L3ParserSettings_getParseUnits(global::System.Runtime.InteropServices.HandleRef jarg1);
8335 
8336   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseAvogadroCsymbol")]
L3ParserSettings_setParseAvogadroCsymbol(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8337   public static extern void L3ParserSettings_setParseAvogadroCsymbol(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8338 
8339   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseAvogadroCsymbol")]
L3ParserSettings_getParseAvogadroCsymbol(global::System.Runtime.InteropServices.HandleRef jarg1)8340   public static extern bool L3ParserSettings_getParseAvogadroCsymbol(global::System.Runtime.InteropServices.HandleRef jarg1);
8341 
8342   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setComparisonCaseSensitivity")]
L3ParserSettings_setComparisonCaseSensitivity(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8343   public static extern void L3ParserSettings_setComparisonCaseSensitivity(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8344 
8345   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getComparisonCaseSensitivity")]
L3ParserSettings_getComparisonCaseSensitivity(global::System.Runtime.InteropServices.HandleRef jarg1)8346   public static extern bool L3ParserSettings_getComparisonCaseSensitivity(global::System.Runtime.InteropServices.HandleRef jarg1);
8347 
8348   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseModuloL3v2")]
L3ParserSettings_setParseModuloL3v2(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8349   public static extern void L3ParserSettings_setParseModuloL3v2(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8350 
8351   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseModuloL3v2")]
L3ParserSettings_getParseModuloL3v2(global::System.Runtime.InteropServices.HandleRef jarg1)8352   public static extern bool L3ParserSettings_getParseModuloL3v2(global::System.Runtime.InteropServices.HandleRef jarg1);
8353 
8354   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParseL3v2Functions")]
L3ParserSettings_setParseL3v2Functions(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8355   public static extern void L3ParserSettings_setParseL3v2Functions(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8356 
8357   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParseL3v2Functions")]
L3ParserSettings_getParseL3v2Functions(global::System.Runtime.InteropServices.HandleRef jarg1)8358   public static extern bool L3ParserSettings_getParseL3v2Functions(global::System.Runtime.InteropServices.HandleRef jarg1);
8359 
8360   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_setParsePackageMath")]
L3ParserSettings_setParsePackageMath(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3)8361   public static extern void L3ParserSettings_setParsePackageMath(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, bool jarg3);
8362 
8363   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_getParsePackageMath")]
L3ParserSettings_getParsePackageMath(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8364   public static extern bool L3ParserSettings_getParsePackageMath(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8365 
8366   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_L3ParserSettings_visitPackageInfixSyntax")]
L3ParserSettings_visitPackageInfixSyntax(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4)8367   public static extern void L3ParserSettings_visitPackageInfixSyntax(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
8368 
8369   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_getInstance")]
DefinitionURLRegistry_getInstance()8370   public static extern global::System.IntPtr DefinitionURLRegistry_getInstance();
8371 
8372   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_addDefinitionURL")]
DefinitionURLRegistry_addDefinitionURL([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2)8373   public static extern int DefinitionURLRegistry_addDefinitionURL([MarshalAs(UnmanagedType.LPWStr)]string jarg1, int jarg2);
8374 
8375   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_getNumDefinitionURLs")]
DefinitionURLRegistry_getNumDefinitionURLs()8376   public static extern int DefinitionURLRegistry_getNumDefinitionURLs();
8377 
8378   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_addSBMLDefinitions")]
DefinitionURLRegistry_addSBMLDefinitions()8379   public static extern void DefinitionURLRegistry_addSBMLDefinitions();
8380 
8381   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_getCoreDefinitionsAdded")]
DefinitionURLRegistry_getCoreDefinitionsAdded()8382   public static extern bool DefinitionURLRegistry_getCoreDefinitionsAdded();
8383 
8384   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_getType")]
DefinitionURLRegistry_getType([MarshalAs(UnmanagedType.LPWStr)]string jarg1)8385   public static extern int DefinitionURLRegistry_getType([MarshalAs(UnmanagedType.LPWStr)]string jarg1);
8386 
8387   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_getDefinitionUrlByIndex")]
8388   [return: MarshalAs(UnmanagedType.LPWStr)]
DefinitionURLRegistry_getDefinitionUrlByIndex(int jarg1)8389   public static extern string DefinitionURLRegistry_getDefinitionUrlByIndex(int jarg1);
8390 
8391   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_DefinitionURLRegistry_clearDefinitions")]
DefinitionURLRegistry_clearDefinitions()8392   public static extern void DefinitionURLRegistry_clearDefinitions();
8393 
8394   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_DefinitionURLRegistry")]
delete_DefinitionURLRegistry(global::System.Runtime.InteropServices.HandleRef jarg1)8395   public static extern void delete_DefinitionURLRegistry(global::System.Runtime.InteropServices.HandleRef jarg1);
8396 
8397   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_MathFilter")]
new_MathFilter()8398   public static extern global::System.IntPtr new_MathFilter();
8399 
8400   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_MathFilter")]
delete_MathFilter(global::System.Runtime.InteropServices.HandleRef jarg1)8401   public static extern void delete_MathFilter(global::System.Runtime.InteropServices.HandleRef jarg1);
8402 
8403   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_MathFilter_filter")]
MathFilter_filter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8404   public static extern bool MathFilter_filter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8405 
8406   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_MathFilter_filterSwigExplicitMathFilter")]
MathFilter_filterSwigExplicitMathFilter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8407   public static extern bool MathFilter_filterSwigExplicitMathFilter(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8408 
8409   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_MathFilter_director_connect")]
MathFilter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MathFilter.SwigDelegateMathFilter_0 delegate0)8410   public static extern void MathFilter_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, MathFilter.SwigDelegateMathFilter_0 delegate0);
8411 
8412   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_name_set")]
ASTNodeValues_t_name_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8413   public static extern void ASTNodeValues_t_name_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8414 
8415   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_name_get")]
8416   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNodeValues_t_name_get(global::System.Runtime.InteropServices.HandleRef jarg1)8417   public static extern string ASTNodeValues_t_name_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8418 
8419   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_type_set")]
ASTNodeValues_t_type_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8420   public static extern void ASTNodeValues_t_type_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8421 
8422   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_type_get")]
ASTNodeValues_t_type_get(global::System.Runtime.InteropServices.HandleRef jarg1)8423   public static extern int ASTNodeValues_t_type_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8424 
8425   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_isFunction_set")]
ASTNodeValues_t_isFunction_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)8426   public static extern void ASTNodeValues_t_isFunction_set(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2);
8427 
8428   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_isFunction_get")]
ASTNodeValues_t_isFunction_get(global::System.Runtime.InteropServices.HandleRef jarg1)8429   public static extern bool ASTNodeValues_t_isFunction_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8430 
8431   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_csymbolURL_set")]
ASTNodeValues_t_csymbolURL_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8432   public static extern void ASTNodeValues_t_csymbolURL_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8433 
8434   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_csymbolURL_get")]
8435   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTNodeValues_t_csymbolURL_get(global::System.Runtime.InteropServices.HandleRef jarg1)8436   public static extern string ASTNodeValues_t_csymbolURL_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8437 
8438   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_allowedChildrenType_set")]
ASTNodeValues_t_allowedChildrenType_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8439   public static extern void ASTNodeValues_t_allowedChildrenType_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8440 
8441   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_allowedChildrenType_get")]
ASTNodeValues_t_allowedChildrenType_get(global::System.Runtime.InteropServices.HandleRef jarg1)8442   public static extern int ASTNodeValues_t_allowedChildrenType_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8443 
8444   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_numAllowedChildren_set")]
ASTNodeValues_t_numAllowedChildren_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8445   public static extern void ASTNodeValues_t_numAllowedChildren_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8446 
8447   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTNodeValues_t_numAllowedChildren_get")]
ASTNodeValues_t_numAllowedChildren_get(global::System.Runtime.InteropServices.HandleRef jarg1)8448   public static extern global::System.IntPtr ASTNodeValues_t_numAllowedChildren_get(global::System.Runtime.InteropServices.HandleRef jarg1);
8449 
8450   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_new_ASTNodeValues_t")]
new_ASTNodeValues_t()8451   public static extern global::System.IntPtr new_ASTNodeValues_t();
8452 
8453   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ASTNodeValues_t")]
delete_ASTNodeValues_t(global::System.Runtime.InteropServices.HandleRef jarg1)8454   public static extern void delete_ASTNodeValues_t(global::System.Runtime.InteropServices.HandleRef jarg1);
8455 
8456   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getStringFor")]
8457   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getStringFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8458   public static extern string ASTBasePlugin_getStringFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8459 
8460   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getConstCharFor")]
8461   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getConstCharFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8462   public static extern string ASTBasePlugin_getConstCharFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8463 
8464   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getConstCharCsymbolURLFor")]
8465   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getConstCharCsymbolURLFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8466   public static extern string ASTBasePlugin_getConstCharCsymbolURLFor(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8467 
8468   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getASTNodeTypeFor")]
ASTBasePlugin_getASTNodeTypeFor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8469   public static extern int ASTBasePlugin_getASTNodeTypeFor(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8470 
8471   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getASTNodeTypeForCSymbolURL")]
ASTBasePlugin_getASTNodeTypeForCSymbolURL(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8472   public static extern int ASTBasePlugin_getASTNodeTypeForCSymbolURL(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8473 
8474   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_hasCorrectNamespace")]
ASTBasePlugin_hasCorrectNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8475   public static extern bool ASTBasePlugin_hasCorrectNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8476 
8477   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_defines__SWIG_0")]
ASTBasePlugin_defines__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8478   public static extern bool ASTBasePlugin_defines__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8479 
8480   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_defines__SWIG_1")]
ASTBasePlugin_defines__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)8481   public static extern bool ASTBasePlugin_defines__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
8482 
8483   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_defines__SWIG_2")]
ASTBasePlugin_defines__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8484   public static extern bool ASTBasePlugin_defines__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8485 
8486   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_isFunction")]
ASTBasePlugin_isFunction(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8487   public static extern bool ASTBasePlugin_isFunction(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8488 
8489   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getNumAllowedChildren")]
ASTBasePlugin_getNumAllowedChildren(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8490   public static extern global::System.IntPtr ASTBasePlugin_getNumAllowedChildren(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8491 
8492   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_isLogical")]
ASTBasePlugin_isLogical(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8493   public static extern bool ASTBasePlugin_isLogical(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8494 
8495   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_isMathMLNodeTag__SWIG_0")]
ASTBasePlugin_isMathMLNodeTag__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8496   public static extern bool ASTBasePlugin_isMathMLNodeTag__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8497 
8498   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_isMathMLNodeTag__SWIG_1")]
ASTBasePlugin_isMathMLNodeTag__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8499   public static extern bool ASTBasePlugin_isMathMLNodeTag__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8500 
8501   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getExtendedMathType")]
ASTBasePlugin_getExtendedMathType(global::System.Runtime.InteropServices.HandleRef jarg1)8502   public static extern int ASTBasePlugin_getExtendedMathType(global::System.Runtime.InteropServices.HandleRef jarg1);
8503 
8504   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_evaluateASTNode__SWIG_0")]
ASTBasePlugin_evaluateASTNode__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)8505   public static extern double ASTBasePlugin_evaluateASTNode__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
8506 
8507   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_evaluateASTNode__SWIG_1")]
ASTBasePlugin_evaluateASTNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8508   public static extern double ASTBasePlugin_evaluateASTNode__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8509 
8510   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getUnitDefinitionFromPackage")]
ASTBasePlugin_getUnitDefinitionFromPackage(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4, int jarg5)8511   public static extern global::System.IntPtr ASTBasePlugin_getUnitDefinitionFromPackage(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, bool jarg4, int jarg5);
8512 
8513   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getASTNodeValue")]
ASTBasePlugin_getASTNodeValue(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)8514   public static extern global::System.IntPtr ASTBasePlugin_getASTNodeValue(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2);
8515 
8516   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_allowedInFunctionDefinition")]
ASTBasePlugin_allowedInFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)8517   public static extern int ASTBasePlugin_allowedInFunctionDefinition(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
8518 
8519   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_delete_ASTBasePlugin")]
delete_ASTBasePlugin(global::System.Runtime.InteropServices.HandleRef jarg1)8520   public static extern void delete_ASTBasePlugin(global::System.Runtime.InteropServices.HandleRef jarg1);
8521 
8522   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_clone")]
ASTBasePlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1)8523   public static extern global::System.IntPtr ASTBasePlugin_clone(global::System.Runtime.InteropServices.HandleRef jarg1);
8524 
8525   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getElementNamespace")]
8526   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1)8527   public static extern string ASTBasePlugin_getElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1);
8528 
8529   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getPrefix")]
8530   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1)8531   public static extern string ASTBasePlugin_getPrefix(global::System.Runtime.InteropServices.HandleRef jarg1);
8532 
8533   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getPackageName")]
8534   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1)8535   public static extern string ASTBasePlugin_getPackageName(global::System.Runtime.InteropServices.HandleRef jarg1);
8536 
8537   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_setSBMLExtension")]
ASTBasePlugin_setSBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8538   public static extern int ASTBasePlugin_setSBMLExtension(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8539 
8540   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_setPrefix")]
ASTBasePlugin_setPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8541   public static extern int ASTBasePlugin_setPrefix(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8542 
8543   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_connectToParent")]
ASTBasePlugin_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8544   public static extern void ASTBasePlugin_connectToParent(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8545 
8546   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_enablePackageInternal")]
ASTBasePlugin_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4)8547   public static extern void ASTBasePlugin_enablePackageInternal(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3, bool jarg4);
8548 
8549   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_stripPackage")]
ASTBasePlugin_stripPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3)8550   public static extern bool ASTBasePlugin_stripPackage(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, bool jarg3);
8551 
8552   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getURI")]
8553   [return: MarshalAs(UnmanagedType.LPWStr)]
ASTBasePlugin_getURI(global::System.Runtime.InteropServices.HandleRef jarg1)8554   public static extern string ASTBasePlugin_getURI(global::System.Runtime.InteropServices.HandleRef jarg1);
8555 
8556   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getParentASTObject__SWIG_0")]
ASTBasePlugin_getParentASTObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)8557   public static extern global::System.IntPtr ASTBasePlugin_getParentASTObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
8558 
8559   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_setElementNamespace")]
ASTBasePlugin_setElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)8560   public static extern int ASTBasePlugin_setElementNamespace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2);
8561 
8562   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getLevel")]
ASTBasePlugin_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1)8563   public static extern uint ASTBasePlugin_getLevel(global::System.Runtime.InteropServices.HandleRef jarg1);
8564 
8565   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getVersion")]
ASTBasePlugin_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1)8566   public static extern uint ASTBasePlugin_getVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
8567 
8568   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getPackageVersion")]
ASTBasePlugin_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1)8569   public static extern uint ASTBasePlugin_getPackageVersion(global::System.Runtime.InteropServices.HandleRef jarg1);
8570 
8571   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getSBMLNamespaces")]
ASTBasePlugin_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1)8572   public static extern global::System.IntPtr ASTBasePlugin_getSBMLNamespaces(global::System.Runtime.InteropServices.HandleRef jarg1);
8573 
8574   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_renameSIdRefs")]
ASTBasePlugin_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)8575   public static extern void ASTBasePlugin_renameSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
8576 
8577   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_renameUnitSIdRefs")]
ASTBasePlugin_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3)8578   public static extern void ASTBasePlugin_renameUnitSIdRefs(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, [MarshalAs(UnmanagedType.LPWStr)]string jarg3);
8579 
8580   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_replaceIDWithFunction")]
ASTBasePlugin_replaceIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)8581   public static extern void ASTBasePlugin_replaceIDWithFunction(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
8582 
8583   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_checkNumArguments")]
ASTBasePlugin_checkNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)8584   public static extern int ASTBasePlugin_checkNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
8585 
8586   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_getL3PackageInfixPrecedence")]
ASTBasePlugin_getL3PackageInfixPrecedence(global::System.Runtime.InteropServices.HandleRef jarg1)8587   public static extern int ASTBasePlugin_getL3PackageInfixPrecedence(global::System.Runtime.InteropServices.HandleRef jarg1);
8588 
8589   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_hasCorrectNumArguments")]
ASTBasePlugin_hasCorrectNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8590   public static extern bool ASTBasePlugin_hasCorrectNumArguments(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8591 
8592   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_hasPackageOnlyInfixSyntax")]
ASTBasePlugin_hasPackageOnlyInfixSyntax(global::System.Runtime.InteropServices.HandleRef jarg1)8593   public static extern bool ASTBasePlugin_hasPackageOnlyInfixSyntax(global::System.Runtime.InteropServices.HandleRef jarg1);
8594 
8595   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_hasUnambiguousPackageInfixGrammar")]
ASTBasePlugin_hasUnambiguousPackageInfixGrammar(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)8596   public static extern bool ASTBasePlugin_hasUnambiguousPackageInfixGrammar(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
8597 
8598   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ASTBasePlugin_isPackageInfixFunction")]
ASTBasePlugin_isPackageInfixFunction(global::System.Runtime.InteropServices.HandleRef jarg1)8599   public static extern bool ASTBasePlugin_isPackageInfixFunction(global::System.Runtime.InteropServices.HandleRef jarg1);
8600 
8601   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OFStream_SWIGUpcast")]
OFStream_SWIGUpcast(global::System.IntPtr jarg1)8602   public static extern global::System.IntPtr OFStream_SWIGUpcast(global::System.IntPtr jarg1);
8603 
8604   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_OStringStream_SWIGUpcast")]
OStringStream_SWIGUpcast(global::System.IntPtr jarg1)8605   public static extern global::System.IntPtr OStringStream_SWIGUpcast(global::System.IntPtr jarg1);
8606 
8607   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOf_SWIGUpcast")]
ListOf_SWIGUpcast(global::System.IntPtr jarg1)8608   public static extern global::System.IntPtr ListOf_SWIGUpcast(global::System.IntPtr jarg1);
8609 
8610   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Model_SWIGUpcast")]
Model_SWIGUpcast(global::System.IntPtr jarg1)8611   public static extern global::System.IntPtr Model_SWIGUpcast(global::System.IntPtr jarg1);
8612 
8613   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocument_SWIGUpcast")]
SBMLDocument_SWIGUpcast(global::System.IntPtr jarg1)8614   public static extern global::System.IntPtr SBMLDocument_SWIGUpcast(global::System.IntPtr jarg1);
8615 
8616   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_FunctionDefinition_SWIGUpcast")]
FunctionDefinition_SWIGUpcast(global::System.IntPtr jarg1)8617   public static extern global::System.IntPtr FunctionDefinition_SWIGUpcast(global::System.IntPtr jarg1);
8618 
8619   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfFunctionDefinitions_SWIGUpcast")]
ListOfFunctionDefinitions_SWIGUpcast(global::System.IntPtr jarg1)8620   public static extern global::System.IntPtr ListOfFunctionDefinitions_SWIGUpcast(global::System.IntPtr jarg1);
8621 
8622   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Unit_SWIGUpcast")]
Unit_SWIGUpcast(global::System.IntPtr jarg1)8623   public static extern global::System.IntPtr Unit_SWIGUpcast(global::System.IntPtr jarg1);
8624 
8625   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnits_SWIGUpcast")]
ListOfUnits_SWIGUpcast(global::System.IntPtr jarg1)8626   public static extern global::System.IntPtr ListOfUnits_SWIGUpcast(global::System.IntPtr jarg1);
8627 
8628   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_UnitDefinition_SWIGUpcast")]
UnitDefinition_SWIGUpcast(global::System.IntPtr jarg1)8629   public static extern global::System.IntPtr UnitDefinition_SWIGUpcast(global::System.IntPtr jarg1);
8630 
8631   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfUnitDefinitions_SWIGUpcast")]
ListOfUnitDefinitions_SWIGUpcast(global::System.IntPtr jarg1)8632   public static extern global::System.IntPtr ListOfUnitDefinitions_SWIGUpcast(global::System.IntPtr jarg1);
8633 
8634   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_CompartmentType_SWIGUpcast")]
CompartmentType_SWIGUpcast(global::System.IntPtr jarg1)8635   public static extern global::System.IntPtr CompartmentType_SWIGUpcast(global::System.IntPtr jarg1);
8636 
8637   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartmentTypes_SWIGUpcast")]
ListOfCompartmentTypes_SWIGUpcast(global::System.IntPtr jarg1)8638   public static extern global::System.IntPtr ListOfCompartmentTypes_SWIGUpcast(global::System.IntPtr jarg1);
8639 
8640   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesType_SWIGUpcast")]
SpeciesType_SWIGUpcast(global::System.IntPtr jarg1)8641   public static extern global::System.IntPtr SpeciesType_SWIGUpcast(global::System.IntPtr jarg1);
8642 
8643   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesTypes_SWIGUpcast")]
ListOfSpeciesTypes_SWIGUpcast(global::System.IntPtr jarg1)8644   public static extern global::System.IntPtr ListOfSpeciesTypes_SWIGUpcast(global::System.IntPtr jarg1);
8645 
8646   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Compartment_SWIGUpcast")]
Compartment_SWIGUpcast(global::System.IntPtr jarg1)8647   public static extern global::System.IntPtr Compartment_SWIGUpcast(global::System.IntPtr jarg1);
8648 
8649   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfCompartments_SWIGUpcast")]
ListOfCompartments_SWIGUpcast(global::System.IntPtr jarg1)8650   public static extern global::System.IntPtr ListOfCompartments_SWIGUpcast(global::System.IntPtr jarg1);
8651 
8652   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Species_SWIGUpcast")]
Species_SWIGUpcast(global::System.IntPtr jarg1)8653   public static extern global::System.IntPtr Species_SWIGUpcast(global::System.IntPtr jarg1);
8654 
8655   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpecies_SWIGUpcast")]
ListOfSpecies_SWIGUpcast(global::System.IntPtr jarg1)8656   public static extern global::System.IntPtr ListOfSpecies_SWIGUpcast(global::System.IntPtr jarg1);
8657 
8658   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Parameter_SWIGUpcast")]
Parameter_SWIGUpcast(global::System.IntPtr jarg1)8659   public static extern global::System.IntPtr Parameter_SWIGUpcast(global::System.IntPtr jarg1);
8660 
8661   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfParameters_SWIGUpcast")]
ListOfParameters_SWIGUpcast(global::System.IntPtr jarg1)8662   public static extern global::System.IntPtr ListOfParameters_SWIGUpcast(global::System.IntPtr jarg1);
8663 
8664   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_LocalParameter_SWIGUpcast")]
LocalParameter_SWIGUpcast(global::System.IntPtr jarg1)8665   public static extern global::System.IntPtr LocalParameter_SWIGUpcast(global::System.IntPtr jarg1);
8666 
8667   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfLocalParameters_SWIGUpcast")]
ListOfLocalParameters_SWIGUpcast(global::System.IntPtr jarg1)8668   public static extern global::System.IntPtr ListOfLocalParameters_SWIGUpcast(global::System.IntPtr jarg1);
8669 
8670   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_InitialAssignment_SWIGUpcast")]
InitialAssignment_SWIGUpcast(global::System.IntPtr jarg1)8671   public static extern global::System.IntPtr InitialAssignment_SWIGUpcast(global::System.IntPtr jarg1);
8672 
8673   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfInitialAssignments_SWIGUpcast")]
ListOfInitialAssignments_SWIGUpcast(global::System.IntPtr jarg1)8674   public static extern global::System.IntPtr ListOfInitialAssignments_SWIGUpcast(global::System.IntPtr jarg1);
8675 
8676   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Rule_SWIGUpcast")]
Rule_SWIGUpcast(global::System.IntPtr jarg1)8677   public static extern global::System.IntPtr Rule_SWIGUpcast(global::System.IntPtr jarg1);
8678 
8679   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfRules_SWIGUpcast")]
ListOfRules_SWIGUpcast(global::System.IntPtr jarg1)8680   public static extern global::System.IntPtr ListOfRules_SWIGUpcast(global::System.IntPtr jarg1);
8681 
8682   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AlgebraicRule_SWIGUpcast")]
AlgebraicRule_SWIGUpcast(global::System.IntPtr jarg1)8683   public static extern global::System.IntPtr AlgebraicRule_SWIGUpcast(global::System.IntPtr jarg1);
8684 
8685   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_AssignmentRule_SWIGUpcast")]
AssignmentRule_SWIGUpcast(global::System.IntPtr jarg1)8686   public static extern global::System.IntPtr AssignmentRule_SWIGUpcast(global::System.IntPtr jarg1);
8687 
8688   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_RateRule_SWIGUpcast")]
RateRule_SWIGUpcast(global::System.IntPtr jarg1)8689   public static extern global::System.IntPtr RateRule_SWIGUpcast(global::System.IntPtr jarg1);
8690 
8691   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Constraint_SWIGUpcast")]
Constraint_SWIGUpcast(global::System.IntPtr jarg1)8692   public static extern global::System.IntPtr Constraint_SWIGUpcast(global::System.IntPtr jarg1);
8693 
8694   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfConstraints_SWIGUpcast")]
ListOfConstraints_SWIGUpcast(global::System.IntPtr jarg1)8695   public static extern global::System.IntPtr ListOfConstraints_SWIGUpcast(global::System.IntPtr jarg1);
8696 
8697   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Reaction_SWIGUpcast")]
Reaction_SWIGUpcast(global::System.IntPtr jarg1)8698   public static extern global::System.IntPtr Reaction_SWIGUpcast(global::System.IntPtr jarg1);
8699 
8700   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfReactions_SWIGUpcast")]
ListOfReactions_SWIGUpcast(global::System.IntPtr jarg1)8701   public static extern global::System.IntPtr ListOfReactions_SWIGUpcast(global::System.IntPtr jarg1);
8702 
8703   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_KineticLaw_SWIGUpcast")]
KineticLaw_SWIGUpcast(global::System.IntPtr jarg1)8704   public static extern global::System.IntPtr KineticLaw_SWIGUpcast(global::System.IntPtr jarg1);
8705 
8706   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SimpleSpeciesReference_SWIGUpcast")]
SimpleSpeciesReference_SWIGUpcast(global::System.IntPtr jarg1)8707   public static extern global::System.IntPtr SimpleSpeciesReference_SWIGUpcast(global::System.IntPtr jarg1);
8708 
8709   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SpeciesReference_SWIGUpcast")]
SpeciesReference_SWIGUpcast(global::System.IntPtr jarg1)8710   public static extern global::System.IntPtr SpeciesReference_SWIGUpcast(global::System.IntPtr jarg1);
8711 
8712   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfSpeciesReferences_SWIGUpcast")]
ListOfSpeciesReferences_SWIGUpcast(global::System.IntPtr jarg1)8713   public static extern global::System.IntPtr ListOfSpeciesReferences_SWIGUpcast(global::System.IntPtr jarg1);
8714 
8715   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ModifierSpeciesReference_SWIGUpcast")]
ModifierSpeciesReference_SWIGUpcast(global::System.IntPtr jarg1)8716   public static extern global::System.IntPtr ModifierSpeciesReference_SWIGUpcast(global::System.IntPtr jarg1);
8717 
8718   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Event_SWIGUpcast")]
Event_SWIGUpcast(global::System.IntPtr jarg1)8719   public static extern global::System.IntPtr Event_SWIGUpcast(global::System.IntPtr jarg1);
8720 
8721   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEvents_SWIGUpcast")]
ListOfEvents_SWIGUpcast(global::System.IntPtr jarg1)8722   public static extern global::System.IntPtr ListOfEvents_SWIGUpcast(global::System.IntPtr jarg1);
8723 
8724   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_EventAssignment_SWIGUpcast")]
EventAssignment_SWIGUpcast(global::System.IntPtr jarg1)8725   public static extern global::System.IntPtr EventAssignment_SWIGUpcast(global::System.IntPtr jarg1);
8726 
8727   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ListOfEventAssignments_SWIGUpcast")]
ListOfEventAssignments_SWIGUpcast(global::System.IntPtr jarg1)8728   public static extern global::System.IntPtr ListOfEventAssignments_SWIGUpcast(global::System.IntPtr jarg1);
8729 
8730   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Trigger_SWIGUpcast")]
Trigger_SWIGUpcast(global::System.IntPtr jarg1)8731   public static extern global::System.IntPtr Trigger_SWIGUpcast(global::System.IntPtr jarg1);
8732 
8733   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Delay_SWIGUpcast")]
Delay_SWIGUpcast(global::System.IntPtr jarg1)8734   public static extern global::System.IntPtr Delay_SWIGUpcast(global::System.IntPtr jarg1);
8735 
8736   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_Priority_SWIGUpcast")]
Priority_SWIGUpcast(global::System.IntPtr jarg1)8737   public static extern global::System.IntPtr Priority_SWIGUpcast(global::System.IntPtr jarg1);
8738 
8739   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_StoichiometryMath_SWIGUpcast")]
StoichiometryMath_SWIGUpcast(global::System.IntPtr jarg1)8740   public static extern global::System.IntPtr StoichiometryMath_SWIGUpcast(global::System.IntPtr jarg1);
8741 
8742   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLFunctionDefinitionConverter_SWIGUpcast")]
SBMLFunctionDefinitionConverter_SWIGUpcast(global::System.IntPtr jarg1)8743   public static extern global::System.IntPtr SBMLFunctionDefinitionConverter_SWIGUpcast(global::System.IntPtr jarg1);
8744 
8745   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLIdConverter_SWIGUpcast")]
SBMLIdConverter_SWIGUpcast(global::System.IntPtr jarg1)8746   public static extern global::System.IntPtr SBMLIdConverter_SWIGUpcast(global::System.IntPtr jarg1);
8747 
8748   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInferUnitsConverter_SWIGUpcast")]
SBMLInferUnitsConverter_SWIGUpcast(global::System.IntPtr jarg1)8749   public static extern global::System.IntPtr SBMLInferUnitsConverter_SWIGUpcast(global::System.IntPtr jarg1);
8750 
8751   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLInitialAssignmentConverter_SWIGUpcast")]
SBMLInitialAssignmentConverter_SWIGUpcast(global::System.IntPtr jarg1)8752   public static extern global::System.IntPtr SBMLInitialAssignmentConverter_SWIGUpcast(global::System.IntPtr jarg1);
8753 
8754   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevelVersionConverter_SWIGUpcast")]
SBMLLevelVersionConverter_SWIGUpcast(global::System.IntPtr jarg1)8755   public static extern global::System.IntPtr SBMLLevelVersionConverter_SWIGUpcast(global::System.IntPtr jarg1);
8756 
8757   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLevel1Version1Converter_SWIGUpcast")]
SBMLLevel1Version1Converter_SWIGUpcast(global::System.IntPtr jarg1)8758   public static extern global::System.IntPtr SBMLLevel1Version1Converter_SWIGUpcast(global::System.IntPtr jarg1);
8759 
8760   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLLocalParameterConverter_SWIGUpcast")]
SBMLLocalParameterConverter_SWIGUpcast(global::System.IntPtr jarg1)8761   public static extern global::System.IntPtr SBMLLocalParameterConverter_SWIGUpcast(global::System.IntPtr jarg1);
8762 
8763   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLReactionConverter_SWIGUpcast")]
SBMLReactionConverter_SWIGUpcast(global::System.IntPtr jarg1)8764   public static extern global::System.IntPtr SBMLReactionConverter_SWIGUpcast(global::System.IntPtr jarg1);
8765 
8766   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLRuleConverter_SWIGUpcast")]
SBMLRuleConverter_SWIGUpcast(global::System.IntPtr jarg1)8767   public static extern global::System.IntPtr SBMLRuleConverter_SWIGUpcast(global::System.IntPtr jarg1);
8768 
8769   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLStripPackageConverter_SWIGUpcast")]
SBMLStripPackageConverter_SWIGUpcast(global::System.IntPtr jarg1)8770   public static extern global::System.IntPtr SBMLStripPackageConverter_SWIGUpcast(global::System.IntPtr jarg1);
8771 
8772   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLUnitsConverter_SWIGUpcast")]
SBMLUnitsConverter_SWIGUpcast(global::System.IntPtr jarg1)8773   public static extern global::System.IntPtr SBMLUnitsConverter_SWIGUpcast(global::System.IntPtr jarg1);
8774 
8775   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLExternalValidator_SWIGUpcast")]
SBMLExternalValidator_SWIGUpcast(global::System.IntPtr jarg1)8776   public static extern global::System.IntPtr SBMLExternalValidator_SWIGUpcast(global::System.IntPtr jarg1);
8777 
8778   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_XMLNode_SWIGUpcast")]
XMLNode_SWIGUpcast(global::System.IntPtr jarg1)8779   public static extern global::System.IntPtr XMLNode_SWIGUpcast(global::System.IntPtr jarg1);
8780 
8781   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLErrorLog_SWIGUpcast")]
SBMLErrorLog_SWIGUpcast(global::System.IntPtr jarg1)8782   public static extern global::System.IntPtr SBMLErrorLog_SWIGUpcast(global::System.IntPtr jarg1);
8783 
8784   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLError_SWIGUpcast")]
SBMLError_SWIGUpcast(global::System.IntPtr jarg1)8785   public static extern global::System.IntPtr SBMLError_SWIGUpcast(global::System.IntPtr jarg1);
8786 
8787   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_ISBMLExtensionNamespaces_SWIGUpcast")]
ISBMLExtensionNamespaces_SWIGUpcast(global::System.IntPtr jarg1)8788   public static extern global::System.IntPtr ISBMLExtensionNamespaces_SWIGUpcast(global::System.IntPtr jarg1);
8789 
8790   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_SBMLDocumentPlugin_SWIGUpcast")]
SBMLDocumentPlugin_SWIGUpcast(global::System.IntPtr jarg1)8791   public static extern global::System.IntPtr SBMLDocumentPlugin_SWIGUpcast(global::System.IntPtr jarg1);
8792 
8793   [global::System.Runtime.InteropServices.DllImport("libsbmlcs", EntryPoint="CSharp_libsbml_MathFilter_SWIGUpcast")]
MathFilter_SWIGUpcast(global::System.IntPtr jarg1)8794   public static extern global::System.IntPtr MathFilter_SWIGUpcast(global::System.IntPtr jarg1);
8795 }
8796 
8797 }
8798