CompileAndLoad Method (String, String)
  Compile a model source file into a memory buffer, then read it into an XPRMModel object 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public XPRMModel CompileAndLoad( string options, string src )
Parameters
- options
- 
   Type: 
   SystemString
   
 compilation options (may be null): String formed from:- "g" - include debugging information: in the case of a run time error during the execution of the model the location of the error in the source file may be indicated
 
- src
- 
   Type: 
   SystemString
   
 name of the source file
Return Value
Type: XPRMModel See Also
See Also
 
