CompileAndLoad Method
| Name | Description | |
|---|---|---|
| CompileAndLoad(TextReader) | 
      
       Compile a model source into a memory buffer from the given stream, then read it into an XPRMModel object 
       | 
   |
| CompileAndLoad(String) | 
      
       Compile a model source file into a memory buffer, then read it into an XPRMModel object 
       | 
   |
| CompileAndLoad(String, TextReader) | 
      
       Compile a model source from the given stream into a memory buffer, then read it into an XPRMModel object 
       | 
   |
| CompileAndLoad(String, String) | 
      
       Compile a model source file into a memory buffer, then read it into an XPRMModel object 
       | 
   
